/* Journal archive — resources/views/journal/archive.blade.php */
.archive-page { max-width: 100%; margin: 0 auto 28px; }
.archive-strip {
    background-image:
        linear-gradient(90deg, rgba(236, 243, 250, 0.95) 0%, rgba(229, 238, 249, 0.78) 45%, rgba(225, 236, 248, 0.15) 100%),
        url("../../images/slider/banner4.jpeg");
    background-size: cover;
    background-position: right center;
    border-top: 1px solid #d7e3ef;
    border-bottom: 1px solid #d7e3ef;
    padding: 34px 0;
    margin-bottom: 22px;
}
.archive-strip .container {
    position: relative;
}
.archive-strip-title {
    margin: 0 0 6px;
    font-size: 52px;
    line-height: 1.1;
    color: #143f68;
    font-weight: 800;
}
.archive-strip .sj-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.archive-strip .sj-breadcrumb li,
.archive-strip .sj-breadcrumb li a {
    color: #2f5d84;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.archive-strip-subtitle {
    margin: 0;
    color: #496983;
    font-size: 18px;
    line-height: 1.35;
    max-width: 760px;
    font-weight: 500;
}
.archive-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr) 250px; gap: 18px; }

.archive-filter-card { background: #fff; border: 1px solid #e1eaf4; border-radius: 10px; padding: 16px; height: fit-content; box-shadow: 0 6px 16px rgba(15, 48, 79, 0.05); }
.archive-filter-title { font-size: 13px; font-weight: 800; color: #1d4f7e; margin: 0 0 10px; text-transform: uppercase; letter-spacing: .35px; }
.archive-filter-group { margin-bottom: 12px; }
.archive-filter-label { display: block; font-size: 12px; font-weight: 600; color: #4b6075; margin-bottom: 5px; }
.archive-filter-select { width: 100%; border: 1px solid #d5dfeb; border-radius: 7px; height: 36px; padding: 0 10px; font-size: 13px; color: #2f4762; background: #fff; }
.archive-filter-btn { width: 100%; border: 0; border-radius: 7px; height: 38px; background: #18a865; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.archive-content-card { background: #fff; border: 1px solid #e1eaf4; border-radius: 10px; padding: 18px; box-shadow: 0 6px 16px rgba(15, 48, 79, 0.05); }
.archive-content-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; border-bottom: 1px solid #e8eef5; padding-bottom: 10px; margin-bottom: 12px; }
.archive-content-top h3 { margin: 0; color: #1d4f7e; font-size: 30px; font-weight: 800; }
.archive-total { margin: 0; color: #607992; font-size: 13px; font-weight: 700; }
.year-content { display: block; margin-bottom: 10px; }
.archive-year-heading { margin: 12px 0 8px; font-size: 26px; font-weight: 800; color: #1f4a73; }
.issue-block { margin-bottom: 0; border: 0; border-bottom: 1px solid #e9eff6; border-radius: 0; overflow: hidden; }
.issue-block:last-child { margin-bottom: 0; }
.issue-header-wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 2px; background: #fff; border-left: 0; cursor: pointer; user-select: none; }
.issue-header-wrap:hover { background: #f8fbff; }
.issue-header-left { display: flex; align-items: flex-start; gap: 10px; }
.issue-icon { width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 50%; background: #eef5fc; color: #1d5d92; font-size: 11px; margin-top: 2px; }
.issue-header-wrap .issue-header { font-size: 17px; font-weight: 700; color: #1f476c; margin: 0 0 2px; flex: 1; }
.issue-submeta { margin: 0; font-size: 12px; color: #6b8399; }
.issue-header-wrap .open-articles { font-size: 12px; font-weight: 700; color: #556f88; display: inline-flex; align-items: center; gap: 8px; text-transform: none; }
.issue-header-wrap .open-articles i { transition: transform .2s; }
.issue-header-wrap.toggled .open-articles i { transform: rotate(180deg); }
.issue-articles { display: none; background: #f8fbff; padding: 10px 12px 12px; margin: 0 0 8px; border-radius: 8px; }
.issue-articles.is-open { display: block; }

.article-list,
.article-list li { list-style: none !important; list-style-type: none !important; padding-left: 0 !important; margin-left: 0 !important; }
.article-list { padding: 0; margin: 0; }
.article-item { padding: 14px; margin-bottom: 10px; background: #fff; border-radius: 8px; border: 1px solid #e5edf6; }
.article-item:last-child { margin-bottom: 0; }
.article-title { font-size: 14px; font-weight: 700; margin: 0 0 7px; line-height: 1.5; }
.article-title a { color: #1e4367; text-decoration: none; }
.article-title a:hover { color: #1d5d92; text-decoration: underline; }
.article-authors { font-size: 13px; color: #50657a; margin-bottom: 8px; line-height: 1.5; }
.article-doi { font-size: 12px; margin-bottom: 9px; color: #607992; }
.article-doi a { color: #1d5d92; text-decoration: none; }
.article-links { display: flex; flex-wrap: wrap; gap: 8px; }
.article-links .btn-link { display: inline-block; padding: 4px 10px; font-size: 11px; font-weight: 700; color: #1d5d92; background: #f4f9ff; border: 1px solid #d6e5f4; border-radius: 6px; text-decoration: none; letter-spacing: .2px; text-transform: uppercase; }

.archive-rightbar { display: grid; gap: 12px; align-content: start; }
.archive-widget { background: #fff; border: 1px solid #e1eaf4; border-radius: 10px; padding: 14px; box-shadow: 0 6px 16px rgba(15, 48, 79, 0.05); }
.archive-widget h5 { margin: 0 0 10px; font-size: 13px; font-weight: 800; color: #1d4f7e; text-transform: uppercase; }
.archive-year-links { list-style: none; padding: 0; margin: 0; }
.archive-year-links li { border-bottom: 1px dashed #e2eaf2; }
.archive-year-links li:last-child { border-bottom: 0; }
.archive-year-links a { display: flex; justify-content: space-between; gap: 8px; padding: 7px 0; color: #365573; font-size: 13px; text-decoration: none; font-weight: 600; }
.archive-year-links a:hover,
.archive-year-links a.active { color: #1d5d92; }
.archive-year-count { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; border-radius: 999px; background: #f0f6fd; border: 1px solid #d7e6f6; color: #1d5d92; font-size: 11px; font-weight: 700; padding: 0 6px; }
.archive-search-input { width: 100%; border: 1px solid #d5dfeb; border-radius: 7px; height: 35px; padding: 0 10px; font-size: 12px; margin-bottom: 8px; }
.archive-search-btn { width: 100%; border: 0; border-radius: 7px; height: 35px; background: #0e65b1; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.archive-widget p { margin: 0 0 8px; font-size: 12px; color: #5a738d; line-height: 1.5; }
.archive-widget .widget-btn { display: inline-block; width: 100%; text-align: center; padding: 8px 10px; border-radius: 7px; background: #f2f8ff; border: 1px solid #d7e7f8; color: #1d5d92; text-transform: uppercase; font-size: 11px; font-weight: 700; text-decoration: none; }

.journal-footer-stats { display: none; }
.archive-prefooter-stats {
    background: #ffffff;
    border-top: 1px solid #e6edf5;
    border-bottom: 1px solid #e6edf5;
    padding: 24px 0;
}
.archive-prefooter-stats .stat-item {
    text-align: center;
    border-right: 1px solid #e3ebf3;
}
.archive-prefooter-stats .stat-item:last-child { border-right: 0; }
.archive-prefooter-stats .stat-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d8e4f1;
    border-radius: 50%;
    color: #1d5d92;
    font-size: 16px;
    margin: 0 auto 8px;
}
.archive-prefooter-stats h4 {
    margin: 0 0 4px;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #124a7b;
}
.archive-prefooter-stats p {
    margin: 0;
    color: #516b84;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .archive-layout { grid-template-columns: 1fr; }
    .archive-strip-title { font-size: 38px; }
    .archive-strip-subtitle { font-size: 16px; max-width: 580px; }
    .archive-strip .sj-breadcrumb li,
    .archive-strip .sj-breadcrumb li a { font-size: 16px; }
}

@media (max-width: 767px) {
    .archive-content-top { flex-direction: column; align-items: flex-start; }
    .archive-content-top h3 { font-size: 24px; }
    .archive-strip { min-height: auto; padding: 15px 0; }
    .archive-strip-title { font-size: 28px; }
    .archive-strip-subtitle { font-size: 13px; max-width: 100%; }
    .archive-strip .sj-breadcrumb {
        position: static;
        transform: none;
        margin-top: 8px;
    }
    .archive-strip .sj-breadcrumb li,
    .archive-strip .sj-breadcrumb li a { font-size: 12px; }
    .archive-prefooter-stats .stat-item { border-right: 0; margin-bottom: 14px; }
    .archive-prefooter-stats .stat-item:last-child { margin-bottom: 0; }
}
