.header-desktop-context .header-desktop-name.header-desktop-name-sm {
    display: none !important;
}

/* =========================================================
   SIERRA LEONE JOURNAL OF MEDICINE
   MODERN FOOTER LAYOUT
   ========================================================= */

/* ---------- MAIN FOOTER ---------- */

.footer {
    margin-top: 0;
    background: #024131;
    color: #fff;
}

.footer-inner {
    background: #04753D;
    padding: 50px 0 40px;
    border-top: 4px solid #1683a8;
}

.footer-inner > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}


/* =========================================================
   HIDE DUPLICATE FOOTER JOURNAL NAME
   ========================================================= */

.footer-name {
    display: none !important;
}


/* =========================================================
   FOOTER MAIN AREA
   ========================================================= */

.footer-blocks {
    display: block !important;
}


/* =========================================================
   1. JOURNAL DESCRIPTION - FULL WIDTH
   ========================================================= */

.footer-block-masthead {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0 0 25px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-description {
    width: 100%;
    max-width: 100%;
    color: #cbd9e1;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.footer-description p {
    margin: 0;
}

.footer-description a {
    color: #61c7e8;
    text-decoration: none;
    font-weight: 600;
}

.footer-description a:hover {
    color: #fff;
    text-decoration: underline;
}


/* =========================================================
   2. eISSN + PRIVACY + CONTACT
   SINGLE HORIZONTAL ROW
   ========================================================= */

.footer-metadata,
.footer-links {
    display: inline-flex !important;
    vertical-align: middle;
}

.footer-metadata {
    margin: 0 30px 0 0 !important;
}

.footer-metadata-item {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 0;
    border: 0;
    background: transparent;
}

.footer-metadata-title {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.footer-metadata-item > div {
    color: #61c7e8;
    font-size: 14px;
    font-weight: 600;
}


/* Privacy + Contact */

.footer-links {
    margin: 0 !important;
}

.footer-links ul {
    display: flex !important;
    align-items: center;
    gap: 25px;

    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 0;
    padding: 0;
    position: relative;
}

.footer-links li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.25);
    transform: translateY(-50%);
}

.footer-links a {
    color: #b8cbd5;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #61c7e8;
}


/* =========================================================
   3. FOOTER NAVIGATION
   BELOW eISSN / PRIVACY / CONTACT
   ========================================================= */

.footer-blocks > .footer-block-menu {
    display: inline-block !important;
    vertical-align: top;

    width: 31%;
    margin: 35px 2.5% 0 0;
    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-blocks > .footer-block-menu:last-of-type {
    margin-right: 0;
}


/* Navigation lists */

.footer-block-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* Main navigation links */

.footer-block-menu > ul > li {
    margin: 0 0 8px;
    padding: 0;
}

.footer-block-menu > ul > li > a {
    display: block;

    color: #fff;
    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    padding: 5px 0;

    transition: all 0.2s ease;
}

.footer-block-menu > ul > li > a:hover {
    color: #61c7e8;
    padding-left: 5px;
}


/* =========================================================
   SUBMENU
   ========================================================= */

.footer-block-menu .menu-submenu {
    display: block !important;
    margin: 4px 0 15px;
}

.footer-block-menu .menu-submenu ul {
    list-style: none;
    padding: 0 0 0 13px;
    margin: 0;

    border-left: 1px solid rgba(255,255,255,0.15);
}

.footer-block-menu .menu-submenu li {
    margin: 0;
    padding: 0;
}

.footer-block-menu .menu-submenu a {
    display: block;

    color: #aebfc9;
    text-decoration: none;

    font-size: 13px;
    line-height: 1.5;

    padding: 4px 0;

    transition: all 0.2s ease;
}

.footer-block-menu .menu-submenu a:hover {
    color: #61c7e8;
    padding-left: 5px;
}


/* =========================================================
   USER MENU
   ========================================================= */

#nav-footer-user {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav-footer-user > li > a {
    color: #fff;
}

#nav-footer-user .task_count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 20px;
    height: 20px;

    padding: 0 5px;
    margin-left: 5px;

    border-radius: 50%;

    background: #1683a8;
    color: #fff;

    font-size: 11px;
}


/* =========================================================
   4. FOOTER SIDEBAR
   ========================================================= */

