/* ==========================================================
   DESKTOP: sidebar left, main content right
   ========================================================== */
@media (min-width: 769px) {
    /* Sidebar block on left */
    .pkp_structure_sidebar {
        float: left !important;
        width: 25% !important;
    }

    /* Main content to the right */
    .pkp_structure_main {
        float: right !important;
        width: 75% !important;a
    }

    /* Remove unnecessary pseudo-elements */
    .pkp_structure_main::before,
    .pkp_structure_main::after {
        display: none;
    }
}

/* ==========================================================
   MOBILE: sidebar below content
   ========================================================== */
@media (max-width: 768px) {
    /* Make layout vertical */
    .pkp_structure_main,
    .pkp_structure_sidebar {
        float: none !important;
        width: 100% !important;
    }

    /* Sidebar moves below main content */
    .pkp_structure_sidebar {
        order: 99 !important;
        margin: 20px 0 0 0 !important;
    }
}

/* ==========================================================
   CUSTOM HEADER
   ========================================================== */
/* Orange header with animated floating symbols */
.gradient-header {
    position: relative;
    height: 250px;
    background: #AD5F08;
    color: #FFFFFF;
    padding: 40px 20px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title (reduced 25%) */
.gradient-header h1 {
    font-size: 2.025em;
    font-weight: 900;
    margin: 0;
    opacity: 0;
    animation: fadeSlide 1.5s forwards;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7), 0 0 10px rgba(255,255,255,0.3);
    margin-top: 1.2cm;
}

/* Subtitle (reduced 25%) with link */
.gradient-header p {
    font-size: 0.975em;
    margin: 10px 0 0 0;
    opacity: 0;
    animation: fadeSlide 2s forwards 0.5s;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6), 0 0 6px rgba(255,255,255,0.2);
}

/* Main Pills menu container */
.gradient-header .menu-pills {
    margin-top: calc(0.5cm + 1cm + 0.6cm + 0.3cm);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding-top: 0;
    z-index: 2;
}

.gradient-header .menu-pills a {
    background-color: rgba(255,255,255,0.5175); /* 15% less transparent */
    color: #fff;
    padding: 8px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.gradient-header .menu-pills a:hover {
    background-color: #fff;
    color: #AD5F08;
}

/* Top-right vertical menus */
.gradient-header .top-right-menu {
    position: absolute;
    top: 15px;
    right: calc(15px + 0.5cm);
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 3;
}

.gradient-header .top-right-menu a {
    background-color: rgba(255,255,255,0.5175);
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.gradient-header .top-right-menu a:hover {
    background-color: #fff;
    color: #AD5F08;
}

/* Symbols container */
.symbols-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* 25% MORE TRANSPARENT FLOATING OBJECTS */
.symbols-container span {
    position: absolute;
    color: rgba(255, 255, 200, 0.30);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.35);
    user-select: none;
    animation: float linear infinite;
}

/* Fade-in animation */
@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Floating effect */
@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); opacity: 0.30; }
    50% { opacity: 0.36; }
    100% { transform: translateY(-800px) rotate(360deg); opacity: 0.30; }
}

/* ==========================================================
   PDF VIEW: hide custom header
   ========================================================== */
body[id*="pdf"] .gradient-header,
body[class*="pdf"] .gradient-header,
body:has(#pdfCanvas) .gradient-header,
body:has([src*=".pdf"]) .gradient-header,
body:has(iframe[src*="pdf"]) .gradient-header,
#pdfCanvas ~ .gradient-header {
    display: none !important;
}

/* ==========================================================
   MOBILE: adjust menu-pills to show all items
   ========================================================== */
@media (max-width: 768px) {
    .gradient-header {
        height: auto !important; /* allow header to expand for all pills */
        padding-bottom: 20px;    /* extra spacing */
    }

    .gradient-header .menu-pills {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
    }

    .gradient-header .menu-pills a {
        font-size: 0.85em;
        padding: 6px 10px;
    }
}
/* ==========================================================
   ADA / OJS Modern Volume View + Archives Redesign v4 FINAL FIX
   Use this INSTEAD OF previous modern_volume_archive_addon files.
   Add this block at the END of your existing CSS file.
   ========================================================== */


/* ==========================================================
   1. COMMON
   ========================================================== */

.page_issue,
.page_issue_archive,
.obj_issue_toc,
.current_issue,
.issues_archive{
    font-family:"Segoe UI", Roboto, Arial, sans-serif !important;
    color:#071f3c !important;
}

.page_issue .pkp_structure_main,
.page_issue_archive .pkp_structure_main{
    background:#ffffff !important;
    border-radius:18px !important;
    padding:26px 30px !important;
    box-shadow:0 8px 24px rgba(7,31,60,.06) !important;
}

.cmp_breadcrumbs,
.breadcrumbs{
    font-size:13px !important;
    color:#6b7b8f !important;
    margin-bottom:22px !important;
}

.cmp_breadcrumbs a,
.breadcrumbs a{
    color:#0067a0 !important;
    text-decoration:none !important;
}

.cmp_breadcrumbs a:hover,
.breadcrumbs a:hover{
    color:#AD5F08 !important;
}


/* ==========================================================
   2. CURRENT ISSUE / VOLUME HERO
   ========================================================== */

.current_issue,
.obj_issue_toc .heading,
.page_issue .issue_summary,
.page_issue .obj_issue_summary{
    background:
        radial-gradient(circle at top right, rgba(173,95,8,.10), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%) !important;
    border:1px solid #e4ebf3 !important;
    border-radius:22px !important;
    padding:26px !important;
    margin-bottom:34px !important;
    box-shadow:0 12px 30px rgba(7,31,60,.08) !important;
}

