/* Clústeres de calidad 2026 — estilos (La silla de la transformación) */
#acredContenidoNuevo {
    --parchment: #ece0c6;
    --parchment-2: #e4d4b4;
    --card: #f5edda;
    --card-edge: #e7d9bd;
    --ink: #3a2c1c;
    --ink-soft: #6f5b41;
    --ink-faint: #937c5e;
    --wood: #8a6a44;
    --wood-dark: #5c4126;
    --root: #4a3520;
    --gold: #b08a47;
    --gold-deep: #8a6a32;
    --line: #cbb78f;
    --shadow: 0 18px 50px -18px rgba(58, 38, 18, .55);
    --font-serif: "Spectral", Georgia, serif;
    --font-sans: "Mulish", "Open Sans", system-ui, sans-serif;
}

#acredContenidoNuevo .acred-scene {
    position: relative;
    min-height: 72vh;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    isolation: isolate;
    padding: clamp(24px, 5vh, 48px) 0 clamp(36px, 6vh, 72px);
    font-family: var(--font-sans);
    color: var(--ink);
}

#acredContenidoNuevo .bg {
    position: absolute;
    inset: -6%;
    background-image: url("/Content/Imagenes/acreditacion/clusters2026/bg-parchment.jpg");
    background-size: cover;
    background-position: center 22%;
    filter: saturate(.82) brightness(1.04);
    opacity: .5;
    z-index: 0;
    will-change: transform;
    transition: transform .25s ease-out;
}

#acredContenidoNuevo .bg-wash {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(120% 80% at 50% 8%, rgba(236, 224, 198, .10) 0%, rgba(236, 224, 198, .55) 45%, var(--parchment) 78%),
        linear-gradient(180deg, rgba(236, 224, 198, .2) 0%, rgba(231, 215, 180, .55) 60%, var(--parchment-2) 100%);
}

#acredContenidoNuevo .grain {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .5;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/></svg>");
}

#acredContenidoNuevo .head {
    position: relative;
    z-index: 4;
    text-align: center;
    padding: 8px 24px 4px;
    max-width: 760px;
    margin: 0 auto;
}

#acredContenidoNuevo .kicker {
    font-family: var(--font-sans);
    font-weight: 700;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--gold-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

#acredContenidoNuevo .kicker::before,
#acredContenidoNuevo .kicker::after {
    content: "";
    height: 1px;
    width: 42px;
    background: linear-gradient(90deg, transparent, var(--gold));
}

#acredContenidoNuevo .kicker::after {
    background: linear-gradient(90deg, var(--gold), transparent);
}

#acredContenidoNuevo .head h3 {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: clamp(28px, 4.5vw, 48px);
    line-height: 1.04;
    margin: .28em 0 .12em;
    color: var(--ink);
    letter-spacing: -.01em;
}

#acredContenidoNuevo .head .sub {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(15px, 2.1vw, 20px);
    color: var(--ink-soft);
    margin: 0 auto;
    max-width: 46ch;
}

#acredContenidoNuevo .video-btn {
    margin: 18px auto 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 11px 20px 11px 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--wood), var(--wood-dark));
    box-shadow: 0 12px 28px -14px rgba(58, 38, 18, .7), inset 0 0 0 1px rgba(255, 255, 255, .12);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

#acredContenidoNuevo .video-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow: 0 18px 34px -14px rgba(58, 38, 18, .8);
}

#acredContenidoNuevo .video-btn:active {
    transform: translateY(0);
}

#acredContenidoNuevo .video-btn .vb-ico {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
}

#acredContenidoNuevo .video-btn .vb-ico svg {
    width: 100%;
    height: 100%;
}

#acredContenidoNuevo .arc-wrap {
    position: relative;
    z-index: 3;
    width: min(820px, 84vw);
    margin: 0 auto;
    aspect-ratio: 1000 / 600;
}

