/* post-show-ui.css — extracted from post/show.blade.php */

/* Anti-FOUC for post show: lock icon sizes before late inline styles paint */
        body.post-show-page .tab-btn {
            border: 1px solid transparent;
            background: transparent;
            box-shadow: none !important;
            min-height: 2.25rem;
            line-height: 1;
            color: #64748b;
        }
        body.post-show-page .tab-btn svg {
            color: #d97706 !important; /* accent soft, consistent both states */
        }
        body.post-show-page .tab-btn.active {
            background: rgba(255, 255, 255, .72) !important;
            color: #92400e !important; /* warm ink, not pure black */
            border-color: rgba(245, 158, 11, .18) !important;
            box-shadow: none !important;
        }
        body.post-show-page .tab-btn.active svg {
            color: #d97706 !important;
        }
        body.post-show-page .tab-btn:focus-visible {
            outline: 3px solid #0d9488;
            outline-offset: -3px;
        }
        body.post-show-page .tab-btn svg {
            width: 0.8rem !important;
            height: 0.8rem !important;
            max-width: 0.8rem !important;
            max-height: 0.8rem !important;
            flex: 0 0 auto;
            display: block;
        }
        body.post-show-page .post-content-toggle svg,
        body.post-show-page #toggle-intro-icon {
            width: 0.78rem !important;
            height: 0.78rem !important;
            max-width: 0.78rem !important;
            max-height: 0.78rem !important;
            display: block;
        }
        body.post-show-page .vz-rating-stars {
            display: inline-flex;
            align-items: center;
            gap: 1px;
            line-height: 0;
        }
        body.post-show-page .vz-rating-star {
            position: relative;
            width: 14px;
            height: 14px;
            display: inline-block;
            line-height: 0;
            overflow: hidden;
        }
        body.post-show-page .vz-rating-star svg {
            width: 14px !important;
            height: 14px !important;
            max-width: 14px !important;
            max-height: 14px !important;
            display: block;
        }
        body.post-show-page .vz-rating-star__base path { fill: #e2e8f0; }
        body.post-show-page .vz-rating-star__fill {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            overflow: hidden;
        }
        body.post-show-page .vz-rating-star__fill path { fill: #f59e0b; }
        body.post-show-page .tab-content-panel {
            animation: none !important;
        }
        body.post-show-page .tabs-container svg {
            overflow: hidden;
        }
        /* metrics chips: prevent icon flash */
        
        /* Metrics: fill the row; PC one equal row */
        body.post-show-page .post-hero-info,
        body.post-show-page .post-hero-info__stack {
            width: 100%;
            min-width: 0;
            box-sizing: border-box;
        }
        body.post-show-page .vz-stats-wrap {
            display: block !important;
            width: 100% !important;
            max-width: none !important;
        }
        body.post-show-page .vz-stats-wrap,
        body.post-show-page .vz-stats {
            width: 100% !important;
            max-width: none !important;
            box-sizing: border-box !important;
        }
        body.post-show-page .vz-stats {
            display: flex !important;
            flex-flow: row wrap !important;
            gap: .35rem .4rem !important;
        }
        body.post-show-page .vz-stats > .vz-stat {
            flex: 1 1 calc((100% - (var(--m-cols, 5) - 1) * .4rem) / var(--m-cols, 5)) !important;
            min-width: 0 !important;
            max-width: none !important;
        }
        @media (min-width: 1024px) {
            body.post-show-page .vz-stats { flex-wrap: nowrap !important; }
            body.post-show-page .vz-stats > .vz-stat { flex: 1 1 0 !important; }
        }
        @media (max-width: 767px) {
            body.post-show-page .post-hero-info .vz-stats-wrap {
                width: calc(100% + 1.25rem) !important;
                margin-left: -.625rem !important;
                margin-right: -.625rem !important;
                padding: 0 .2rem;
            }
        }
        body.post-show-page .vz-meta {
            display: flex;
            flex-wrap: nowrap;
            gap: .28rem;
            width: 100%;
            min-width: 0;
            overflow-x: auto;
            scrollbar-width: none;
        }
        body.post-show-page .vz-meta::-webkit-scrollbar { display: none; }
        body.post-show-page .vz-meta__chip,
        body.post-show-page .vz-meta__rank {
            flex: 0 1 auto;
            max-width: none;
            border: 0 !important;
            box-shadow: none !important;
        }
        body.post-show-page .vz-meta__chip svg,
        body.post-show-page .vz-meta__fact svg,
        body.post-show-page .vz-meta__rank-ico svg {
            width: .88rem !important;
            height: .88rem !important;
            max-width: .92rem !important;
            max-height: .92rem !important;
            display: block;
        }
        body.post-show-page .vz-stat__ico svg {
            width: .62rem !important;
            height: .62rem !important;
            max-width: .66rem !important;
            max-height: .66rem !important;
            display: block;
        }

        /* ===== Wiki panel polish (show post) ===== */
        body.post-show-page #tab-wiki-content.wiki-panel {
            --wiki-skill: #0f766e;
            --wiki-skill-bg: #ecfdf5;
            --wiki-power: #b45309;
            --wiki-power-bg: #fff7ed;
            --wiki-weapon: #be123c;
            --wiki-weapon-bg: #fff1f2;
            --wiki-realm: #6d28d9;
            --wiki-realm-bg: #f5f3ff;
            --wiki-place: #0369a1;
            --wiki-place-bg: #f0f9ff;
            --wiki-item: #c2410c;
            --wiki-item-bg: #fff7ed;
            --wiki-char: #0e7490;
            --wiki-char-bg: #ecfeff;
            --wiki-other: #475569;
            --wiki-other-bg: #f8fafc;
        }
        body.post-show-page #tab-wiki-content .wiki-filter-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 1.7rem;
            padding: 0.2rem 0.65rem;
            border: 1px solid #e2e8f0;
            border-radius: 999px;
            background: #fff;
            color: #64748b;
            font-size: 10.5px;
            font-weight: 700;
            line-height: 1.2;
            transition: background-color .14s ease, border-color .14s ease, color .14s ease, box-shadow .14s ease;
        }
        body.post-show-page #tab-wiki-content .wiki-filter-btn:hover {
            border-color: #fcd34d;
            background: #fffbeb;
            color: #92400e;
        }
        body.post-show-page #tab-wiki-content .wiki-filter-btn.active {
            background: #f2b400 !important;
            border-color: #f2b400 !important;
            color: #fff !important;
            box-shadow: 0 1px 2px rgba(242, 180, 0, 0.28);
        }
        body.post-show-page #tab-wiki-content .wiki-card {
            box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
        }
        body.post-show-page #tab-wiki-content .wiki-card:focus-visible {
            outline: 2px solid rgba(242, 180, 0, 0.45);
            outline-offset: 2px;
        }
        body.post-show-page #tab-wiki-content .wiki-card__icon {
            border: 1px solid transparent;
        }
        body.post-show-page #tab-wiki-content .wiki-card__icon--skill { background: var(--wiki-skill-bg); color: var(--wiki-skill); border-color: rgba(15,118,110,.12); }
        body.post-show-page #tab-wiki-content .wiki-card__icon--power { background: var(--wiki-power-bg); color: var(--wiki-power); border-color: rgba(180,83,9,.12); }
        body.post-show-page #tab-wiki-content .wiki-card__icon--weapon { background: var(--wiki-weapon-bg); color: var(--wiki-weapon); border-color: rgba(190,18,60,.12); }
        body.post-show-page #tab-wiki-content .wiki-card__icon--realm { background: var(--wiki-realm-bg); color: var(--wiki-realm); border-color: rgba(109,40,217,.12); }
        body.post-show-page #tab-wiki-content .wiki-card__icon--place { background: var(--wiki-place-bg); color: var(--wiki-place); border-color: rgba(3,105,161,.12); }
        body.post-show-page #tab-wiki-content .wiki-card__icon--item { background: var(--wiki-item-bg); color: var(--wiki-item); border-color: rgba(194,65,12,.12); }
        body.post-show-page #tab-wiki-content .wiki-card__icon--char { background: var(--wiki-char-bg); color: var(--wiki-char); border-color: rgba(14,116,144,.12); }
        body.post-show-page #tab-wiki-content .wiki-card__icon--other { background: var(--wiki-other-bg); color: var(--wiki-other); border-color: rgba(71,85,105,.12); }

        body.post-show-page #tab-wiki-content .wiki-card__type--skill { background: var(--wiki-skill-bg); color: var(--wiki-skill); }
        body.post-show-page #tab-wiki-content .wiki-card__type--power { background: var(--wiki-power-bg); color: var(--wiki-power); }
        body.post-show-page #tab-wiki-content .wiki-card__type--weapon { background: var(--wiki-weapon-bg); color: var(--wiki-weapon); }
        body.post-show-page #tab-wiki-content .wiki-card__type--realm { background: var(--wiki-realm-bg); color: var(--wiki-realm); }
        body.post-show-page #tab-wiki-content .wiki-card__type--place { background: var(--wiki-place-bg); color: var(--wiki-place); }
        body.post-show-page #tab-wiki-content .wiki-card__type--item { background: var(--wiki-item-bg); color: var(--wiki-item); }
        body.post-show-page #tab-wiki-content .wiki-card__type--char { background: var(--wiki-char-bg); color: var(--wiki-char); }
        body.post-show-page #tab-wiki-content .wiki-card__type--other { background: var(--wiki-other-bg); color: var(--wiki-other); }

        body.post-show-page #tab-wiki-content .wiki-card__date {
            color: #94a3b8;
        }
        body.post-show-page #tab-wiki-content .wiki-card:hover .wiki-card__title,
        body.post-show-page #tab-wiki-content .wiki-card:focus-visible .wiki-card__title {
            color: #92400e;
        }
        body.post-show-page #tab-wiki-content .wiki-page-btn {
            width: 2rem;
            height: 2rem;
            border-radius: 0.55rem;
            font-size: 0.75rem;
            font-weight: 700;
        }
        body.post-show-page #tab-wiki-content .wiki-page-btn[aria-current="page"] {
            background: #f2b400 !important;
            border-color: #f2b400 !important;
            color: #fff !important;
            box-shadow: 0 1px 2px rgba(242, 180, 0, 0.25);
        }
        @media (max-width: 640px) {
            body.post-show-page #tab-wiki-content .wiki-panel__toolbar {
                align-items: flex-start;
                flex-wrap: wrap;
            }
            body.post-show-page #tab-wiki-content .wiki-panel__search-input {
                width: 9.5rem;
            }
            body.post-show-page #tab-wiki-content .wiki-card {
                padding-right: 0.65rem;
            }
            body.post-show-page #tab-wiki-content .wiki-filter-btn {
                min-height: 2rem;
                padding: 0.3rem 0.7rem;
            }
        }

        /* Wiki category filter chips: solid accent + white text (keep original size/shape) */
        body.post-show-page #tab-wiki-content .wiki-filter-btn.active {
            background: #f2b400 !important; /* solid accent */
            color: #ffffff !important; /* force white over .bg-accent.text-white ink override */
            border-color: #f2b400 !important; /* matching accent border */
        }
        /* Wiki pagination active page: solid accent + white text */
        body.post-show-page #tab-wiki-content .wiki-page-btn[aria-current="page"] {
            background: #f2b400 !important; /* solid accent */
            color: #ffffff !important; /* force white over global ink-on-accent override */
            border-color: #f2b400 !important; /* matching accent border */
            box-shadow: none !important;
        }
        @media (pointer: coarse) {
            body.post-show-page #tab-wiki-content .wiki-filter-btn,
            body.post-show-page #tab-wiki-content .wiki-page-btn {
                min-height: 44px;
            }
            /* Keep action chips as compact as the Cập nhật button */
            body.post-show-page .post-engagement-action {
                min-height: 1.5rem;
                min-width: 0;
            }
            body.post-show-page #tab-wiki-content .wiki-filter-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            body.post-show-page #tab-wiki-content .wiki-filter-btn,
            body.post-show-page #tab-wiki-content .wiki-page-btn {
                min-width: 44px;
            }
            body.post-show-page #wiki-pagination,
            body.post-show-page #wiki-pagination > div {
                flex-wrap: wrap;
                gap: 0.5rem;
            }
        }
        @media (forced-colors: active) {
            body.post-show-page .tab-btn:focus-visible {
                outline-color: Highlight;
            }
        }