.page_issue h1,
.page_issue .page_title,
.obj_issue_toc .heading h1,
.current_issue h2,
.current_issue_title{
    color:#071f3c !important;
    font-size:clamp(28px, 3vw, 42px) !important;
    line-height:1.18 !important;
    font-weight:850 !important;
    letter-spacing:-.4px !important;
    margin:0 0 22px !important;
}

.page_issue .cover,
.page_issue .cover img,
.page_issue .issue_cover,
.page_issue .issue_cover img,
.obj_issue_toc .cover,
.obj_issue_toc .cover img{
    border-radius:18px !important;
    box-shadow:0 16px 34px rgba(7,31,60,.18) !important;
    border:none !important;
}

.page_issue .published,
.obj_issue_toc .published,
.current_issue .published{
    display:inline-flex !important;
    align-items:center !important;
    gap:6px !important;
    margin-top:12px !important;
    padding:8px 12px !important;
    border-radius:999px !important;
    background:#fff7ed !important;
    border:1px solid #f3d7b7 !important;
    color:#7a3d00 !important;
    font-size:13px !important;
    font-weight:750 !important;
}

.page_issue .published strong,
.obj_issue_toc .published strong,
.current_issue .published strong{
    color:#071f3c !important;
}


/* ==========================================================
   3. ARTICLES HEADING
   ========================================================== */

.obj_issue_toc .section h2,
.page_issue .section h2,
.page_issue h2{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    color:#071f3c !important;
    font-size:24px !important;
    line-height:1.25 !important;
    font-weight:850 !important;
    margin:34px 0 20px !important;
}

.current_issue h2{
    display:block !important;
}

.obj_issue_toc .section h2::before,
.page_issue .section h2::before,
.page_issue h2::before{
    content:"" !important;
    display:block !important;
    width:46px !important;
    height:2px !important;
    background:#d5dde8 !important;
}

.obj_issue_toc .section h2::after,
.page_issue .section h2::after,
.page_issue h2::after{
    content:"" !important;
    display:block !important;
    flex:1 !important;
    height:1px !important;
    background:#d5dde8 !important;
}


/* ==========================================================
   4. VOLUME ARTICLE LIST — FULL-WIDTH TITLE CARD
   ========================================================== */