#acredContenidoNuevo .arc-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#acredContenidoNuevo .seg {
    cursor: pointer;
    transform-box: fill-box;
    transform-origin: center bottom;
    opacity: 0;
    transform: translateY(14px) scale(.97);
    transition: opacity .7s cubic-bezier(.22, .9, .3, 1), transform .7s cubic-bezier(.22, .9, .3, 1);
}

#acredContenidoNuevo .seg.in {
    opacity: 1;
    transform: none;
}

#acredContenidoNuevo .seg path.fill {
    transition: filter .3s, transform .35s;
    transform-box: fill-box;
    transform-origin: 500px 540px;
}

#acredContenidoNuevo .root-line {
    fill: none;
    stroke: var(--root);
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: acredGrowRoot 1.9s ease-out forwards;
    animation-delay: var(--d, 0s);
}

@keyframes acredGrowRoot {
    to { stroke-dashoffset: 0; }
}

#acredContenidoNuevo .labels {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

#acredContenidoNuevo .lab {
    position: absolute;
    transform: translate(-50%, -42%);
    width: 140px;
    text-align: center;
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
    opacity: 0;
    transition: opacity .6s ease, transform .6s ease;
}

#acredContenidoNuevo .lab.in {
    opacity: 1;
    transform: translate(-50%, -50%);
}

#acredContenidoNuevo .lab .ico {
    width: 54px;
    height: 54px;
    margin: 0 auto 8px;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 4px 6px rgba(40, 26, 10, .35));
    transition: transform .3s;
}

#acredContenidoNuevo .lab:hover .ico {
    transform: translateY(-3px) scale(1.06);
}

#acredContenidoNuevo .lab .ico svg {
    width: 100%;
    height: 100%;
    color: #fff;
}

#acredContenidoNuevo .lab .tt {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.16;
    text-shadow: 0 2px 8px rgba(40, 24, 8, .45);
}

#acredContenidoNuevo .lab .tt-line {
    display: block;
}

#acredContenidoNuevo .chair {
    position: absolute;
    left: 50%;
    bottom: 1%;
    width: 38%;
    aspect-ratio: 1 / 1;
    transform: translateX(-50%) translateY(26px);
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1.1s ease, transform 1.1s ease;
    -webkit-mask-image: radial-gradient(circle at 50% 53%, #000 50%, rgba(0, 0, 0, .55) 66%, transparent 76%);
    mask-image: radial-gradient(circle at 50% 53%, #000 50%, rgba(0, 0, 0, .55) 66%, transparent 76%);
}

#acredContenidoNuevo .chair.in {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#acredContenidoNuevo .chair img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 56%;
    display: block;
}

#acredContenidoNuevo .chair-ring {
    position: absolute;
    left: 50%;
    bottom: 1%;
    width: 38%;
    aspect-ratio: 1 / 1;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    box-shadow: 0 30px 60px -28px rgba(58, 38, 14, .5), inset 0 0 0 1px rgba(120, 92, 52, .16);
    opacity: 0;
    transition: opacity 1.1s ease;
}

#acredContenidoNuevo .chair-ring.in {
    opacity: 1;
}

#acredContenidoNuevo .arc-foot {
    position: relative;
    z-index: 4;
    text-align: center;
    margin: 2px auto 0;
    max-width: 620px;
    padding: 0 24px;
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--ink-soft);
    font-size: clamp(14px, 1.8vw, 17px);
}

#acredContenidoNuevo .arc-foot b {
    font-style: normal;
    color: var(--wood-dark);
    font-weight: 600;
}

/* Overlay y modales */
#acredOverlay {
    --parchment: #ece0c6;
    --parchment-2: #e4d4b4;
    --card: #f5edda;
    --card-edge: #e7d9bd;
    --ink: #3a2c1c;
    --ink-soft: #6f5b41;
    --ink-faint: #937c5e;
    --wood: #8a6a44;
    --wood-dark: #5c4126;
    --gold: #b08a47;
    --shadow: 0 18px 50px -18px rgba(58, 38, 18, .55);
    --font-serif: "Spectral", Georgia, serif;
    --font-sans: "Mulish", "Open Sans", system-ui, sans-serif;
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(120% 120% at 50% 30%, rgba(40, 26, 12, .34), rgba(30, 20, 8, .62));
    backdrop-filter: blur(3px);
}

