/* ==========================================================================
   Enlightments v2 — single-page art-deco panorama.
   Targets the .enl-v2 scope so the legacy rules in overlays.css are
   bypassed. Pure CSS deco frame; uses the existing aspect/sigil sprite
   sheets via the same --sheet-idx pattern as before.
   ========================================================================== */

#enlightments-overlay.enl-v2 {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse at 50% 35%, rgba(70, 50, 110, 0.55) 0%, rgba(8, 6, 18, 0.92) 65%),
        rgba(5, 3, 12, 0.96);
    backdrop-filter: blur(6px);
    padding: 28px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease;
    color: #f4e6c2;
    font-family: 'Cormorant Garamond', 'Cinzel', serif;
}

#enlightments-overlay.enl-v2.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#enlightments-overlay.enl-v2.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* The hidden helper for nodes the legacy JS still writes into — kept
   unrendered but readable. */
#enlightments-overlay.enl-v2 .enl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    pointer-events: none;
}

/* ----- Frame ------------------------------------------------------------- */

#enlightments-overlay.enl-v2 .enl-frame {
    position: relative;
    width: min(1280px, 96vw);
    max-height: calc(100vh - 56px);
    display: flex;
    flex-direction: column;
    padding: 38px 46px 30px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(18, 14, 38, 0.96) 0%, rgba(8, 6, 22, 0.98) 100%);
    border: 1.5px solid rgba(214, 178, 96, 0.55);
    box-shadow:
        0 0 0 1px rgba(214, 178, 96, 0.12) inset,
        0 24px 60px rgba(0, 0, 0, 0.7),
        0 0 80px rgba(214, 178, 96, 0.08);
    overflow: hidden;
}

/* Inner gold rule line, mimicking the screenshot's nested frame */
#enlightments-overlay.enl-v2 .enl-frame::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 12px;
    border: 1px solid rgba(214, 178, 96, 0.28);
    pointer-events: none;
}

/* Faint ornamental flourish behind everything */
#enlightments-overlay.enl-v2 .enl-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(214, 178, 96, 0.06), transparent 60%),
        radial-gradient(ellipse 60% 35% at 50% 100%, rgba(214, 178, 96, 0.05), transparent 60%);
    pointer-events: none;
    mix-blend-mode: screen;
}

/* ----- Corner deco ornaments (CSS-only SVG via background-image) -------- */

#enlightments-overlay.enl-v2 .enl-corner {
    position: absolute;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    opacity: 0.85;
}

/* Top-left: crescent moon with gold halo */
#enlightments-overlay.enl-v2 .enl-corner-tl {
    top: 22px;
    left: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><defs><radialGradient id='g' cx='50%25' cy='50%25' r='50%25'><stop offset='0' stop-color='%23e3c581'/><stop offset='1' stop-color='%23a37a2c'/></radialGradient></defs><circle cx='28' cy='28' r='24' fill='none' stroke='%23d6b260' stroke-width='1' opacity='0.5'/><path d='M22 12a16 16 0 1 0 16 26 13 13 0 1 1-16-26z' fill='url(%23g)'/><circle cx='42' cy='18' r='1.4' fill='%23f1da9a'/><circle cx='15' cy='40' r='1' fill='%23e7c982'/></svg>");
}

/* Top-right: starburst */
#enlightments-overlay.enl-v2 .enl-corner-tr {
    top: 22px;
    right: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><defs><radialGradient id='g' cx='50%25' cy='50%25' r='50%25'><stop offset='0' stop-color='%23e3c581'/><stop offset='1' stop-color='%23a37a2c'/></radialGradient></defs><circle cx='28' cy='28' r='24' fill='none' stroke='%23d6b260' stroke-width='1' opacity='0.5'/><path d='M28 8 l3 14 14 3 -14 3 -3 14 -3 -14 -14 -3 14 -3z' fill='url(%23g)' stroke='%23f1da9a' stroke-width='0.6'/><circle cx='14' cy='14' r='1' fill='%23f1da9a'/><circle cx='44' cy='42' r='1' fill='%23e7c982'/></svg>");
}

/* Bottom corners: small diamond gem accents */
#enlightments-overlay.enl-v2 .enl-corner-bl,
#enlightments-overlay.enl-v2 .enl-corner-br {
    width: 22px;
    height: 22px;
    bottom: 26px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><path d='M11 1 L21 11 L11 21 L1 11 Z' fill='%235ec0ff' stroke='%23d6b260' stroke-width='1'/><path d='M11 4 L18 11 L11 18 L4 11 Z' fill='none' stroke='%23a8e0ff' stroke-width='0.6' opacity='0.7'/></svg>");
}
#enlightments-overlay.enl-v2 .enl-corner-bl { left: 30px; }
#enlightments-overlay.enl-v2 .enl-corner-br { right: 30px; }

