/*.panel-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    background: #fff;
}

.panel-header {
    background: linear-gradient(180deg, #0c2a5e, #102f67);
    color: #fff;
    border: 0;
    padding: 0.78rem 1rem;
}*/

.panel-title {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.issue-card .card-body {
    padding: 1rem;
}

.issue-cover {
    text-align: center;
}

.issue-meta {
    color: #fff;
}

.issue-volume {
    font-size: 1.05rem;
    font-weight: 700;
    color: #203558;
    margin-bottom: 0.12rem;
}

.issue-date {
    color: #203558;
    font-weight: 700;
}

.issue-cover img {
    margin: 0 auto;
    display: block;
}

.mini-action {
    display: flex;
    align-items: center;
    padding: 0.62rem 0.78rem;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--blue);
    background: #fff;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

    .mini-action:hover {
        border-color: #a9c5f2;
        background: #f7fbff;
    }

.section-heading,
.section-title {
    color: var(--blue);
    /*    font-weight: 800;
*/ letter-spacing: 0.01em;
}

.section-heading {
    font-size: 18px;
}

.lead-copy,
.body-copy {
    color: #35445c;
    line-height: 1.65;
}

.topical-section ul {
    padding-left: 0;
    margin-bottom: 0px;
}

    .topical-section ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .topical-section ul li a {
            color: var(--blue);
        }

        .topical-section ul li i {
            margin-right: 8px;
            font-size: 8px;
            color: var(--navy);
            position: relative;
            top: -2px;
        }

        .topical-section ul li .bi {
            color: var(--color-red);
            margin-right: 10px;
            font-size: 10px;
        }

        .topical-section ul li:last-child {
            border-bottom: 0px;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }






.feature-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
}

.feature-pill {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #324868;
    font-weight: 600;
}

    .feature-pill i {
        font-size: 1.08rem;
        color: #314e8f;
    }

.logos-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

    .logos-list ul {
        padding-left: 0px;
        margin: 0px;
    }

        .logos-list ul li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            list-style: none;
            border-bottom: 1px solid rgb(204, 204, 204);
        }

            .logos-list ul li img {
                max-width: 32%;
                height: auto;
                -o-object-fit: contain;
                object-fit: contain;
                margin-bottom: 0px;
            }

.view-all-link {
    color: #2563cb;
    font-weight: 700;
    font-size: 0.95rem;
}

.metrics-body {
    padding: 1rem;
}

.metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.63rem 0;
    border-bottom: 1px solid #e6edf7;
}

    .metric-row:last-of-type {
        border-bottom: 0;
    }

    .metric-row span {
        color: #44546d;
        font-size: 0.95rem;
    }

    .metric-row strong {
        color: var(--blue);
        font-size: 1.05rem;
    }

.metric-source {
    margin-top: 0.6rem;
    font-size: 0.8rem;
    color: #7a869a;
}

.resource-item {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e6edf7;
}

    .resource-item:last-child {
        border-bottom: 0;
    }

    .resource-item:hover {
        background: #f7fbff;
    }

.resource-ico {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: #edf4ff;
    color: #255fcb;
    font-size: 1rem;
    margin-top: 0.05rem;
}

.resource-text strong {
    display: block;
    color: var(--blue);
    font-size: 0.95rem;
}

.resource-text small {
    display: block;
    color: #6b7890;
    line-height: 1.25;
}

.section-top {
    padding: 0 0.2rem;
}

.section-link {
    color: #3a6ed9;
    font-weight: 700;
    white-space: nowrap;
}

.article-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
}

.article-image {
    height: 160px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e8eef7;
}

    .article-image::before,
    .article-image::after {
        content: "";
        position: absolute;
        inset: auto;
    }

.article-badge {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    z-index: 2;
    display: inline-block;
    background: linear-gradient(180deg, #2e75e5, #1d60cf);
    color: #fff;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    font-weight: 800;
    padding: 0.28rem 0.45rem;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(16, 66, 153, 0.2);
}

.image-a {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.16) 100%), linear-gradient(135deg, #9fbad3 0%, #dbe7f2 50%, #7fa1c1 100%);
}

    .image-a::before {
        left: 12%;
        right: 10%;
        bottom: 22px;
        height: 26px;
        background: linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.85) 8% 9%, transparent 9% 18%, rgba(255, 255, 255, 0.8) 18% 19%, transparent 19% 100%);
        clip-path: polygon(0 55%, 18% 0, 34% 48%, 52% 15%, 70% 60%, 82% 12%, 100% 50%, 100% 100%, 0 100%);
        opacity: 0.65;
    }

.image-b {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.16) 100%), radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.7), transparent 15%), linear-gradient(135deg, #7ea0c8 0%, #d7e4f1 50%, #8eb3d6 100%);
}

    .image-b::before {
        left: 14%;
        top: 55px;
        width: 120px;
        height: 66px;
        border-radius: 18px;
        border: 8px solid rgba(24, 47, 83, 0.25);
        box-shadow: 70px -10px 0 -26px rgba(255, 255, 255, 0.72), 100px 20px 0 -30px rgba(24, 47, 83, 0.25);
        transform: rotate(-18deg);
    }