#acredOverlay.open {
    display: flex;
}

#acredOverlay .acred-cluster-modal {
    position: relative;
    width: min(760px, 100%);
    max-height: 88vh;
    overflow: hidden;
    background: #f5edda;
    background: var(--card);
    border-radius: 16px;
    border: 1px solid #e7d9bd;
    border: 1px solid var(--card-edge);
    box-shadow: 0 18px 50px -18px rgba(58, 38, 18, .55);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    transform: translateY(16px) scale(.98);
    opacity: 0;
    transition: opacity .42s cubic-bezier(.2, .9, .3, 1), transform .42s cubic-bezier(.2, .9, .3, 1);
}

#acredOverlay.open .acred-cluster-modal {
    opacity: 1;
    transform: none;
}

#acredOverlay .acred-cluster-modal-top {
    position: relative;
    padding: 26px 54px 24px 28px;
    color: #fff;
    background: var(--accent, #8a6a44);
    overflow: visible;
    flex-shrink: 0;
}

#acredOverlay .acred-cluster-modal-top::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .5;
    pointer-events: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><g fill='none' stroke='white' stroke-opacity='.16' stroke-width='1.4'><path d='M-10 120 C40 90 60 140 110 110 150 90 170 130 200 110'/><path d='M-10 150 C50 120 80 165 130 140 165 122 185 155 210 138'/></g></svg>");
    background-size: 200px;
}

#acredOverlay .acred-cluster-modal-top,
#acredOverlay .acred-cluster-modal-top h2,
#acredOverlay .acred-cluster-modal-top .eyebrow,
#acredOverlay .acred-cluster-modal-top .desc {
    color: #fff !important;
}

#acredOverlay .acred-cluster-modal-top h2 {
    position: relative;
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: clamp(21px, 3vw, 28px);
    margin: .18em 0 0;
    line-height: 1.1;
}

#acredOverlay .acred-cluster-modal-top .eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .26em;
    text-transform: uppercase;
    opacity: .86;
    position: relative;
}

#acredOverlay .acred-cluster-modal-top .desc {
    position: relative;
    margin: .5em 0 0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
    opacity: .94;
}

#acredOverlay .close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .14);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: grid;
    place-items: center;
    transition: background .2s, transform .2s;
}

#acredOverlay .close:hover {
    background: rgba(255, 255, 255, .28);
    transform: rotate(90deg);
}

#acredOverlay .acred-cluster-modal-body {
    padding: 24px 30px 30px;
    overflow: auto;
    background: #f5edda;
    background: var(--card);
}

#acredOverlay .docs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#acredOverlay .doc {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 16px;
    background: #fbf6ea;
    border: 1px solid var(--card-edge);
    border-radius: 11px;
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

#acredOverlay .doc:hover {
    transform: translateX(3px);
    border-color: var(--gold);
    box-shadow: 0 8px 22px -14px rgba(58, 38, 18, .5);
}

#acredOverlay .doc .dico {
    flex: 0 0 auto;
    width: 38px;
    height: 46px;
    display: grid;
    place-items: center;
}

#acredOverlay .doc .dico svg {
    width: 100%;
    height: 100%;
}

#acredOverlay .doc .tag {
    flex: 0 0 auto;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 999px;
    white-space: nowrap;
}

#acredOverlay .doc.is-principal {
    border-color: var(--gold);
    box-shadow: 0 8px 22px -14px rgba(58, 38, 18, .35);
}

#acredOverlay .doc .dmeta {
    flex: 1 1 auto;
    min-width: 0;
}

#acredOverlay .doc .dname {
    font-weight: 700;
    font-size: 14.5px;
    color: var(--ink);
    line-height: 1.25;
}