.obj_issue_toc .articles,
.page_issue .articles,
.page_issue .cmp_article_list,
ul.cmp_article_list{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

/* Main card */
.obj_issue_toc .obj_article_summary,
.page_issue .obj_article_summary,
.page_issue .article-summary,
.page_issue .article_summary,
.page_issue .article,
.cmp_article_list > li{
    position:relative !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    min-height:0 !important;
    box-sizing:border-box !important;
    float:none !important;
    clear:both !important;

    background:#ffffff !important;
    border:1px solid #e4ebf3 !important;
    border-radius:18px !important;
    padding:24px !important;
    margin:0 0 18px !important;
    box-shadow:0 8px 22px rgba(7,31,60,.06) !important;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
    overflow:visible !important;
}

/* Remove nested inner-card appearance */
.cmp_article_list > li .obj_article_summary,
.page_issue .article .obj_article_summary,
.obj_issue_toc .article .obj_article_summary{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    padding:0 !important;
    margin:0 !important;
    min-height:0 !important;
    width:auto !important;
}

/* Hover */
.obj_issue_toc .obj_article_summary:hover,
.page_issue .obj_article_summary:hover,
.page_issue .article-summary:hover,
.page_issue .article_summary:hover,
.page_issue .article:hover,
.cmp_article_list > li:hover{
    transform:translateY(-2px) !important;
    border-color:#d7e1ec !important;
    box-shadow:0 14px 34px rgba(7,31,60,.10) !important;
}

/* Remove nested labels */
.cmp_article_list > li .obj_article_summary::before,
.page_issue .article .obj_article_summary::before,
.obj_issue_toc .article .obj_article_summary::before{
    content:none !important;
    display:none !important;
}

/* One label */
.obj_issue_toc .obj_article_summary::before,
.page_issue .obj_article_summary::before,
.page_issue .article-summary::before,
.page_issue .article_summary::before,
.page_issue .article::before,
.cmp_article_list > li::before{
    content:"Research Article" !important;
    display:inline-flex !important;
    align-items:center !important;
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    padding:5px 10px !important;
    margin:0 0 12px !important;
    border-radius:999px !important;
    background:#fff7ed !important;
    color:#AD5F08 !important;
    border:1px solid #f3d7b7 !important;
    font-size:10px !important;
    font-weight:850 !important;
    letter-spacing:.7px !important;
    text-transform:uppercase !important;
}

/* Title uses the whole card width */
.obj_issue_toc .obj_article_summary .title,
.page_issue .obj_article_summary .title,
.page_issue .article-summary .title,
.page_issue .article_summary .title,
.page_issue .article .title,
.cmp_article_list .title,
.obj_issue_toc .obj_article_summary h3,
.page_issue .obj_article_summary h3,
.cmp_article_list h3{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 0 12px !important;
    color:#071f3c !important;
    font-size:clamp(19px, 1.7vw, 27px) !important;
    line-height:1.28 !important;
    font-weight:850 !important;
    letter-spacing:-.2px !important;
}

.obj_issue_toc .obj_article_summary .title a,
.page_issue .obj_article_summary .title a,
.page_issue .article-summary .title a,
.page_issue .article_summary .title a,
.page_issue .article .title a,
.cmp_article_list .title a,
.obj_issue_toc .obj_article_summary h3 a,
.page_issue .obj_article_summary h3 a,
.cmp_article_list h3 a{
    color:#071f3c !important;
    text-decoration:none !important;
    border-bottom:none !important;
}

.obj_issue_toc .obj_article_summary .title a:hover,
.page_issue .obj_article_summary .title a:hover,
.page_issue .article-summary .title a:hover,
.page_issue .article_summary .title a:hover,
.page_issue .article .title a:hover,
.cmp_article_list .title a:hover,
.obj_issue_toc .obj_article_summary h3 a:hover,
.page_issue .obj_article_summary h3 a:hover,
.cmp_article_list h3 a:hover{
    color:#AD5F08 !important;
}

/* Metadata row */
.obj_issue_toc .authors,
.page_issue .authors,
.cmp_article_list .authors{
    color:#4d6178 !important;
    font-size:14px !important;
    line-height:1.45 !important;
    font-weight:650 !important;
    margin:0 0 8px !important;
}

/* DOI */
.obj_issue_toc .doi,
.page_issue .doi,
.cmp_article_list .doi{
    display:flex !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    margin:8px 0 10px !important;
    color:#5f6f82 !important;
    font-size:13px !important;
    font-weight:650 !important;
}

.obj_issue_toc .doi::before,
.page_issue .doi::before,
.cmp_article_list .doi::before{
    content:"DOI" !important;
    display:inline-flex !important;
    align-items:center !important;
    margin-right:8px !important;
    padding:4px 8px !important;
    border-radius:999px !important;
    background:#eef3f8 !important;
    border:1px solid #dce6ef !important;
    color:#071f3c !important;
    font-size:11px !important;
    font-weight:900 !important;
}

.obj_issue_toc .doi a,
.page_issue .doi a,
.cmp_article_list .doi a{
    color:#0067a0 !important;
    text-decoration:none !important;
    border-bottom:1px solid rgba(0,103,160,.24) !important;
}

/* Pages */
.obj_issue_toc .pages,
.page_issue .pages,
.cmp_article_list .pages{
    display:inline-flex !important;
    align-items:center !important;
    width:max-content !important;
    margin:4px 12px 12px 0 !important;
    padding:5px 10px !important;
    border-radius:999px !important;
    background:#f7f9fc !important;
    border:1px solid #e1e8f2 !important;
    color:#5f6f82 !important;
    font-size:12px !important;
    font-weight:800 !important;
}

/* PDF buttons now stay below metadata, not over the title */
.obj_issue_toc .galleys,
.page_issue .galleys,
.cmp_article_list .galleys{
    position:static !important;
    transform:none !important;
    margin:12px 0 0 !important;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    gap:10px !important;
}

.obj_issue_toc .galleys a,
.page_issue .galleys a,
.cmp_article_list .galleys a,
.obj_issue_toc .obj_galley_link,
.page_issue .obj_galley_link,
.cmp_article_list .obj_galley_link{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:145px !important;
    min-height:40px !important;
    padding:10px 16px !important;
    border-radius:999px !important;
    background:linear-gradient(135deg, #AD5F08, #7C3E00) !important;
    color:#ffffff !important;
    border:1px solid rgba(255,255,255,.25) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.20), 0 8px 18px rgba(7,31,60,.16) !important;
    text-decoration:none !important;
    font-size:12.5px !important;
    font-weight:800 !important;
    line-height:1 !important;
    transition:all .18s ease !important;
}

.obj_issue_toc .galleys a::before,
.page_issue .galleys a::before,
.cmp_article_list .galleys a::before,
.obj_issue_toc .obj_galley_link::before,
.page_issue .obj_galley_link::before,
.cmp_article_list .obj_galley_link::before{
    content:"PDF" !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin-right:8px !important;
    padding:3px 6px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.20) !important;
    color:#ffffff !important;
    font-size:10px !important;
    font-weight:900 !important;
}

/* ==========================================================
   ADA Article Page – Stable Two-Column Layout Fix
   Add this block at the VERY END of your current CSS file.
   Keeps sidebar on the right and prevents blocks moving below References.
   ========================================================== */


/* Keep article page in stable two-column layout */
.page_article .pkp_structure_main,
.obj_article_details {
    max-width: 1180px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}


/* Main OJS article layout */
.obj_article_details {
    display: block !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}


/* Keep left content and right sidebar in their original positions */
.obj_article_details .main_entry {
    float: left !important;
    width: 64% !important;
    box-sizing: border-box !important;
    padding-right: 28px !important;
}

.obj_article_details .entry_details {
    float: right !important;
    width: 36% !important;
    box-sizing: border-box !important;
    padding-left: 28px !important;
    border-left: 1px solid #e1e8f2 !important;
}


/* Clear after the two columns */
.obj_article_details::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}


/* Article title: smaller and cleaner */
.page_article .page_title,
.obj_article_details .page_title,
.obj_article_details h1,
.page_article h1 {
    font-size: clamp(24px, 2.4vw, 38px) !important;
    line-height: 1.18 !important;
    font-weight: 850 !important;
    color: #071f3c !important;
    letter-spacing: -0.35px !important;
    max-width: 1000px !important;
    margin: 0 0 28px !important;
}


/* Do NOT move sidebar cards with flex/order anymore */
.obj_article_details .entry_details {
    display: block !important;
}

.obj_article_details .entry_details .item,
.obj_article_details .entry_details .cover,
.obj_article_details .entry_details .cover_image,
.obj_article_details .entry_details .galleys,
.obj_article_details .entry_details .item.galleys {
    order: initial !important;
}