/* Action chips: match the slimmer Cập nhật button */
body.post-show-page .post-action-row > a,
body.post-show-page .post-action-row > span,
body.post-show-page .post-action-row > form > button,
body.post-show-page .post-action-row > form > a {
    height: 1.5rem !important;
    min-height: 1.5rem !important;
    padding: 0 .375rem !important;
    gap: .25rem !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    box-sizing: border-box;
}
body.post-show-page .post-action-row .post-engagement-ico,
body.post-show-page .post-action-row .post-action-ico,
body.post-show-page .post-action-row > a > span:first-child,
body.post-show-page .post-action-row > span > span:first-child,
body.post-show-page .post-action-row button > span:first-child {
    width: .75rem !important;
    height: .75rem !important;
}
body.post-show-page .post-action-row svg {
    width: .5rem !important;
    height: .5rem !important;
    max-width: .5rem !important;
    max-height: .5rem !important;
}
body.post-show-page .post-action-row a.group > span:last-child {
    height: .75rem;
    min-width: .75rem;
    padding: 0 .2rem;
    font-size: 8px;
}

.post-byline { min-width: 0; }
.post-byline__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .32rem .62rem;
    min-width: 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
}
.post-byline__row--who {
    flex-wrap: nowrap;
    gap: .35rem .5rem;
    min-width: 0;
}
/* Category + status read as thin inline text, not filled badges.
   Tailwind bg/ring come from the helper classes, so they need overriding. */