#acredOverlay .doc .dsub {
    font-size: 12.5px;
    color: var(--ink-faint);
    margin-top: 2px;
}

#acredOverlay .doc .dl {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: var(--accent, #8a6a44);
    padding: 9px 14px;
    border-radius: 9px;
    transition: filter .2s, transform .2s;
}

#acredOverlay .doc .dl:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

#acredOverlay .doc-inst-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#acredOverlay .doc-inst-folder-toggle {
    display: block;
    padding: .75rem 1rem;
    color: var(--ink);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .02em;
    background: #fbf6ea;
    border: 1px solid var(--card-edge);
    border-radius: 11px;
    margin-bottom: .5rem;
}

#acredOverlay .doc-inst-folder-toggle:hover,
#acredOverlay .doc-inst-folder-toggle:focus {
    color: var(--wood-dark);
    text-decoration: none;
    background: #fff;
}

#acredOverlay .doc-inst-nested {
    list-style: none;
    margin: 0 0 .75rem 0;
    padding: 0 0 0 .75rem;
}

#acredOverlay .doc-inst-nested li a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .5rem;
    color: var(--ink);
    border-bottom: 1px solid var(--card-edge);
}

#acredOverlay .doc-inst-nested li a:hover {
    color: var(--wood-dark);
    text-decoration: none;
}

#acredOverlay .doc-inst-pdf a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1rem;
    color: var(--ink);
    font-weight: 600;
    background: #fbf6ea;
    border: 1px solid var(--card-edge);
    border-radius: 11px;
    margin-bottom: .5rem;
}

#acredOverlay .empty-note {
    font-family: var(--font-serif);
    font-style: italic;
    color: var(--ink-faint);
    text-align: center;
    padding: 30px 0;
}

#acredOverlay .acred-cluster-modal.is-video {
    width: min(960px, 100%);
    background: #1c1208;
    border: 1px solid rgba(120, 92, 52, .4);
}

#acredOverlay .video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

#acredOverlay .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#acredOverlay .video-ph {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #cbb78f;
    text-align: center;
    padding: 30px;
    background: radial-gradient(120% 120% at 50% 35%, #2a1d0f, #160e06);
}

#acredOverlay .video-cap {
    padding: 16px 22px 18px;
    background: #241809;
}

#acredOverlay .video-cap .vc-title {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: 18px;
    color: #f1e6cf;
}

#acredOverlay .video-cap .vc-sub {
    font-family: var(--font-sans);
    font-size: 12.5px;
    color: #b09a72;
    margin-top: 2px;
}

#acredOverlay .acred-cluster-modal.is-video .close {
    background: rgba(0, 0, 0, .45);
    border-color: rgba(255, 255, 255, .4);
}

#acredOverlay .vid-back {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, .45);
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 7px 13px;
    border-radius: 999px;
    transition: background .2s, transform .2s;
}

#acredOverlay .vid-back:hover {
    background: rgba(0, 0, 0, .65);
    transform: translateX(-2px);
}

#acredOverlay .vidgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}

#acredOverlay .vidcard {
    display: flex;
    flex-direction: column;
    text-align: left;
    cursor: pointer;
    background: #fbf6ea;
    border: 1px solid var(--card-edge);
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    font: inherit;
    color: inherit;
    width: 100%;
    transition: transform .22s, box-shadow .22s, border-color .22s;
}

#acredOverlay .vidcard:hover {
    transform: translateY(-3px);
    border-color: var(--gold);
    box-shadow: var(--shadow);
}

#acredOverlay .vthumb {
    position: relative;
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #a8643c, #5c4126);
}

#acredOverlay .vplay {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .32);
    border: 1.5px solid rgba(255, 255, 255, .7);
    transition: transform .22s, background .22s;
}

#acredOverlay .vplay svg {
    width: 26px;
    height: 26px;
}

#acredOverlay .vidcard:hover .vplay {
    transform: scale(1.1);
    background: rgba(0, 0, 0, .5);
}

#acredOverlay .vmeta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 14px 14px;
}