/* Sidebar cards */
.obj_article_details .entry_details .item,
.obj_article_details .entry_details .cover,
.obj_article_details .entry_details .cover_image,
.obj_article_details .entry_details .item.cover,
.obj_article_details .entry_details .galleys,
.obj_article_details .entry_details .item.galleys {
    background: #ffffff !important;
    border: 1px solid #e4ebf3 !important;
    border-radius: 18px !important;
    padding: 20px !important;
    margin: 0 0 18px !important;
    box-shadow: 0 8px 24px rgba(7,31,60,.06) !important;
    box-sizing: border-box !important;
}


/* Sidebar headings */
.obj_article_details .entry_details .item h2,
.obj_article_details .entry_details .item h3 {
    color: #071f3c !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
    margin: 0 0 14px !important;
}


/* Cover card */
.obj_article_details .entry_details .cover,
.obj_article_details .entry_details .cover_image,
.obj_article_details .entry_details .item.cover {
    text-align: center !important;
    background:
        radial-gradient(circle at top right, rgba(173,95,8,.08), transparent 34%),
        #f8fafc !important;
}

.obj_article_details .entry_details .cover img,
.obj_article_details .entry_details .cover_image img,
.obj_article_details .entry_details .item.cover img {
    display: block !important;
    max-width: 270px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 34px rgba(7,31,60,.18) !important;
}


/* Article access card */
.obj_article_details .entry_details .galleys,
.obj_article_details .entry_details .item.galleys {
    background:
        radial-gradient(circle at top right, rgba(173,95,8,.08), transparent 34%),
        #ffffff !important;
}

.obj_article_details .entry_details .galleys::before,
.obj_article_details .entry_details .item.galleys::before {
    content: "Article access" !important;
    display: block !important;
    color: #071f3c !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .8px !important;
    text-transform: uppercase !important;
    margin: 0 0 14px !important;
}


/* PDF button */
.obj_article_details .entry_details .galleys a,
.obj_article_details .entry_details .item.galleys a,
.obj_article_details .entry_details .obj_galley_link,
.obj_article_details .entry_details a.obj_galley_link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 11px 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #AD5F08, #7C3E00) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.25) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.20), 0 8px 18px rgba(7,31,60,.16) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

.obj_article_details .entry_details .galleys a::before,
.obj_article_details .entry_details .item.galleys a::before,
.obj_article_details .entry_details .obj_galley_link::before,
.obj_article_details .entry_details a.obj_galley_link::before {
    content: "PDF" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 8px !important;
    padding: 3px 6px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.20) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
}


/* Keep citation in sidebar as normal card, not below references */
.obj_article_details .entry_details .item.citation,
.obj_article_details .entry_details .item.how_to_cite,
.obj_article_details .entry_details .item.howToCite,
.obj_article_details .entry_details .item.cite,
.obj_article_details .entry_details .citation_display,
.obj_article_details .entry_details [class*="citation"],
.obj_article_details .entry_details [class*="Citation"],
.obj_article_details .entry_details [class*="cite"],
.obj_article_details .entry_details [class*="Cite"] {
    position: static !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    order: initial !important;

    background: #ffffff !important;
    border: 1px solid #e4ebf3 !important;
    border-radius: 18px !important;
    padding: 20px !important;
    margin: 0 0 18px !important;
    box-shadow: 0 8px 24px rgba(7,31,60,.06) !important;
}


/* Citation dropdown */
.obj_article_details .entry_details select,
.obj_article_details .entry_details .cmp_form select,
.obj_article_details .entry_details .citation_formats select {
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 10px !important;
    border: 1px solid #d8e1ec !important;
    background: #ffffff !important;
    color: #24384f !important;
    font-size: 13px !important;
    padding: 8px 10px !important;
}


/* Left column cards should not become too wide or jump layout */
.obj_article_details .main_entry .item,
.obj_article_details .main_entry .authors,
.obj_article_details .main_entry .item.authors,
.obj_article_details .main_entry .author_bios,
.obj_article_details .main_entry .item.author_bios {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 0 22px !important;
    box-shadow: none !important;
}


/* Abstract */
.obj_article_details .main_entry .item.abstract {
    background: #ffffff !important;
    border: 1px solid #e4ebf3 !important;
    border-left: 5px solid #AD5F08 !important;
    border-radius: 18px !important;
    padding: 24px !important;
    margin: 24px 0 !important;
    box-shadow: 0 8px 24px rgba(7,31,60,.06) !important;
}

.obj_article_details .main_entry .item.abstract h2,
.obj_article_details .main_entry .item.abstract h3 {
    color: #AD5F08 !important;
    text-transform: uppercase !important;
    letter-spacing: .8px !important;
    font-size: 18px !important;
}

