.reviewed {
    margin-bottom: 30px;
}

.top-bar-with-sticky {
    display: flex;
    align-items: center;
    /*border-bottom: 2px solid #ccc;*/
    padding: 12px 40px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-left: 10px;
    min-height: 61px;
}

.left-section-with-sticky {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 1;
    flex-wrap: nowrap;
}


.menu a {
    text-decoration: none;
    color: #000;
    margin-left: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.about-journal-row-with-sticky {
    display: flex;
    align-items: center;
    white-space: nowrap;
}


.outline-button-with-sticky {
    border: 1px solid #ccc;
    background-color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-outline-with-sticky {
    display: flex;
    margin-right: 16%;
    flex-shrink: 0;
    justify-content: space-between;
    margin-left: auto;
}

.page-breadcrumb.journal-header-with-sticky-header {

    position: relative;
}

section.FilterCardB.paddingy.single_archive_grid_section.not-shown-on-desktop {
    display: none;
}

section.FilterCardB.paddingy.not-shown-on-mobile {
    display: block;
}

section.FilterCardB.paddingy.not-shown-on-desktop {
    display: none;
}

@media only screen and (max-width: 500px) {

    .article-outline-with-sticky {
        display: none;
    !important;
    }

    .top-bar-with-sticky {
        display: flex;
        align-items: center;
        border-bottom: 2px solid #ccc;
        padding: 12px 23px;
        font-family: Arial, sans-serif;
        position: relative;
        margin-left: 0px;
    }

    section.FilterCardB.paddingy.single_archive_grid_section.responsive {
        display: none;
    }

    section.FilterCardB.paddingy.single_archive_grid_section.not-shown-on-desktop {
        display: block !important;
    }

    section.FilterCardB.paddingy.not-shown-on-mobile {
        display: none;
    }

    section.FilterCardB.paddingy.not-shown-on-desktop {
        display: block;
    !important;
    }
}

@media only screen and (max-width: 600px) {
    .left-section-with-sticky {
        flex-direction: column;
    }

    .reviewed {
        margin-bottom: 0;
        text-align: center;
    }

    .mobile-card {
        width: 100%;
    }

}

.volumeAccordion {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;

}

.volumeHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.volumeHeader:hover {
    background: #fafafa;
}

.volumeTitle {
    color: #F5962D;
    font-weight: normal;
}

.arrow {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
    color: #444;
}

.arrow.rotate {
    transform: rotate(90deg);
}

.issueListWrapper {
    padding: 12px 20px;
    border-top: 1px solid #f0f0f0;
    background: #fcfcfc;
}

.each_issues {
    width: calc(22% - 20px);
    text-align: center;
}

.issueLink {
    font-size: 0.9rem;
    text-decoration: none;
    color: #333;
    transition: color 0.2s ease;
}

.issueLink:hover {
    color: #f7931e;
}

.issueDivider {
    margin: 0 8px;
    color: #aaa;
}

article.CardBjar.CardB--highlighted.toggle-button {
    margin-bottom: 10px;

}

section.FilterCardB.paddingy.archive_grid_section {
    margin-top: 50px;
}

.arrowIcon {
    transition: transform 0.3s ease;
}

.arrowIcon.rotateRight {
    transform: rotate(-90deg);
}

.arrowIcon.rotateDown {
    transform: rotate(0deg);
}

.issueTags {
    display: inline-block;
    padding: 6px 20px;
    /* background-color: #f7f7f7; */
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #555;
    transition: background-color 0.3s ease;
    font-size: 11px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}

.issueTag:hover {
    background-color: #eaeaea;
}

.archive_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
}

.issueDivider {
    margin: 0 10px;
    color: #ccc;
}

.JournalCard_volumeBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 0px !important;
    border: 1.5px solid #E5E5E5;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px;
    color: #555;
    background-color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
}

.volumeText {
    display: inline-block;
    line-height: 1;
}

.arrowIcon {
    display: none;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    color: green;
}

.JournalCard_volumeBtn:hover .arrowIcon {
    display: inline-block;
    color: green;
}

span.JournalCard_volumeBtn {
    font-size: 11px;
    font-weight: normal;
}

.JournalCard_volumeBtn .arrow {
    opacity: 0;

    transition: all 0.3s ease;
    color: #009b4d;
}

.JournalCard_volumeBtn:hover {
    border-color: #009b4d;
    color: #009b4d;
}

.JournalCard_volumeBtn:hover .arrow {
    opacity: 1;
    transform: translateX(0);
}

.arrowIconForToggle {
    height: 20px;
    width: 20px;
}

.bannerBox {
    width: 100%; /* or fixed width if needed */
    height: 380px; /* your box height */
    overflow: hidden; /* hide the overflow (crop image) */
    position: relative;
}


@media screen and (max-width: 768px) {
    .archive_grid {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        align-items: stretch;
    }

    .each_issues {
        width: 100%;
    }


}