.footer-sidebar {
    width: 100%;
    margin: 40px 0 0;
    padding-top: 35px;

    border-top: 1px solid rgba(255,255,255,0.12);

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}


/* Sidebar blocks */

.footer-sidebar .pkp_block {
    margin: 0;
    padding: 0;
}

.footer-sidebar .pkp_block .title {
    position: relative;

    margin: 0 0 16px;
    padding-bottom: 10px;

    color: #fff;

    font-size: 16px;
    font-weight: 700;
}

.footer-sidebar .pkp_block .title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 35px;
    height: 2px;

    background: #1683a8;
}


/* Sidebar lists */

.footer-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-sidebar li {
    margin: 0 0 8px;
}

.footer-sidebar a {
    color: #aebfc9;
    text-decoration: none;
    font-size: 13px;
}

.footer-sidebar a:hover {
    color: #61c7e8;
}


/* =========================================================
   RSS / ATOM
   ========================================================= */

.block_web_feed ul {
    display: flex !important;
    gap: 10px;
    align-items: center;
}

.block_web_feed li {
    margin: 0;
}

.block_web_feed a {
    display: flex;

    width: 38px;
    height: 38px;

    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.08);
    border-radius: 6px;

    transition: all 0.2s ease;
}

.block_web_feed a:hover {
    background: #1683a8;
    transform: translateY(-2px);
}

.block_web_feed img {
    width: 20px;
    height: 20px;
}


/* =========================================================
   MAKE A SUBMISSION
   ========================================================= */

.block_make_submission_link {
    display: inline-block !important;

    padding: 11px 18px !important;

    background: #005EB3;
    color: black !important;

    border-radius: 5px;

    font-size: 13px !important;
    font-weight: 600;

    text-align: center;

    transition: all 0.2s ease;
}

.block_make_submission_link:hover {
    background: #1b9bc5;
    color: #fff !important;
    transform: translateY(-2px);
}


/* =========================================================
   KEYWORD CLOUD
   ========================================================= */

#wordcloud {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    overflow: hidden;
}