.obj_article_details .main_entry .item.abstract p {
    color: #24384f !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}


/* Downloads and references remain in the left column */
.obj_article_details .main_entry .item.downloads,
.obj_article_details .main_entry .item.references,
.obj_article_details .main_entry .downloads,
.obj_article_details .main_entry .references {
    clear: none !important;
    float: none !important;
    width: auto !important;
    margin-top: 26px !important;
}


/* Mobile: stack cleanly */
@media (max-width: 768px) {
    .obj_article_details .main_entry,
    .obj_article_details .entry_details {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
        border-left: 0 !important;
    }

    .page_article .page_title,
    .obj_article_details .page_title,
    .obj_article_details h1,
    .page_article h1 {
        font-size: 28px !important;
        line-height: 1.18 !important;
    }

    .obj_article_details .entry_details .cover img,
    .obj_article_details .entry_details .cover_image img,
    .obj_article_details .entry_details .item.cover img {
        max-width: 220px !important;
    }

    .obj_article_details .entry_details .galleys a,
    .obj_article_details .entry_details .item.galleys a,
    .obj_article_details .entry_details .obj_galley_link,
    .obj_article_details .entry_details a.obj_galley_link {
        width: 100% !important;
    }
}


/* ==========================================================
   ADA Archives Page - FINAL CLEAN VERSION
   Replaces all previous Archives CSS blocks.
   It does NOT touch Volume Articles cards.
   ========================================================== */


/* Page title */
.page_issue_archive h1,
.page_issue_archive .page_title {
    color: #071f3c !important;
    font-size: clamp(34px, 4vw, 52px) !important;
    line-height: 1.1 !important;
    font-weight: 850 !important;
    letter-spacing: -.5px !important;
    margin: 0 0 28px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #d8e0ea !important;
}


/* Archive list wrapper */
.page_issue_archive .issues_archive,
.page_issue_archive .issues,
.page_issue_archive ul.issues_archive {
    display: block !important;
    margin: 0 !important;
    padding: 0 0 42px !important;
    list-style: none !important;
}


/* Archive card */
.page_issue_archive .obj_issue_summary,
.page_issue_archive .issue-summary,
.page_issue_archive .issues_archive > li,
.page_issue_archive .issues > li,
.page_issue_archive ul.issues_archive > li {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    box-sizing: border-box !important;

    background:
        radial-gradient(circle at top right, rgba(173,95,8,.06), transparent 34%),
        #ffffff !important;

    border: 1px solid #e4ebf3 !important;
    border-radius: 22px !important;
    padding: 24px !important;
    margin: 0 0 24px !important;

    box-shadow: 0 10px 28px rgba(7,31,60,.07) !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}


/* Actual two-column layout */
.page_issue_archive .obj_issue_summary,
.page_issue_archive .issue-summary {
    display: grid !important;
    grid-template-columns: 180px minmax(0, 1fr) !important;
    column-gap: 28px !important;
    align-items: start !important;
}


/* If li is the card and .obj_issue_summary is nested */
.page_issue_archive .issues_archive > li,
.page_issue_archive .issues > li,
.page_issue_archive ul.issues_archive > li {
    display: block !important;
}


/* Flatten nested summary */
.page_issue_archive li .obj_issue_summary {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* Hover */
.page_issue_archive .obj_issue_summary:hover,
.page_issue_archive .issue-summary:hover,
.page_issue_archive .issues_archive > li:hover,
.page_issue_archive .issues > li:hover,
.page_issue_archive ul.issues_archive > li:hover {
    transform: translateY(-3px) !important;
    border-color: #d7e1ec !important;
    box-shadow: 0 16px 36px rgba(7,31,60,.11) !important;
}


/* Remove problematic previous pseudo badges */
.page_issue_archive .obj_issue_summary::before,
.page_issue_archive .obj_issue_summary::after,
.page_issue_archive .issue-summary::before,
.page_issue_archive .issue-summary::after,
.page_issue_archive .issues_archive > li::before,
.page_issue_archive .issues_archive > li::after,
.page_issue_archive .issues > li::before,
.page_issue_archive .issues > li::after,
.page_issue_archive ul.issues_archive > li::before,
.page_issue_archive ul.issues_archive > li::after {
    content: none !important;
    display: none !important;
}


/* Cover wrapper */
.page_issue_archive .cover,
.page_issue_archive .issue_cover {
    grid-column: 1 !important;
    grid-row: 1 / span 20 !important;

    display: block !important;
    width: 170px !important;
    max-width: 170px !important;
    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}


/* Cover image */
.page_issue_archive .cover img,
.page_issue_archive .issue_cover img {
    display: block !important;
    width: 170px !important;
    max-width: 170px !important;
    height: auto !important;
    margin: 0 !important;

    border-radius: 18px !important;
    border: none !important;
    box-shadow: 0 14px 30px rgba(7,31,60,.16) !important;
}


/* Do not globally distort images */
.page_issue_archive img {
    height: auto !important;
}


/* Force all text into right column */
.page_issue_archive .title,
.page_issue_archive h2,
.page_issue_archive h3,
.page_issue_archive .series,
.page_issue_archive .date,
.page_issue_archive .published,
.page_issue_archive .description,
.page_issue_archive .summary,
.page_issue_archive p {
    grid-column: 2 !important;
    max-width: 760px !important;
    position: static !important;
    z-index: auto !important;
    margin-left: 0 !important;
}


/* Issue title */
.page_issue_archive .title,
.page_issue_archive h2,
.page_issue_archive h3 {
    margin: 0 0 8px !important;
    color: #071f3c !important;
    font-size: 23px !important;
    line-height: 1.28 !important;
    font-weight: 850 !important;
    letter-spacing: -.2px !important;
}


/* Links */
.page_issue_archive .title a,
.page_issue_archive h2 a,
.page_issue_archive h3 a {
    color: #071f3c !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.page_issue_archive .title a:hover,
.page_issue_archive h2 a:hover,
.page_issue_archive h3 a:hover {
    color: #AD5F08 !important;
}


/* Metadata */
.page_issue_archive .series,
.page_issue_archive .date,
.page_issue_archive .published {
    margin: 0 0 10px !important;
    color: #5f6f82 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 750 !important;
}


/* Description */
.page_issue_archive .description,
.page_issue_archive .summary,
.page_issue_archive p {
    margin: 8px 0 0 !important;
    color: #24384f !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
}


/* Clean empty artifacts */
.page_issue_archive :empty {
    min-height: 0 !important;
}


/* Tablet */
@media (max-width: 900px) {
    .page_issue_archive .obj_issue_summary,
    .page_issue_archive .issue-summary {
        grid-template-columns: 150px minmax(0, 1fr) !important;
        column-gap: 22px !important;
    }

    .page_issue_archive .cover,
    .page_issue_archive .issue_cover,
    .page_issue_archive .cover img,
    .page_issue_archive .issue_cover img {
        width: 150px !important;
        max-width: 150px !important;
    }

    .page_issue_archive .title,
    .page_issue_archive h2,
    .page_issue_archive h3 {
        font-size: 21px !important;
    }
}


/* Mobile */
@media (max-width: 620px) {
    .page_issue_archive .obj_issue_summary,
    .page_issue_archive .issue-summary {
        display: block !important;
    }

    .page_issue_archive .cover,
    .page_issue_archive .issue_cover {
        width: 160px !important;
        max-width: 160px !important;
        margin: 0 auto 16px !important;
    }

    .page_issue_archive .cover img,
    .page_issue_archive .issue_cover img {
        width: 160px !important;
        max-width: 160px !important;
        margin: 0 auto 16px !important;
    }

    .page_issue_archive .title,
    .page_issue_archive h2,
    .page_issue_archive h3,
    .page_issue_archive .series,
    .page_issue_archive .date,
    .page_issue_archive .published,
    .page_issue_archive .description,
    .page_issue_archive .summary,
    .page_issue_archive p {
        max-width: none !important;
    }
}
/* ==========================================================
   ADA Article Page – Final Sidebar + Downloads + References Polish
   Add this block at the VERY END of your current CSS file.
   Keeps the current two-column layout.
   ========================================================== */


/* ==========================================================
   1. Cleaner How to Cite / citation block
   ========================================================== */

.obj_article_details .entry_details .item.citation,
.obj_article_details .entry_details .item.how_to_cite,
.obj_article_details .entry_details .item.howToCite,
.obj_article_details .entry_details .item.cite,
.obj_article_details .entry_details .citation_display,
.obj_article_details .entry_details [class*="citation"],
.obj_article_details .entry_details [class*="Citation"],
.obj_article_details .entry_details [class*="cite"],
.obj_article_details .entry_details [class*="Cite"] {
    background: #ffffff !important;
    border: 1px solid #e4ebf3 !important;
    border-radius: 18px !important;
    padding: 20px !important;
    margin: 0 0 18px !important;
    box-shadow: 0 8px 24px rgba(7,31,60,.06) !important;
}


/* Remove excessive nested boxes inside citation block */
.obj_article_details .entry_details .item.citation .citation_formats,
.obj_article_details .entry_details .item.cite .citation_formats,
.obj_article_details .entry_details .citation_display .citation_formats,
.obj_article_details .entry_details [class*="citation"] .citation_formats,
.obj_article_details .entry_details [class*="Cite"] .citation_formats,
.obj_article_details .entry_details [class*="cite"] .citation_formats {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 14px 0 0 !important;
}


/* How to Cite heading */
.obj_article_details .entry_details .item.citation h2,
.obj_article_details .entry_details .item.how_to_cite h2,
.obj_article_details .entry_details .item.howToCite h2,
.obj_article_details .entry_details .item.cite h2,
.obj_article_details .entry_details .citation_display h2,
.obj_article_details .entry_details [class*="citation"] h2,
.obj_article_details .entry_details [class*="Citation"] h2,
.obj_article_details .entry_details [class*="cite"] h2,
.obj_article_details .entry_details [class*="Cite"] h2 {
    color: #071f3c !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
    margin: 0 0 14px !important;
}


/* Citation paragraph */
.obj_article_details .entry_details .item.citation p,
.obj_article_details .entry_details .item.cite p,
.obj_article_details .entry_details .citation_display p,
.obj_article_details .entry_details [class*="citation"] p,
.obj_article_details .entry_details [class*="Citation"] p,
.obj_article_details .entry_details [class*="cite"] p,
.obj_article_details .entry_details [class*="Cite"] p {
    color: #24384f !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    margin: 0 0 10px !important;
}


/* Citation dropdown/button */
.obj_article_details .entry_details .item.citation select,
.obj_article_details .entry_details .item.cite select,
.obj_article_details .entry_details .citation_display select,
.obj_article_details .entry_details [class*="citation"] select,
.obj_article_details .entry_details [class*="Citation"] select,
.obj_article_details .entry_details [class*="cite"] select,
.obj_article_details .entry_details [class*="Cite"] select,
.obj_article_details .entry_details .citation_formats select {
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 12px !important;
    border: 1px solid #d8e1ec !important;
    background: #ffffff !important;
    color: #4d6178 !important;
    font-size: 13px !important;
    padding: 8px 12px !important;
    box-shadow: none !important;
}


/* ==========================================================
   2. Crossref / cited-by block cleaner
   ========================================================== */

.obj_article_details .entry_details .item.cited_by,
.obj_article_details .entry_details .item.metrics,
.obj_article_details .entry_details .item.crossref,
.obj_article_details .entry_details [class*="cited"],
.obj_article_details .entry_details [class*="Cited"],
.obj_article_details .entry_details [class*="crossref"],
.obj_article_details .entry_details [class*="Crossref"] {
    background: #ffffff !important;
    border: 1px solid #e4ebf3 !important;
    border-radius: 18px !important;
    padding: 18px !important;
    margin: 0 0 18px !important;
    box-shadow: 0 8px 24px rgba(7,31,60,.06) !important;
}


/* Avoid huge empty boxes inside Crossref */
.obj_article_details .entry_details .item.cited_by > div,
.obj_article_details .entry_details .item.metrics > div,
.obj_article_details .entry_details [class*="crossref"] > div,
.obj_article_details .entry_details [class*="Crossref"] > div {
    min-height: 0 !important;
}


/* ==========================================================
   3. Downloads block as clean card
   ========================================================== */

.obj_article_details .main_entry .item.downloads,
.obj_article_details .main_entry .downloads,
.obj_article_details .item.downloads,
.obj_article_details .downloads {
    background: #ffffff !important;
    border: 1px solid #e4ebf3 !important;
    border-radius: 18px !important;
    padding: 24px !important;
    margin: 28px 0 !important;
    box-shadow: 0 8px 24px rgba(7,31,60,.06) !important;
    overflow: hidden !important;
}


.obj_article_details .main_entry .item.downloads h2,
.obj_article_details .main_entry .downloads h2,
.obj_article_details .item.downloads h2,
.obj_article_details .downloads h2 {
    color: #071f3c !important;
    font-size: 22px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    margin: 0 0 18px !important;
}


/* Download chart responsiveness */
.obj_article_details .downloads canvas,
.obj_article_details .downloads svg,
.obj_article_details .downloads img {
    max-width: 100% !important;
    height: auto !important;
}


/* ==========================================================
   4. References block as clean card
   ========================================================== */

.obj_article_details .main_entry .item.references,
.obj_article_details .main_entry .references,
.obj_article_details .item.references,
.obj_article_details .references {
    background: #ffffff !important;
    border: 1px solid #e4ebf3 !important;
    border-radius: 18px !important;
    padding: 24px !important;
    margin: 28px 0 !important;
    box-shadow: 0 8px 24px rgba(7,31,60,.06) !important;
}


.obj_article_details .main_entry .item.references h2,
.obj_article_details .main_entry .references h2,
.obj_article_details .item.references h2,
.obj_article_details .references h2 {
    color: #071f3c !important;
    font-size: 22px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    margin: 0 0 18px !important;
}


/* Reference paragraphs/list */
.obj_article_details .references p,
.obj_article_details .references li,
.obj_article_details .item.references p,
.obj_article_details .item.references li {
    color: #24384f !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 0 16px !important;
}


/* Reference links */
.obj_article_details .references a,
.obj_article_details .item.references a {
    color: #0067a0 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(0,103,160,.24) !important;
}

.obj_article_details .references a:hover,
.obj_article_details .item.references a:hover {
    color: #AD5F08 !important;
    border-bottom-color: rgba(173,95,8,.35) !important;
}


/* ==========================================================
   5. Mobile
   ========================================================== */

@media (max-width: 768px) {
    .obj_article_details .main_entry .item.downloads,
    .obj_article_details .main_entry .downloads,
    .obj_article_details .item.downloads,
    .obj_article_details .downloads,
    .obj_article_details .main_entry .item.references,
    .obj_article_details .main_entry .references,
    .obj_article_details .item.references,
    .obj_article_details .references {
        padding: 18px !important;
        border-radius: 16px !important;
    }
}
/* ==================================================
   CLEAN SIDEBAR CARDS
   ================================================== */

/* ukloni unutrašnje kartice */
.entry_details .item .item,
.entry_details .item .cmp_form,
.entry_details .item .citation_formats,
.entry_details .item .value,
.entry_details .item .label,
.entry_details .item .block {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* How to Cite dropdown */
.entry_details .citation_formats {
    margin-top: 15px !important;
}

.entry_details .citation_formats select,
.entry_details .citation_formats button {
    width: 100% !important;
    border-radius: 12px !important;
    border: 1px solid #d8e1ec !important;
    background: #fff !important;
    min-height: 44px !important;
}

/* Crossref blok */
.entry_details .item.citedBy,
.entry_details .item.cited_by,
.entry_details .item.metrics {
    text-align: center !important;
}

/* ukloni kartice oko Crossref ikona */
.entry_details .item.citedBy div,
.entry_details .item.cited_by div,
.entry_details .item.metrics div {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ==================================================
   CROSSREF / GOOGLE SCHOLAR CLEAN VERSION
   ================================================== */

/* Sakrij prazne elemente */

.entry_details .item:empty,
.entry_details .item .value:empty,
.entry_details .item .label:empty {
    display: none !important;
}

.obj_article_details .entry_details .item > *:empty {
    display: none !important;
}

/* Sakrij prazan citation list */

#citation-plugin .citations-list {
    display: none !important;
}

/* Ukloni spoljašnju karticu */

#citation-plugin {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#citation-plugin .citations-count {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;

    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
}

/* Samo dve male kartice */

#citation-plugin .citations-count-crossref,
#citation-plugin .citations-count-google {
    background: #ffffff !important;
    border: 1px solid #d9e3ee !important;
    border-radius: 16px !important;

    width: 96px !important;
    height: 96px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-shadow: 0 4px 12px rgba(7,31,60,.06) !important;
}
/* Veće Crossref i Google Scholar ikonice */

#citation-plugin .citations-count-crossref img,
#citation-plugin .citations-count-google img {
    max-width: 72px !important;
    max-height: 72px !important;
    width: auto !important;
    height: auto !important;
}

/* Malo veće kartice */

#citation-plugin .citations-count-crossref,
#citation-plugin .citations-count-google {
    width: 120px !important;
    height: 110px !important;
}
#citation-plugin .citations-count-crossref,
#citation-plugin .citations-count-google {
    border-radius: 18px !important;
    box-shadow: 0 8px 20px rgba(7,31,60,.08) !important;
    transition: all .2s ease !important;
}