.post-byline__chip {
    flex: 0 0 auto;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    --tw-ring-shadow: 0 0 #0000 !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.35;
    opacity: .9;
}
.post-byline__chip::after {
    content: '·';
    margin-left: .34rem;
    color: #cbd5e1;
    font-weight: 400;
}
.post-byline__chip .vz-meta__source-fallback {
    font-weight: 600;
    text-transform: none;
}
.post-byline__author {
    color: #64748b;
    font-weight: 600;
    min-width: 0;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.post-byline__author {
    text-decoration: none;
    transition: color .15s ease;
}
a.post-byline__author:hover {
    color: #0f766e;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(15, 118, 110, .35);
}
.post-hero-info .vz-meta__latest,
.post-byline .vz-meta__latest {
    display: flex;
    align-items: center;
    gap: .12rem;
    max-width: 100%;
    margin-top: .2rem;
    color: #94a3b8;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 1.35;
}
.post-hero-info .vz-meta__latest-ico,
.post-byline .vz-meta__latest-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: .78rem;
    height: .78rem;
    color: #94a3b8;
    opacity: .8;
}
.post-hero-info .vz-meta__latest-ico svg,
.post-byline .vz-meta__latest-ico svg {
    width: .78rem;
    height: .78rem;
    display: block;
}
.post-hero-info .vz-meta__latest-label,
.post-byline .vz-meta__latest-label {
    color: #94a3b8;
    font-weight: 400;
}
.post-hero-info .vz-meta__latest-title,
.post-byline .vz-meta__latest-title {
    color: #94a3b8;
    font-weight: 400;
    font-size: 1em;
}
.post-byline__time {
    display: inline-flex;
    align-items: center;
    gap: .22rem;
    color: #94a3b8;
    font-weight: 500;
    white-space: nowrap;
    flex: 0 0 auto;
}
.post-byline__time svg {
    width: .66rem;
    height: .66rem;
    opacity: .65;
    flex: 0 0 auto;
}
@media (min-width: 640px) {
    .post-byline__row { font-size: 11.5px; gap: .3rem .7rem; }
    .post-hero-info .vz-meta__latest,
    .post-byline .vz-meta__latest { max-width: min(100%, 36rem); }
}
/*
 * Desktop hero cover next to info:
 * Reserve a definite flex basis/width so the info panel cannot
 * paint over the thumb (height:100% + aspect-ratio on a nested
 * child is cyclic and collapses the column).
 * Image is absolute so its intrinsic size cannot inflate height;
 * column height still comes from the info panel via stretch.
 */