#acredOverlay .vname {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: 15px;
    color: var(--ink);
    line-height: 1.2;
}

#acredOverlay .vnote {
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--ink-faint);
}

#acredOverlay .abc-carousel-wrap {
    height: min(62vh, 520px);
}

#acredOverlay .abc-carousel-wrap .carousel,
#acredOverlay .abc-carousel-wrap .carousel-inner,
#acredOverlay .abc-carousel-wrap .carousel-inner .item {
    height: 100%;
}

#acredOverlay .abc-carousel-wrap .carousel-inner {
    background: #0b1020;
    border-radius: 6px;
}

#acredOverlay .abc-carousel-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 680px) {
    #acredContenidoNuevo .acred-scene {
        min-height: auto;
        padding: 16px 0 28px;
    }

    #acredContenidoNuevo .arc-wrap {
        aspect-ratio: 1000 / 600;
        width: min(100%, 92vw);
        margin-bottom: 0;
    }

    #acredContenidoNuevo .lab {
        width: 96px;
    }

    #acredContenidoNuevo .lab .ico {
        width: 42px;
        height: 42px;
        margin-bottom: 5px;
    }

    #acredContenidoNuevo .lab .tt {
        font-size: 11px;
        line-height: 1.14;
    }

    #acredContenidoNuevo .chair,
    #acredContenidoNuevo .chair-ring {
        width: 36%;
        bottom: 1%;
    }

    #acredContenidoNuevo .chair.in {
        transform: translateX(-50%) translateY(0);
    }

    #acredContenidoNuevo .arc-foot {
        margin-top: 8px;
        padding: 0 18px;
    }

    #acredOverlay .acred-cluster-modal-top {
        padding: 22px 48px 20px 20px;
    }

    #acredOverlay .acred-cluster-modal-top .desc {
        font-size: 13px;
        line-height: 1.45;
    }

    #acredOverlay .acred-cluster-modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    #acredOverlay .doc {
        display: grid;
        grid-template-columns: 38px 1fr auto;
        grid-template-rows: auto auto;
        column-gap: 12px;
        row-gap: 8px;
        align-items: center;
    }

    #acredOverlay .doc .dico {
        grid-row: 1 / span 2;
        grid-column: 1;
        align-self: start;
    }

    #acredOverlay .doc .dmeta {
        grid-column: 2 / 4;
        grid-row: 1;
    }

    #acredOverlay .doc .tag {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
    }

    #acredOverlay .doc .dl {
        grid-column: 3;
        grid-row: 2;
        justify-self: end;
        width: auto;
        padding: 8px 12px;
        font-size: 12px;
        white-space: nowrap;
    }
}

@media (max-width: 430px) {
    #acredContenidoNuevo .arc-wrap {
        width: min(100%, 96vw);
    }

    #acredContenidoNuevo .lab {
        width: 82px;
    }

    #acredContenidoNuevo .lab .ico {
        width: 36px;
        height: 36px;
        margin-bottom: 4px;
    }

    #acredContenidoNuevo .lab .tt {
        font-size: 9.5px;
        line-height: 1.12;
    }

    #acredContenidoNuevo .chair,
    #acredContenidoNuevo .chair-ring {
        width: 34%;
    }

    #acredContenidoNuevo .arc-foot {
        font-size: 13px;
        padding: 0 14px;
    }

    #acredOverlay .doc {
        grid-template-columns: 32px 1fr;
        grid-template-rows: auto auto auto;
    }

    #acredOverlay .doc .dico {
        grid-row: 1;
        grid-column: 1;
    }

    #acredOverlay .doc .dmeta {
        grid-column: 2;
        grid-row: 1;
    }

    #acredOverlay .doc .tag {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    #acredOverlay .doc .dl {
        grid-column: 1 / 3;
        grid-row: 3;
        justify-self: stretch;
        justify-content: center;
    }
	
	#acredOverlay .doc .dl svg {
		width: 14px;
		height: 14px;
		flex: none;
	}
}