#citation-plugin .citations-count-crossref:hover,
#citation-plugin .citations-count-google:hover {
    transform: translateY(-3px);
}
/* ==========================================================
   SDMA Article Page Upgrade
   Sticky sidebar + modern author block + citation copy UI
   Add this at the END of your SDMA CSS file.
   ========================================================== */


/* ==========================================================
   1. Sticky right sidebar on article page
   ========================================================== */

@media (min-width: 769px) {
    .obj_article_details .entry_details {
        position: sticky !important;
        top: 92px !important;
        align-self: flex-start !important;
        max-height: calc(100vh - 110px) !important;
        overflow-y: auto !important;
        padding-right: 6px !important;
        scrollbar-width: thin !important;
    }

    .obj_article_details .entry_details::-webkit-scrollbar {
        width: 6px !important;
    }

    .obj_article_details .entry_details::-webkit-scrollbar-track {
        background: #f3f6fa !important;
        border-radius: 999px !important;
    }

    .obj_article_details .entry_details::-webkit-scrollbar-thumb {
        background: #d7e1ec !important;
        border-radius: 999px !important;
    }
}


/* ==========================================================
   2. Modern author block
   ========================================================== */

.obj_article_details .main_entry .authors,
.obj_article_details .main_entry .item.authors,
.obj_article_details .main_entry .author_bios,
.obj_article_details .main_entry .item.author_bios {
    background: #ffffff !important;
    border: 1px solid #e4ebf3 !important;
    border-radius: 18px !important;
    padding: 22px !important;
    margin: 0 0 24px !important;
    box-shadow: 0 8px 24px rgba(7,31,60,.06) !important;
}