@media (min-width: 768px) {
    .post-hero-thumb-col {
        position: relative;
        flex: 0 0 min(42vw, 320px);
        width: min(42vw, 320px);
        max-width: min(42vw, 320px);
        align-self: stretch;
        min-width: 0;
        min-height: 0;
        overflow: hidden;
    }
    .post-hero-thumb {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        aspect-ratio: auto;
    }
    .post-hero-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}
.vz-report-corner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    display: grid;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    place-items: start end;
    appearance: none;
    background: transparent;
    color: #e11d48;
    cursor: pointer;
    text-decoration: none;
    transition: color .16s ease;
}
.vz-report-corner__icon {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin: 4px 4px 0 0;
    filter: drop-shadow(0 1px 1px rgba(159, 18, 57, .18));
    transition: transform .16s ease, color .16s ease, filter .16s ease;
}
.vz-report-corner::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    content: '';
    background: linear-gradient(135deg, #fff1f2 0%, #fecdd3 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transition: background .16s ease, filter .16s ease;
}
.vz-report-corner:hover,
.vz-report-corner:focus-visible {
    color: #be123c;
}
.vz-report-corner:hover::after,
.vz-report-corner:focus-visible::after {
    background: linear-gradient(135deg, #ffe4e6 0%, #fda4af 100%);
    filter: saturate(1.08);
}
.vz-report-corner:hover .vz-report-corner__icon,
.vz-report-corner:focus-visible .vz-report-corner__icon {
    transform: scale(1.14);
    filter: drop-shadow(0 2px 3px rgba(159, 18, 57, .25));
}
.vz-report-corner:focus-visible {
    outline: 2px solid #fb7185;
    outline-offset: -2px;
    border-radius: 0 0 0 9px;
}

/* Light chip track + floating active badge */
.tabs-container > .flex.border-b {
    background: linear-gradient(180deg, rgba(255,253,248,.55) 0%, rgba(248,249,251,.28) 100%);
    border-bottom-color: rgba(15, 23, 42, 0.04);
}
.tab-btn {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid transparent;
    background: transparent;
    color: #64748b;
    box-shadow: none !important;
    min-height: 2.25rem;
    line-height: 1;
    transition: color .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.tab-btn svg {
    color: #d97706;
}
.tab-btn:hover:not(.active) {
    color: #57534e;
    background: rgba(255, 255, 255, .38);
    border-color: rgba(15, 23, 42, .03);
}
/* Light floating badge (active) - warm, not black */
.tab-btn.active {
    background: rgba(255, 255, 255, .72) !important;
    color: #92400e !important;
    border-color: rgba(245, 158, 11, .18) !important;
    box-shadow: none !important;
}
.tab-btn.active svg {
    color: #d97706 !important;
}
.tab-content-panel {
    animation: none;
}
.tab-content-panel.hidden {
    display: none;
}

/* Chapter list grid style */
.chapter-list-flow {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
@media (min-width: 768px) {
    .chapter-list-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}
.chapter-list-flow-item {
    border: 1px solid rgba(15, 23, 42, 0.03) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,.16) 100%) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    transition: all 0.2s ease !important;
}
.chapter-list-flow-item:hover {
    border-color: rgba(245, 158, 11, 0.2) !important;
    background: linear-gradient(180deg, rgba(255,251,235,.72) 0%, rgba(255,255,255,.28) 100%) !important;
    transform: none !important;
    box-shadow: none !important;
}
.chapter-list-flow-item.is-divider {
    grid-column: 1 / -1 !important;
    background-color: rgba(241, 245, 249, 0.5) !important;
    border-style: dashed !important;
    text-align: center !important;
    font-weight: bold !important;
}
.chapter-list-divider-link {
    display: block !important;
    font-size: 13px !important;
    color: #475569 !important;
    text-decoration: none !important;
}
.chapter-list-link {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
}
.chapter-list-number {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #64748b !important;
    background: #f1f5f9 !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    flex-shrink: 0 !important;
}
.chapter-list-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    flex: 1 !important;
    min-width: 0 !important;
}
.chapter-list-title-link {
    color: #1e293b !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    line-height: 1.45 !important;
}
.chapter-list-title-link:hover {
    color: #805600 !important;
}
.chapter-list-title {
    display: block !important;
    white-space: normal !important;
    word-break: break-word !important;
}
.chapter-list-time {
    font-size: 10px !important;
    color: #64748b !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

/* Chapter Pagination styling */
.chapter-list-pagination {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
}
.chapter-list-pagination__nav {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.chapter-page-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    background-color: #ffffff !important;
    color: #475569 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}
.chapter-page-btn:hover:not(:disabled) {
    border-color: rgba(245, 158, 11, 0.5) !important;
    background-color: rgba(245, 158, 11, 0.05) !important;
    color: #f59e0b !important;
}
.chapter-page-btn:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}
.chapter-page-btn.is-active {
    background-color: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #171717 !important;
    box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.2) !important;
}
.chapter-page-ellipsis {
    color: #64748b !important;
    font-size: 12px !important;
    padding: 0 4px !important;
}

/* Character cards styling inside Tab */
.character-card-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.03);
    background: linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,.16) 100%);
    transition: all 0.2s ease-in-out;
}
.character-card-tab:hover {
    border-color: rgba(245, 158, 11, 0.22);
    background: linear-gradient(180deg, rgba(255,251,235,.72) 0%, rgba(255,255,255,.28) 100%);
    transform: none;
    box-shadow: none;
}