/* ----- Header ----------------------------------------------------------- */

#enlightments-overlay.enl-v2 .enl-header {
    position: relative;
    text-align: center;
    margin: 0 0 18px;
    z-index: 1;
}

#enlightments-overlay.enl-v2 .enl-brand {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    color: #f1d98a;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

#enlightments-overlay.enl-v2 .enl-title {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.06em;
    margin: 4px 0 6px;
    color: #f4d77a;
    text-shadow:
        0 1px 0 rgba(255, 220, 140, 0.25),
        0 4px 16px rgba(214, 178, 96, 0.2),
        0 8px 28px rgba(0, 0, 0, 0.6);
    background: linear-gradient(180deg, #fdeab0 0%, #d6a23e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#enlightments-overlay.enl-v2 .enl-subtitle {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 0.34em;
    font-size: 11px;
    color: rgba(244, 230, 194, 0.55);
    margin: 0;
}

/* ----- Body grid -------------------------------------------------------- */

#enlightments-overlay.enl-v2 .enl-body {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: minmax(440px, 1fr) minmax(380px, 1fr);
    gap: 28px;
    align-items: stretch;
    min-height: 0;
    z-index: 1;
}

#enlightments-overlay.enl-v2 .enl-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

#enlightments-overlay.enl-v2 .enl-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

/* ----- Section card (left column) -------------------------------------- */

#enlightments-overlay.enl-v2 .enl-section {
    position: relative;
    padding: 18px 16px 14px;
    border: 1px solid rgba(214, 178, 96, 0.35);
    border-radius: 10px;
    background: rgba(12, 8, 26, 0.55);
}

#enlightments-overlay.enl-v2 .enl-section-title {
    position: absolute;
    top: -10px;
    left: 18px;
    margin: 0;
    padding: 0 10px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #f4d77a;
    background:
        linear-gradient(180deg, rgba(18, 14, 38, 1) 0%, rgba(12, 8, 26, 1) 100%);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

/* ----- Aspect grid (5x2) ----------------------------------------------- */

#enlightments-overlay.enl-v2 .enl-aspect-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    gap: 8px;
}

#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card {
    position: relative;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 1.5px solid rgba(214, 178, 96, 0.5);
    border-radius: 8px;
    background:
        radial-gradient(ellipse at 50% 35%, rgba(214, 178, 96, 0.18), transparent 60%),
        rgba(15, 10, 28, 0.85);
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.15s ease, border-color 0.18s ease, box-shadow 0.2s ease;
    color: inherit;
    font: inherit;
    display: block;
}

#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card:hover {
    transform: translateY(-2px);
    border-color: rgba(244, 215, 122, 0.85);
    box-shadow: 0 4px 16px rgba(214, 178, 96, 0.25);
}

#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card.is-selected {
    border-color: #f4d77a;
    box-shadow:
        0 0 0 1px rgba(244, 215, 122, 0.6) inset,
        0 0 18px rgba(244, 215, 122, 0.6);
}

#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card.is-locked {
    opacity: 0.42;
    filter: grayscale(0.55) saturate(0.6);
    cursor: not-allowed;
}

#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card .enlightments-card-title,
#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card .enlightments-card-state {
    display: none;
}

#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card .enlightments-card-art {
    position: absolute;
    inset: 4px;
    border-radius: 6px;
    background-image: url("../assets/images/aspects/sheet.png");
    background-repeat: no-repeat;
    /* 10 frames in a single horizontal sheet, each frame is 1/10 of the width.
       --sheet-idx is set inline by EnlightmentsSystem. */
    background-size: 1000% 100%;
    background-position: calc(var(--sheet-idx, 0) * (-100% / 9)) 0;
}

#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card .enlightments-card-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(80, 200, 255, 0.75);
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    z-index: 1;
    display: none;
}
#enlightments-overlay.enl-v2 .enl-aspect-grid .enlightments-card.is-new .enlightments-card-badge {
    display: block;
}

/* ----- Sigil row -------------------------------------------------------- */

#enlightments-overlay.enl-v2 .enl-sigil-row {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 4px;
    align-items: center;
    padding: 6px 0;
}

#enlightments-overlay.enl-v2 .enl-sigil-row .enlightments-card {
    position: relative;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    color: inherit;
    font: inherit;
    transition: transform 0.15s ease, filter 0.18s ease;
}