/* Individual author rows */
.obj_article_details .main_entry .authors .author,
.obj_article_details .main_entry .author_bios .author,
.obj_article_details .main_entry .item.authors .author,
.obj_article_details .main_entry .item.author_bios .author {
    position: relative !important;
    padding: 16px 0 16px 56px !important;
    border-bottom: 1px solid #edf2f7 !important;
}

.obj_article_details .main_entry .authors .author:last-child,
.obj_article_details .main_entry .author_bios .author:last-child,
.obj_article_details .main_entry .item.authors .author:last-child,
.obj_article_details .main_entry .item.author_bios .author:last-child {
    border-bottom: none !important;
}


/* Author avatar initials look */
.obj_article_details .main_entry .authors .author::before,
.obj_article_details .main_entry .author_bios .author::before,
.obj_article_details .main_entry .item.authors .author::before,
.obj_article_details .main_entry .item.author_bios .author::before {
    content: "A" !important;
    position: absolute !important;
    left: 0 !important;
    top: 17px !important;

    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #fff4f4 !important;
    border: 1px solid #e9c7ca !important;
    color: #8A1117 !important;

    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .4px !important;
}


/* Author names */
.obj_article_details .main_entry .authors .name,
.obj_article_details .main_entry .author_bios .name,
.obj_article_details .main_entry .author .name,
.obj_article_details .main_entry .item.authors strong,
.obj_article_details .main_entry .item.author_bios strong {
    color: #071f3c !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.3 !important;
}