.image-c {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, #9aaec3 0%, #d2e1ef 52%, #8ca6bf 100%);
}

    .image-c::before {
        left: 50%;
        top: 32px;
        width: 86px;
        height: 86px;
        transform: translateX(-50%);
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, 0.7);
        box-shadow: -36px 30px 0 -31px rgba(255, 255, 255, 0.7), 34px 16px 0 -28px rgba(255, 255, 255, 0.7), 0 54px 0 -26px rgba(255, 255, 255, 0.6);
    }

.image-d {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(135deg, #7d8fa4 0%, #e1e7ee 55%, #9fb0c2 100%);
}

    .image-d::before {
        width: 110px;
        height: 110px;
        right: 18px;
        top: 24px;
        border: 4px solid rgba(255, 255, 255, 0.72);
        transform: rotate(18deg);
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
        clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    }

.article-title {
    font-size: 15px;
    /*        line-height: 1.45;
*/ font-weight: 700;
    color: #223552;
    /*        margin-bottom: 0.55rem;
*/
}

.article-authors {
    color: #5d6a80;
    font-size: 0.92rem;
}

.article-meta {
    color: #4e5e78;
    font-size: 0.9rem;
}

.article-footer {
    background: #fff;
    border-top: 1px solid #edf1f7;
}

    .article-footer a {
        color: #2461cb;
        font-weight: 700;
        font-size: 0.95rem;
    }

.topical-card {
    background: linear-gradient(180deg, #fbfcfe, #f8fbff);
}

.topic-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.topic-chip {
    flex: 1 1 180px;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: #2d4266;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

    .topic-chip i {
        font-size: 1.15rem;
        color: #305cb4;
    }

    .topic-chip:hover {
        border-color: #aac2ef;
        background: #f7fbff;
    }

.info-band {
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, #0b2a61, #103472);
    color: #fff;
    box-shadow: var(--shadow);
}

.info-item {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
}

    .info-item i {
        font-size: 2.3rem;
        opacity: 0.95;
        flex: 0 0 auto;
    }

    .info-item h3 {
        font-size: 1rem;
        margin: 0 0 0.2rem;
        font-weight: 800;
    }

    .info-item p {
        margin: 0;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.4;
        font-size: 0.93rem;
    }

.info-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.14);
    flex: 0 0 1px;
}

.year-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    color: #000;
}

    .year-item a span {
        color: var(--color-red);
        font-weight: bold;
        transition: all ease-in-out 0.3s;
    }

    .year-item a.collapsed span {
        color: #000;
        font-weight: normal;
    }

        .year-item a.collapsed span .bi {
            transform: rotate(0deg);
        }

    .year-item a span .bi {
        color: var(--color-red);
        transition: all ease-in-out 0.3s;
        transform: rotate(90deg);
        display: inline-block;
    }

    .year-item .bi {
    }

    .year-item .badge-index {
        font-size: 12px;
        background: #eee;
        padding: 2px 4px;
        color: #000;
        font-weight: normal;
    }

.accordion .inner > .archive-item:first-child {
    padding-top: 10px;
}

.accordion .inner .archive-item a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.announcements .text-container a {
    color: var(--color-red);
    font-size: 13px;
    font-weight: bold;
}

.quick-links-wrapper .list-group-item {
    background-color: transparent;
}

    .quick-links-wrapper .list-group-item a span {
        color: var(--color-red);
    }

        .quick-links-wrapper .list-group-item a span .bi {
            color: var(--color-red);
        }


.current-issue .card-body .cover {
    width: 320px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.current-issue .card-body .book-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .current-issue .card-body .book-details .buttons .btn-brand {
        margin-bottom: 10px;
    }

.current-issue .card-body .d-flex {
    gap: 20px;
}

.current-issue .card-body h2 {
    font-family: var(--font-stix);
    margin-top: 15px;
    margin-bottom: 0;
}

.current-issue .card-body p {
    margin-bottom: 0px;
}




.card .card-header {
    background: var(--card-header-bg);
    color: var(--card-header-text-color);
    justify-content: space-between;
}

@media (max-width: 1099px) {
    .announcement-item .d-flex {
        flex-direction: column;
        gap: 6px !important;
    }
}

@media (max-width: 991px) {

    .issn {
        text-align: center;
    }

    .issue-meta {
        text-align: center;
    }

    .mini-action {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .current-issue .card-header .d-flex {
        flex-direction: column;
    }

    .current-issue .card-body .d-flex {
        flex-direction: column;
    }

    .current-issue .card-body .cover {
        margin: 0 auto;
        width: 300px;
    }

    .current-issue .card-body h2 {
        margin-top: 0px;
    }

    .current-issue .card-body .buttons {
        margin-top: 20px;
    }
}