.block_keyword_cloud svg {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   BACK TO TOP
   ========================================================= */

.footer-back-to-top {
    background: #071b2a;
}

.footer-back-to-top-link {
    display: flex;

    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 13px 20px;

    color: #b8cbd5;

    font-size: 13px;
    text-decoration: none;

    transition: all 0.2s ease;
}

.footer-back-to-top-link:hover {
    color: #fff;
    background: #0b2538;
}

.footer-back-to-top-link svg {
    width: 18px;
    height: 18px;
}


/* =========================================================
   BOTTOM OJS BAR
   ========================================================= */

.footer-btm {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    padding: 18px 25px;

    background: #061722;

    color: #8096a2;

    font-size: 12px;

    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-btm-logo {
    display: flex;
    align-items: center;
}

.footer-btm-logo img {
    width: 42px;
    height: auto;
    opacity: 0.7;
}

.footer-btm-text {
    line-height: 1.6;
}

.footer-btm-text a {
    color: #9eb2bd;
    text-decoration: none;
}

.footer-btm-text a:hover {
    color: #61c7e8;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .footer-blocks > .footer-block-menu {
        width: 48%;
        margin-right: 3%;
    }

    .footer-blocks > .footer-block-menu:nth-of-type(2n) {
        margin-right: 0;
    }

    .footer-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .footer-inner {
        padding: 40px 0 30px;
    }

    .footer-inner > .container {
        padding: 0 20px;
    }


    /* Description */

    .footer-description {
        font-size: 14px;
        line-height: 1.7;
    }


    /* eISSN + Privacy + Contact */

    .footer-metadata,
    .footer-links {
        display: flex !important;
        width: 100%;
        margin: 0 0 15px !important;
    }

    .footer-metadata {
        padding-bottom: 12px;
    }

    .footer-links ul {
        gap: 20px;
    }


    /* Navigation */

    .footer-blocks > .footer-block-menu {
        display: block !important;

        width: 100%;
        margin: 25px 0 0;
        padding-top: 20px;
    }


    /* Sidebar */

    .footer-sidebar {
        grid-template-columns: 1fr;
        gap: 28px;
    }


    /* Bottom */

    .footer-btm {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .footer-inner > .container {
        padding: 0 15px;
    }

    .footer-description {
        font-size: 13px;
    }

    .footer-links ul {
        flex-wrap: wrap;
    }

}

/* =========================================================
   SIERRA LEONE JOURNAL OF MEDICINE
   UI / UX ENHANCEMENT CSS
   ========================================================= */

/* ---------- Design Tokens ---------- */

:root {
  --sljm-primary: #0f766e;
  --sljm-primary-dark: #115e59;
  --sljm-primary-light: #ccfbf1;

  --sljm-accent: #d97706;
  --sljm-accent-light: #fef3c7;

  --sljm-text: #172033;
  --sljm-text-muted: #64748b;
  --sljm-heading: #0f172a;

  --sljm-bg: #f8fafc;
  --sljm-surface: #ffffff;
  --sljm-border: #e2e8f0;
  --sljm-border-light: #f1f5f9;

  --sljm-radius-sm: 8px;
  --sljm-radius-md: 14px;
  --sljm-radius-lg: 20px;

  --sljm-shadow-sm:
    0 1px 2px rgba(15, 23, 42, 0.04);

  --sljm-shadow-md:
    0 8px 30px rgba(15, 23, 42, 0.08);

  --sljm-shadow-lg:
    0 18px 50px rgba(15, 23, 42, 0.12);

  --sljm-container: 1200px;
}


/* =========================================================
   GLOBAL
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  background: var(--sljm-bg);
  color: var(--sljm-text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: min(
    calc(100% - 32px),
    var(--sljm-container)
  );

  margin-inline: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.homepage-blocks {
  width: 100%;
  max-width: 100%;
}

.homepage-blocks > section {
  width: 100%;
}

.homepage-block {
  margin-inline: auto;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.homepage-block h2,
.homepage-block h3,
.issue-toc h4,
.article-summary-title {
  color: var(--sljm-heading);
}

.homepage-block-latest-articles-title {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.homepage-block-latest-articles-description {
  max-width: 720px;
  margin-top: 8px;
  color: var(--sljm-text-muted);
  font-size: 0.95rem;
}

.homepage-block-latest-articles-description a {
  color: var(--sljm-primary);
  font-weight: 700;
  text-decoration: none;
}

.homepage-block-latest-articles-description a:hover {
  text-decoration: underline;
}


/* =========================================================
   ANNOUNCEMENT
   ========================================================= */

.homepage-block-announcement {
  margin-bottom: 8px;
}

.notice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  width: 100%;
  padding: 20px 24px;

  background: var(--sljm-surface);
  border: 1px solid var(--sljm-border);
  border-left: 4px solid var(--sljm-primary);
  border-radius: var(--sljm-radius-md);

  box-shadow: var(--sljm-shadow-sm);
}

.notice-content {
  color: var(--sljm-text-muted);
  font-size: 0.95rem;
}

.notice-title {
  margin-bottom: 4px;
}

.notice-title h2,
.notice-title h3 {
  margin: 0;
  color: var(--sljm-primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: 42px;
  padding: 9px 18px;

  border: 1px solid var(--sljm-primary);
  border-radius: 9px;

  background: var(--sljm-primary);
  color: #fff;

  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;

  text-decoration: none;

  cursor: pointer;

  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  background: var(--sljm-primary-dark);
  border-color: var(--sljm-primary-dark);

  transform: translateY(-1px);

  box-shadow:
    0 5px 14px rgba(15, 118, 110, 0.22);
}

.button:active {
  transform: translateY(0);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(13, 148, 136, 0.3);
  outline-offset: 3px;
}


/* =========================================================
   CURRENT ISSUE
   ========================================================= */

.issue-summary {
  width: 100%;
  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f0fdfa 100%
    );

  border: 1px solid #ccfbf1;
  border-radius: var(--sljm-radius-lg);

  box-shadow: var(--sljm-shadow-md);
}

.issue-summary-inner {
  padding: clamp(28px, 5vw, 48px);
}

.issue-summary-header {
  margin-bottom: 18px;
}

.issue-summary-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.issue-summary-link h3 {
  margin: 0;
}

.issue-summary-vol {
  color: var(--sljm-primary);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-summary-year {
  margin-top: 3px;
  color: var(--sljm-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.issue-summary-title {
  margin-top: 10px;
  color: var(--sljm-text-muted);
  font-size: 1.05rem;
  font-weight: 600;
}

.issue-summary-button {
  margin-top: 24px;
}


/* =========================================================
   ARROW LINKS
   ========================================================= */

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  color: var(--sljm-primary);
  font-size: 0.95rem;
  font-weight: 800;

  cursor: pointer;

  transition: gap 160ms ease;
}

.arrow-link svg {
  transition: transform 160ms ease;
}

.arrow-link:hover {
  gap: 16px;
}

.arrow-link:hover svg {
  transform: translateX(3px);
}


/* =========================================================
   SUBMISSION NOTICE
   ========================================================= */

.homepage-block-how-to-submit .notice {
  background:
    linear-gradient(
      135deg,
      #0f766e,
      #115e59
    );

  border: none;
  color: #fff;
  padding: 28px 30px;

  box-shadow:
    0 15px 35px rgba(15, 118, 110, 0.18);
}

.homepage-block-how-to-submit .notice-content {
  color: rgba(255, 255, 255, 0.85);
}

.homepage-block-how-to-submit .notice-title h2 {
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.homepage-block-how-to-submit .button {
  background: #fff;
  color: var(--sljm-primary-dark);
  border-color: #fff;
}

.homepage-block-how-to-submit .button:hover {
  background: #f0fdfa;
  border-color: #f0fdfa;
}


/* =========================================================
   ISSUE TABLE OF CONTENTS
   ========================================================= */

.issue-toc {
  width: 100%;
  background: var(--sljm-surface);
  border: 1px solid var(--sljm-border);
  border-radius: var(--sljm-radius-lg);
  overflow: hidden;
  box-shadow: var(--sljm-shadow-sm);
}

.issue-toc-header {
  padding: clamp(28px, 5vw, 44px);
  background: #f8fafc;
  border-bottom: 1px solid var(--sljm-border);
}

.issue-toc-identification {
  margin: 0;
}

.issue-toc-vol {
  color: var(--sljm-primary);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-toc-year {
  margin-top: 5px;
  color: var(--sljm-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.issue-toc-title {
  margin-top: 8px;
  color: var(--sljm-text-muted);
  font-size: 1rem;
}

.issue-toc-metadata {
  margin-top: 20px;
  color: var(--sljm-text-muted);
  font-size: 0.85rem;
}

.issue-toc-sections {
  margin: 0;
  padding: 0;
  list-style: none;
}

.issue-toc-section {
  padding: 28px clamp(20px, 4vw, 40px);
}

.issue-toc-section + .issue-toc-section {
  border-top: 1px solid var(--sljm-border);
}

.issue-toc-section-name {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 0 0 16px;

  color: var(--sljm-heading);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-toc-section-name::before {
  content: "";
  width: 5px;
  height: 22px;

  border-radius: 99px;
  background: var(--sljm-primary);
}


/* =========================================================
   ARTICLE LIST
   ========================================================= */

.issue-toc-articles,
.homepage-block-latest-articles-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.issue-toc-article {
  padding: 18px 0;
}

.issue-toc-article + .issue-toc-article {
  border-top: 1px solid var(--sljm-border-light);
}


/* =========================================================
   ARTICLE CARD
   ========================================================= */

.article-summary {
  width: 100%;
}

.article-summary-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.article-summary-content {
  min-width: 0;
  flex: 1;
}

.article-summary-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.article-summary-title {
  margin: 0;

  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: -0.012em;

  transition: color 160ms ease;
}

.article-summary-link:hover .article-summary-title {
  color: var(--sljm-primary);
}

.article-summary-authors {
  margin-top: 8px;

  color: var(--sljm-text-muted);

  font-size: 0.82rem;
  line-height: 1.55;
}


/* =========================================================
   PDF DOWNLOAD BUTTON
   ========================================================= */

.article-summary-galleys {
  flex: 0 0 auto;
}

.article-summary-galley {
  min-height: 38px;
  padding: 8px 12px;

  background: transparent;
  color: var(--sljm-primary);

  border-color: #99f6e4;

  font-size: 0.75rem;
  white-space: nowrap;
}

.article-summary-galley svg {
  width: 18px;
  height: 18px;
}

.article-summary-galley:hover {
  background: var(--sljm-primary-light);
  color: var(--sljm-primary-dark);
  border-color: #5eead4;
  box-shadow: none;
}

.button-truncate-text {
  display: inline-block;
}


/* =========================================================
   LATEST ARTICLES
   ========================================================= */

.homepage-block-latest-articles {
  width: 100%;
}

.homepage-block-latest-articles-header {
  margin-bottom: 24px;
}

.homepage-block-latest-articles-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.homepage-block-latest-articles-list > li {
  min-width: 0;
}

.homepage-block-latest-articles-list .article-summary {
  height: 100%;
  padding: 0;

  background: var(--sljm-surface);
  border: 1px solid var(--sljm-border);
  border-radius: var(--sljm-radius-md);

  overflow: hidden;

  box-shadow: var(--sljm-shadow-sm);

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.homepage-block-latest-articles-list .article-summary:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: var(--sljm-shadow-md);
}

.homepage-block-latest-articles-list
.article-summary-inner {
  padding: 22px;
}


/* =========================================================
   ARTICLE COVER IMAGES
   ========================================================= */

.article-summary-with-cover {
  display: flex;
  flex-direction: column;
}

.article-summary-cover {
  display: block;

  width: 100%;
  height: 220px;

  object-fit: cover;

  background: #e2e8f0;
}

.article-summary-with-cover
.article-summary-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article-summary-with-cover
.article-summary-content {
  flex: 1;
}


/* =========================================================
   LATEST ARTICLES — PDF ALIGNMENT
   ========================================================= */

.homepage-block-latest-articles
.article-summary-galleys {
  margin-top: 20px;
}

.homepage-block-latest-articles
.article-summary-galley {
  width: 100%;
}


/* =========================================================
   SECOND LATEST ARTICLES SECTION
   ========================================================= */

.homepage-block-latest-articles-no-images
.article-summary {
  border-radius: var(--sljm-radius-md);
}

.homepage-block-latest-articles-no-images
.homepage-block-latest-articles-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.homepage-block-latest-articles-no-images
.homepage-block-latest-articles-list > li {
  padding: 20px 0;
  border-bottom: 1px solid var(--sljm-border);
}

.homepage-block-latest-articles-no-images
.article-summary-inner {
  padding: 0;
}

.homepage-block-latest-articles-no-images
.article-summary-galley {
  width: auto;
}


/* =========================================================
   EMPTY HIGHLIGHTS
   ========================================================= */

.homepage-block-highlights {
  display: none;
}


/* =========================================================
   SCREEN-READER TEXT
   ========================================================= */

.sr-only,
.pkp_screen_reader {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  padding: 0 !important;
  margin: -1px !important;

  overflow: hidden !important;

  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;

  border: 0 !important;
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 900px) {

  .homepage-blocks {
    gap: 40px !important;
  }

  .homepage-block-latest-articles-list {
    grid-template-columns: 1fr;
  }

  .notice {
    align-items: flex-start;
  }

}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .container {
    width: min(
      calc(100% - 24px),
      var(--sljm-container)
    );
  }

  .homepage-blocks {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    gap: 28px !important;
  }

  .notice {
    flex-direction: column;
    align-items: stretch;

    padding: 18px;
    gap: 16px;
  }

  .notice-actions,
  .notice-actions .button {
    width: 100%;
  }

  .issue-summary-inner,
  .issue-toc-header {
    padding: 24px 20px;
  }

  .issue-toc-section {
    padding: 22px 18px;
  }

  .article-summary-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .article-summary-galleys,
  .article-summary-galley {
    width: 100%;
  }

  .article-summary-cover {
    height: 190px;
  }

  .homepage-block-latest-articles-list
  .article-summary-inner {
    padding: 18px;
  }

  .homepage-block-latest-articles-title {
    font-size: 1.45rem;
  }

}


/* =========================================================
   VERY SMALL SCREENS
   ========================================================= */

@media (max-width: 400px) {

  .issue-summary-year,
  .issue-toc-year {
    font-size: 2rem;
  }

  .article-summary-title {
    font-size: 0.95rem;
  }

  .article-summary-authors {
    font-size: 0.78rem;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}