#enlightments-overlay.enl-v2 .enl-sigil-row .enlightments-card:hover {
    transform: translateY(-2px);
}

#enlightments-overlay.enl-v2 .enl-sigil-row .enlightments-card .enlightments-card-art {
    width: 100%;
    height: 100%;
    /* Hexagonal mask carved by clip-path */
    -webkit-clip-path: polygon(50% 2%, 96% 26%, 96% 74%, 50% 98%, 4% 74%, 4% 26%);
    clip-path: polygon(50% 2%, 96% 26%, 96% 74%, 50% 98%, 4% 74%, 4% 26%);
    background-image: url("../assets/images/sigils/sheet.png");
    background-repeat: no-repeat;
    background-size: 1000% 100%;
    background-position: calc(var(--sheet-idx, 0) * (-100% / 9)) 0;
    border: 1px solid rgba(214, 178, 96, 0.45);
    background-color: rgba(15, 10, 28, 0.85);
    transition: filter 0.15s ease, transform 0.15s ease;
}

#enlightments-overlay.enl-v2 .enl-sigil-row .enlightments-card.is-selected .enlightments-card-art {
    filter: drop-shadow(0 0 8px rgba(244, 215, 122, 0.85)) brightness(1.15);
}

#enlightments-overlay.enl-v2 .enl-sigil-row .enlightments-card.is-locked {
    opacity: 0.4;
    filter: grayscale(0.6);
    cursor: not-allowed;
}

#enlightments-overlay.enl-v2 .enl-sigil-row .enlightments-card .enlightments-card-title,
#enlightments-overlay.enl-v2 .enl-sigil-row .enlightments-card .enlightments-card-state,
#enlightments-overlay.enl-v2 .enl-sigil-row .enlightments-card .enlightments-card-badge {
    display: none;
}

/* ----- Attribute bars -------------------------------------------------- */

#enlightments-overlay.enl-v2 .enl-attrs-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#enlightments-overlay.enl-v2 .enlightments-attr-row {
    display: grid;
    grid-template-columns: 110px 28px 1fr 32px;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    position: relative;
}

#enlightments-overlay.enl-v2 .enlightments-attr-label-wrap {
    display: contents;
}

#enlightments-overlay.enl-v2 .enlightments-attr-label {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #f1d98a;
    text-transform: uppercase;
    white-space: nowrap;
}

#enlightments-overlay.enl-v2 .enlightments-attr-icon {
    width: 22px;
    height: 22px;
    color: #d6b260;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#enlightments-overlay.enl-v2 .enlightments-attr-icon svg {
    width: 100%;
    height: 100%;
}

#enlightments-overlay.enl-v2 .enlightments-attr-controls {
    grid-column: 3;
}

#enlightments-overlay.enl-v2 .enlightments-attr-bar {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 3px;
    height: 14px;
}

#enlightments-overlay.enl-v2 .enlightments-attr-slot {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(214, 178, 96, 0.4);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 2px;
    padding: 0;
    cursor: pointer;
    transition: background 0.12s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

#enlightments-overlay.enl-v2 .enlightments-attr-slot:hover {
    border-color: rgba(244, 215, 122, 0.7);
}

#enlightments-overlay.enl-v2 .enlightments-attr-slot.is-base {
    background: linear-gradient(180deg, #f7d779 0%, #c98a1f 100%);
    border-color: rgba(247, 215, 121, 0.9);
    box-shadow: 0 0 6px rgba(247, 215, 121, 0.45) inset;
}

#enlightments-overlay.enl-v2 .enlightments-attr-slot.is-positive {
    background: linear-gradient(180deg, #88e29d 0%, #2a8d4e 100%);
    border-color: rgba(136, 226, 157, 0.85);
}

#enlightments-overlay.enl-v2 .enlightments-attr-slot.is-negative {
    background: linear-gradient(180deg, #ff7a8a 0%, #8a1f2c 100%);
    border-color: rgba(255, 122, 138, 0.75);
}

#enlightments-overlay.enl-v2 .enlightments-attr-value {
    grid-column: 4;
    text-align: right;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 14px;
    color: #f1d98a;
}

#enlightments-overlay.enl-v2 .enlightments-attr-info,
#enlightments-overlay.enl-v2 .enlightments-attr-tooltip {
    display: none;
}

/* ----- Right column: hero preview, level/points pills, sub-stats ------- */

#enlightments-overlay.enl-v2 .enl-hero-preview {
    position: relative;
    flex: 1 1 auto;
    min-height: 320px;
    border: 1px solid rgba(214, 178, 96, 0.35);
    border-radius: 14px;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(60, 40, 100, 0.45) 0%, rgba(8, 6, 22, 0.95) 78%);
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(214, 178, 96, 0.1) inset,
        0 12px 30px rgba(0, 0, 0, 0.6);
}