/* Author affiliation / role */
.obj_article_details .main_entry .authors .affiliation,
.obj_article_details .main_entry .author_bios .affiliation,
.obj_article_details .main_entry .author .affiliation,
.obj_article_details .main_entry .item.authors p,
.obj_article_details .main_entry .item.author_bios p {
    color: #4d6178 !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    margin: 5px 0 !important;
}


/* ORCID badge */
.obj_article_details .main_entry a[href*="orcid.org"],
.obj_article_details .main_entry .orcid a,
.obj_article_details .main_entry .author a[href*="orcid"] {
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    margin-top: 6px !important;
    padding: 5px 10px !important;

    border-radius: 999px !important;
    background: #f1f8e9 !important;
    border: 1px solid #d7eabf !important;
    color: #4f7f00 !important;

    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    word-break: break-word !important;
}

.obj_article_details .main_entry a[href*="orcid.org"]::before,
.obj_article_details .main_entry .orcid a::before,
.obj_article_details .main_entry .author a[href*="orcid"]::before {
    content: "ORCID" !important;
    margin-right: 7px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .4px !important;
}


/* ==========================================================
   3. Copy buttons for DOI and citation (SOR version)
   ========================================================== */

.sdma-copy-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 32px !important;
    padding: 7px 12px !important;
    margin: 8px 8px 0 0 !important;

    border-radius: 999px !important;
    border: 1px solid #f3d7b7 !important;
    background: #fff7ed !important;
    color: #AD5F08 !important;

    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    cursor: pointer !important;

    box-shadow: 0 4px 12px rgba(7,31,60,.05) !important;
    transition: all .18s ease !important;
}

.sdma-copy-btn:hover {
    background: #AD5F08 !important;
    border-color: #AD5F08 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.sdma-copy-btn.sdma-copied {
    background: #edf8ee !important;
    border-color: #bee4c2 !important;
    color: #237a2f !important;
}


/* Put DOI copy button nicely near DOI */
.obj_article_details .main_entry .doi .sdma-copy-btn,
.obj_article_details .main_entry .item.doi .sdma-copy-btn {
    margin-left: 8px !important;
}


/* Citation box button spacing */
.obj_article_details .entry_details .sdma-copy-btn {
    margin-top: 12px !important;
}


/* Mobile */
@media (max-width: 768px) {
    .obj_article_details .entry_details {
        position: static !important;
        max-height: none !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }

    .obj_article_details .main_entry .authors .author,
    .obj_article_details .main_entry .author_bios .author,
    .obj_article_details .main_entry .item.authors .author,
    .obj_article_details .main_entry .item.author_bios .author {
        padding-left: 48px !important;
    }

    .obj_article_details .main_entry .authors .author::before,
    .obj_article_details .main_entry .author_bios .author::before,
    .obj_article_details .main_entry .item.authors .author::before,
    .obj_article_details .main_entry .item.author_bios .author::before {
        width: 34px !important;
        height: 34px !important;
    }
}