#enlightments-overlay.enl-v2 .enl-hero-preview canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

/* Subtle inner gold ring around the hero preview */
#enlightments-overlay.enl-v2 .enl-hero-preview::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    border: 1px solid rgba(214, 178, 96, 0.18);
    pointer-events: none;
}

#enlightments-overlay.enl-v2 .enl-hero-pillrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

#enlightments-overlay.enl-v2 .enl-pill {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1.5px solid rgba(214, 178, 96, 0.6);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(28, 20, 50, 0.7) 0%, rgba(14, 10, 30, 0.85) 100%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}

#enlightments-overlay.enl-v2 .enl-pill-label {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.16em;
    color: rgba(244, 230, 194, 0.7);
    text-transform: uppercase;
}

#enlightments-overlay.enl-v2 .enl-pill-value {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #f4d77a;
    background: linear-gradient(180deg, #fdeab0 0%, #d6a23e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#enlightments-overlay.enl-v2 .enl-levelup-badge {
    position: absolute;
    top: -10px;
    left: 12px;
    padding: 3px 9px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff0b8 0%, #d6a23e 100%);
    border: 1px solid #c98a1f;
    color: #2a1a08;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 10px rgba(214, 178, 96, 0.45);
    opacity: 0;
    transform: translateY(2px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#enlightments-overlay.enl-v2 .enl-levelup-badge.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#enlightments-overlay.enl-v2 .enl-substats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px 12px;
    border-top: 1px solid rgba(214, 178, 96, 0.18);
}

#enlightments-overlay.enl-v2 .enl-substat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

#enlightments-overlay.enl-v2 .enl-substat-label {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.18em;
    color: rgba(244, 230, 194, 0.55);
    text-transform: uppercase;
}

#enlightments-overlay.enl-v2 .enl-substat-value {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 18px;
    color: #f4d77a;
    background: linear-gradient(180deg, #fdeab0 0%, #d6a23e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ----- Footer ----------------------------------------------------------- */

#enlightments-overlay.enl-v2 .enl-footer {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(214, 178, 96, 0.2);
    z-index: 1;
}

#enlightments-overlay.enl-v2 .enl-button {
    position: relative;
    min-width: 220px;
    padding: 12px 30px;
    border-radius: 999px;
    border: 1.5px solid rgba(214, 178, 96, 0.6);
    background:
        linear-gradient(180deg, rgba(28, 20, 50, 0.7) 0%, rgba(14, 10, 30, 0.85) 100%);
    color: #f4d77a;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.18em;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.06s ease, box-shadow 0.2s ease;
    text-transform: uppercase;
}

#enlightments-overlay.enl-v2 .enl-button:hover {
    border-color: rgba(244, 215, 122, 0.95);
    background: linear-gradient(180deg, rgba(40, 30, 70, 0.85) 0%, rgba(20, 14, 38, 0.9) 100%);
    box-shadow: 0 8px 22px rgba(214, 178, 96, 0.25);
}

#enlightments-overlay.enl-v2 .enl-button:active {
    transform: translateY(1px);
}

#enlightments-overlay.enl-v2 .enl-button--primary {
    background: linear-gradient(180deg, #fdeab0 0%, #c98a1f 100%);
    color: #1a0f24;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    border-color: #f4d77a;
    box-shadow: 0 8px 22px rgba(214, 178, 96, 0.45);
}

#enlightments-overlay.enl-v2 .enl-button--primary:hover {
    background: linear-gradient(180deg, #fff3c0 0%, #d99e35 100%);
}

/* ----- Responsive collapse for narrow viewports ------------------------ */

@media (max-width: 1080px) {
    #enlightments-overlay.enl-v2 .enl-frame {
        padding: 28px 22px 22px;
    }
    #enlightments-overlay.enl-v2 .enl-body {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    #enlightments-overlay.enl-v2 .enl-hero-preview {
        min-height: 240px;
    }
}

@media (max-width: 720px) {
    #enlightments-overlay.enl-v2 .enl-aspect-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    #enlightments-overlay.enl-v2 .enlightments-attr-row {
        grid-template-columns: 90px 22px 1fr 26px;
        gap: 6px;
    }
    #enlightments-overlay.enl-v2 .enlightments-attr-label {
        font-size: 11px;
    }
    #enlightments-overlay.enl-v2 .enl-button {
        min-width: 0;
        flex: 1 1 0;
        padding: 10px 14px;
        font-size: 12px;
    }
}
