/* Main Styles - Turkish Journal of Trauma and Emergency Surgery */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wdth,wght@0,75..100,400..700;1,75..100,400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

:root {
    --primary-color: #2c3e50;
    --accent-color: #3498db;
    --accent-hover: #2980b9;
    --text-color: #333333;
    --light-bg: #f8f9fa;
    --border-color: #eecda3;
    --font-heading: 'Merriweather', serif;
    --font-body: 'Open Sans', sans-serif;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-body);
    color: var(--text-color);
    background-color: #fdfdfd;
    line-height: 1.7;
    font-size: 15px;
}

.container {
    width: 90% !important;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 0;
}

a {
    color: var(--accent-color);
    transition: all 0.2s ease;
}

a:hover,
a:focus {
    color: var(--accent-hover);
    text-decoration: none;
}

/* =====================
   TOP BAR
   ===================== */
.top-bar {
    background-color: #f2f2f2;
    padding: 5px 0;
    font-size: 0.85em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031;
    border-bottom: 1px solid #ddd;
}

.top-bar .issn-info {
    color: #7f8c8d;
    font-size: 0.9em;
    font-weight: 600;
    padding-top: 2px;
    line-height: 28px;
}

.top-bar a {
    color: #555;
    margin-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
}

.top-bar a:hover {
    color: var(--accent-color);
}

/* =====================
   NAVBAR
   ===================== */
.navbar-custom {
    background-color: #fff;
    border-bottom: 2px solid #eaeaea;
    padding: 5px 0;
    margin-bottom: 0;
    margin-top: 0;
    top: 39px;
}

.navbar-custom .navbar-brand {
    padding: 5px 15px;
    height: auto;
}

.navbar-custom .navbar-nav {
    margin-top: 20px;
}

.navbar-custom .navbar-nav>li>a {
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.3px;
    padding: 10px 9px;
}

.navbar-custom .navbar-nav>li>a:hover {
    color: var(--accent-color);
    background: transparent;
}

.navbar-custom .navbar-nav>li.active>a,
.navbar-custom .navbar-nav>li.active>a:hover {
    color: var(--accent-color);
    background: transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    background-color: #6c757d; /* gri */
}

.tjtes-logo {
	height: 55px;
}

/* =====================
   SPACER FOR FIXED BARS
   ===================== */
.bars-spacer {
    height: 100px;
}

/* =====================
   HERO SECTION
   ===================== */
.hero-section {
    background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%);
    color: #fff;
    padding: 30px 0 25px 0;
    margin-bottom: 40px;
}

.hero-dashboard {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.hero-dashboard .col-md-3,
.hero-dashboard .col-md-4,
.hero-dashboard .col-md-5,
.hero-dashboard .col-md-6 {
    display: flex;
    flex-direction: column;
}

.hero-card {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.cover-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #eaf6f6;
}

/* Issue Info Box below cover */
.ciltyazi {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
    color: #244b6b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-size: 1.1em;
    border: 1px solid #f0f0f0;
    width: 100%;
}

/* Cover image */
.kapak {
    text-align: center;
    margin-bottom: 10px;
}

.kapak img {
    width: 100%;
    max-width: 900px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hero-cover-img {
    max-height: 280px;
    width: auto !important;
    max-width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.kapak img:hover,
.hero-cover-img:hover {
    transform: scale(1.015);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
    opacity: 0.85;
}

.ciltyazi {
    font-size: 0.85em;
    color: #555;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
    padding: 4px 8px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ddd;
}

/* Quick Access Grid */
.quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 100%;
}

.quick-btn {
    background: #e3fcf9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
    color: #2c3e50;
    padding: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.quick-btn:hover {
    background: #fff;
    border-color: #3498db;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(52, 152, 219, 0.2);
    color: #2c3e50;
}

.quick-btn i {
    color: #2c3e50;
    margin-bottom: 8px;
    transition: color 0.3s;
}

.quick-btn:hover i {
    color: #3498db;
}

.quick-btn span {
    font-weight: 600;
    font-size: 1em;
}

/* Carousel inside hero */
.hero-col-slider .carousel,
.hero-col-slider .carousel-inner,
.hero-col-slider .item,
.hero-col-slider .item a {
    height: 100% !important;
}

.hero-col-slider .carousel-inner .item img,
.hero-col-slider .carousel-inner .item a img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.carousel-control {
    background: none !important;
}

/* Custom Desktop Layout (20% - 25% - 55%) */
@media (min-width: 992px) {
    .hero-col-cover {
        width: 20%;
    }

    .hero-col-grid {
        width: 25%;
    }

    .hero-col-slider {
        width: 55%;
    }
}

@media (max-width: 991px) {
    .hero-dashboard>[class^="col-"] {
        margin-bottom: 20px;
    }

    .hero-col-slider .carousel-inner .item img,
    .hero-col-slider .carousel-inner .item a img {
        height: auto !important;
        max-height: 260px;
        object-fit: contain;
    }
	
	.tjtes-logo {
		height: 40px;
	}
	
	.navbar-custom .navbar-nav>li>a {
		font-size: 9px;
		padding: 0px 5px;
	}
}

@media (max-width: 768px) {
    .navbar-custom .navbar-nav>li>a {
    font-size: 12px;
    padding: 10px 9px;
}
}

/* =====================
   SECTION TITLE
   ===================== */
.section-title {
    border-bottom: 1px solid #eee !important;
    padding-bottom: 15px !important;
    margin-bottom: 30px !important;
    font-size: 1.6em !important;
    margin-top: 25px !important;
}

/* =====================
   ARTICLE CARD
   ===================== */
/* Main container - handling both manual .article-card and system generated .yazilistesi */
.article-card,
.yazilistesi {
    background: #fff !important;
    border: 1px solid #ebf2f7 !important;
    /* Very light blue-ish border */
    padding: 30px !important;
    margin-bottom: 25px !important;
    border-radius: 6px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    /* Subtle initial shadow */
    display: block !important;
    width: 100% !important;
}

/* Hover effects to match jag */
.article-card:hover,
.yazilistesi:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
    border-color: #3498db !important;
}

/* Article Type Label (e.g., ORIGINAL RESEARCH) */
.article-meta,
.yazitip {
    font-size: 13px !important;
    color: #3498db !important;
    /* Bright blue from jag */
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    font-weight: 700 !important;
    display: inline-block !important;
}

/* Article Title */
.article-title,
.ybaslik,
.yazilistesi h4 {
    font-size: 2.1rem !important;
    margin-bottom: 12px !important;
    line-height: 1.35 !important;
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    display: block !important;
}

.article-title a,
.ybaslik a,
.yazilistesi h4 a {
    color: #2c3e50 !important;
    /* Navy/Deep blue */
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.article-title a:hover,
.ybaslik a:hover,
.yazilistesi h4 a:hover {
    color: #3498db !important;
}

/* Article Authors */
.article-authors,
.yazyazar {
    font-style: italic !important;
    color: #555 !important;
    margin-bottom: 12px !important;
    font-size: 1.05em !important;
    display: block !important;
}

.article-authors a,
.yazyazar a {
    color: #666 !important;
    text-decoration: none !important;
}

.article-authors a:hover,
.yazyazar a:hover {
    color: #3498db !important;
}

/* Icons (ORCID etc) */
.orcid-icon,
.yazyazar img {
    height: 16px !important;
    width: auto !important;
    vertical-align: -3px !important;
    margin-right: 5px !important;
}

/* Metadata IDs (PMID, DOI, Pages) */
.article-ids,
.yazdoi {
    font-size: 13px !important;
    color: #888 !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
    /* Keep original casing for technical terms */
    letter-spacing: 0.2px !important;
    font-family: monospace !important;
    font-weight: 600 !important;
    opacity: 0.8 !important;
    display: block !important;
}

/* Action Buttons Container */
.butonlar,
.yazilistesi .actions {
    display: flex !important;
    gap: 12px !important;
    margin-top: 5px !important;
}

/* Individual Button Wrapper (handling old forms inside articles) */
.yazilistesi .butonform,
.yazilistesi .pdfbuton {
    display: inline-block !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

/* Base style for buttons */
.btn-read-more,
.yazilistesi .abstrbtn,
.yazilistesi .pdfbtn,
.yazilistesi .buton,
.butonform a,
.pdfbuton a {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    font-family: var(--font-body) !important;
    width: auto !important;
    line-height: normal !important;
}

/* ABSTRACT / READ MORE (Outline style) */
.yazilistesi .abstrbtn,
.btn-read-more,
.butonform a {
    background: #fff !important;
    border: 1px solid #bfc9ca !important;
    color: #333 !important;
}

.yazilistesi .abstrbtn:hover,
.btn-read-more:hover,
.butonform a:hover {
    background: #f4f6f7 !important;
    border-color: #95a5a6 !important;
    color: #000 !important;
}

/* PDF FULL TEXT (Solid style) */
.yazilistesi .pdfbtn,
.pdfbuton a,
.yazilistesi a[href*=".pdf"] {
    background: #337ab7 !important;
    /* Bootstrap Primary Blue */
    border: 1px solid #2e6da4 !important;
    color: #fff !important;
}

.yazilistesi .pdfbtn:hover,
.pdfbuton a:hover,
.yazilistesi a[href*=".pdf"]:hover {
    background: #286090 !important;
    border-color: #1e4b7a !important;
    color: #fff !important;
}

/* Icon for PDF if missing */
.yazilistesi .pdfbtn:before,
.pdfbuton a:before {
    content: "\f1c1" !important;
    /* Font Awesome file-pdf-o */
    font-family: FontAwesome !important;
    margin-right: 8px !important;
    font-weight: normal !important;
}

/* =====================
   SIDEBAR (LEFT MENU)
   ===================== */
.sidebar-module {
    background: #fdfdfd;
    padding: 18px 20px;
    border: 1px solid #eee;
    margin-bottom: 25px;
    border-radius: 4px;
}

.sidebar-title {
    font-size: 1.1em;
    margin-bottom: 14px;
    color: var(--primary-color);
    border-left: 4px solid var(--accent-color);
    padding-left: 10px;
    font-family: var(--font-heading);
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.sidebar-menu li {
    margin-bottom: 2px;
}

.sidebar-menu li:last-child {
    border-bottom: none;
}

.sidebar-menu li a {
    display: block;
    padding: 10px 12px;
    color: #444;
    font-weight: 600;
    font-size: 0.9em;
    transition: all 0.2s;
    text-decoration: none;
    border-left: 3px solid transparent;
}

.sidebar-menu li a:hover {
    background-color: #f8fcfd;
    color: var(--primary-color);
    border-left-color: var(--accent-color);
    padding-left: 17px;
}

.sidebar-menu li a i {
    margin-right: 9px;
    color: #7f8c8d;
    width: 14px;
    text-align: center;
}

.sidebar-menu li a:hover i {
    color: var(--accent-color);
}

/* Submit button */
.btn-submit-manuscript {
    display: block;
    width: 100%;
    background-color: var(--accent-color);
    color: #fff !important;
    text-align: center;
    padding: 14px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 18px;
    text-decoration: none !important;
    transition: background-color 0.2s;
}

.btn-submit-manuscript:hover {
    background-color: var(--accent-hover);
}

/* Form btn styles (Sidebar & General) */
.butonform {
    margin-bottom: 12px !important;
    /* Spacing between buttons */
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
}

.butonform a {
    display: block !important;
    width: 100% !important;
    padding: 10px 15px !important;
    background: #fff !important;
    border: 1px solid #d5dbdb !important;
    border-radius: 4px !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
    font-size: 0.88em !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    line-height: normal !important;
    letter-spacing: 0.3px !important;
}

.butonform a:hover {
    background: #f8fcfd !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-color) !important;
}

/* List group (left menu links) */
.list-group-border {
    margin-bottom: 15px;
}

.list-group-item-lookus {
    color: #444 !important;
    font-weight: 600;
    font-size: 0.9em;
    border-left: 3px solid transparent !important;
    transition: all 0.2s;
}

.list-group-item-lookus:hover,
.list-group-item-lookus:focus {
    background-color: #f8fcfd !important;
    color: var(--primary-color) !important;
    border-left-color: var(--accent-color) !important;
    padding-left: 18px;
}

/* Search panel */
.siteHizliArama {
    margin-bottom: 20px;
}

.siteHizliArama .panel-heading.searchpanel {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 4px 4px 0 0;
}

.siteHizliArama .panel-heading.searchpanel h3 {
    color: #fff;
    font-size: 1em;
}

.siteHizliArama .btn-search {
    background-color: var(--accent-color);
    color: #fff;
    font-weight: 700;
    border: none;
}

.siteHizliArama .btn-search:hover {
    background-color: var(--accent-hover);
}

/* Index logos */
.logolar {
    margin-bottom: 15px;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.indexLogo {
    max-width: 200px;
    margin: 5px auto;
    display: block;
}

.minibaslik {
    font-size: 0.78em;
    font-weight: 600;
}

.abstract-logo {
    width: 100%;
    padding: 5px;
}

.abstract-logo:hover {
    opacity: 70%;
}

/* =====================
   DROPDOWN MENU
   ===================== */
.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 0;
    min-width: 220px;
    margin-top: 8px;
}

.dropdown-menu>li>a {
    padding: 11px 20px;
    font-size: 0.9em;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #f9f9f9;
}

.dropdown-menu>li:last-child>a {
    border-bottom: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #f8fcfd;
    color: var(--accent-color);
    padding-left: 25px;
}

/* =====================
   PAGINATION
   ===================== */
.pagination>li>a,
.pagination>li>span {
    color: var(--accent-color);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

/* =====================
   FOOTER
   ===================== */
.siteFooter {
    background-color: var(--primary-color) !important;
    color: #ecf0f1;
    padding: 30px 0 15px 0;
    margin-top: 50px;
    font-size: 0.9em;
}

.siteFooter .col-xs-12 {
    text-align: center;
    color: #bdc3c7;
    padding: 10px 15px !important;
}

.lookUsFooter {
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #95a5a6;
    font-size: 0.85em;
    margin-top: 10px;
}

.lookUsFooter a {
    color: #95a5a6;
}

.lookUsFooter a:hover {
    color: #fff;
}

/* =====================
   GENERAL UTILITIES
   ===================== */
.padding0 {
    padding: 0 !important;
}

.padding5 {
    padding: 5px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding20 {
    padding: 20px !important;
}

/* Desktop Spacing Between Main Content & Sidebar */
@media (min-width: 992px) {
    .col-md-9 {
        padding-right: 45px !important;
    }

    .col-md-3 {
        padding-left: 15px !important;
    }
}

/* siteMainNav (old class kept for compatibility) */
.siteMainNav {
    background-color: #fff !important;
    border-bottom: 2px solid #eaeaea !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.siteMainNav .navbar-nav>li>a {
    color: #555 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    padding: 10px 9px !important;
}

.siteMainNav .navbar-nav>li>a:hover {
    color: var(--accent-color) !important;
    background: transparent !important;
}

.siteMainNav .navbar-nav>li.active>a {
    color: var(--accent-color) !important;
    background: transparent !important;
}

/* siteTopRow (old top bar) */
.siteTopRow {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    font-size: 0.85em;
}

.siteTopRow .topMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.siteTopRow .topMenu li {
    display: inline-block;
}

.siteTopRow .topMenu li a {
    color: #555;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 0 4px;
    line-height: 28px;
}

.siteTopRow .topMenu li a:hover {
    color: var(--accent-color);
}

.siteTopRow .topMenu li a span {
    color: #bbb;
    margin-left: 4px;
}

/* siteMainWrapper */
.siteMainWrapper {
    padding: 0 !important;
}

/* Extra scrollbar */
html {
    scroll-behavior: smooth;
}

.minibaslik {
    font-size: 16px;
    color: #9e040a;
    font-weight: bold;
}

.td_pubtype {
    padding-bottom: 10px;
}

.td_pubtype b {
    padding: 10px 10px 10px 20px;
	display: block;
	background: #F7F7F7;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #eee;
	border-radius: .5rem;
	font-weight: 600;
	color: #337ab7 !important;
}

.ListArticleTitle {
    font-size: 1.03em;
    padding-bottom: .3em;
    font-weight: 600;
    display: block;
    line-height: 1.4em;
    color: #374151;
    font-family: "Poppins", sans-serif;
}

.ListArticleTitle b {
    font-weight: 600;
}

.normaleng {
	color:#7e7a7a;
	font-weight: 300;
}
.normaleng:hover {
	color: #2980B9;
}

.ListArticleDownload {
    font-size:0.8em;
    display: block;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
	margin-top: 10px;
}

.ListArticleDownload a {
    color: #004F5A;
    border: 1px dashed #ccc;
    padding: 6px;
    border-radius: 0.3em;
	margin-left: 3px;
}

.ListArticleDownload a:hover {
    color: #47909f;
    border: 1px dashed #479bba;
    padding: 6px;
    border-radius: 0.3em;
    background-color: #e5e5e5;
}

.ListArticleDownload img[src*="paper-icon.svg"] {
    display: none;
}

.ListArticleAuthors {
    font-size: 0.9em;
    display: block;
    font-family: "Poppins", sans-serif;
}

.ListArticlePages {
	font-size: 0.8em;
    font-family: "Poppins", sans-serif;
}

.journalArticleinTitleDOI {
    font-size: 0.8em;
    font-family: Helvetica, Arial;
    font-size: 8pt;
    color: #575747;
    line-height: 160%;
}

.journalArticleinTitletur {
    font-size: 2.6rem;
    padding-bottom: .3em;
    display: block;
    line-height: 1.4;
    color: #004F5A;
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

.journalArticleinTitleeng {
    font-size: 2.6rem;
    padding-bottom: .3em;
    display: block;
    line-height: 1.4;
    color: #004F5A;
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

.JAgAuthors {
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    font-family: "Cabin", sans-serif;
}

.JAgAffiliations {
    font-size: 0.8em;
    display: block;
    font-family: "Cabin", sans-serif;
    line-height: 1.6;
}

.JAgarticle p {
    font-size: 1em;
    display: block;
    font-family: "Cabin", sans-serif;
    text-align: justify;
	margin: 12px 0 12px 0;
}

.list-group {
    margin-top: 25px;
}

.list-group-item {
	margin-bottom: 0 !important;
}

@media (max-width: 442px) {
	.navbar-custom {
		top: 62px;
	}
}

td[valign="top"] > b {
	font-size: 1.03em;
    padding-bottom: .3em;
    font-weight: 600;
    display: block;
    line-height: 1.4em;
    color: #374151;
    font-family: "Poppins", sans-serif;
}

.margin20 {
	    margin-left: 0!important;
	    margin-right: 0!important;
}

/* Journal Banner Styles */
.journal-banner {
    background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%); /* Updated to linear gradient as requested */
    border-bottom: 5px solid #8eb326; /* Corrected Green color from image */
    padding: 8px 25px; /* Narrower height as requested */
    margin-bottom: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: var(--font-body);
}

.banner-title {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    flex: 1.5;
}

.banner-info {
    font-size: 0.9em;
    font-weight: 500;
    color: #ffd700!important; /* Gold */
    text-align: center;
    flex: 2;
    letter-spacing: 0.5px;
}

.banner-pdf {
    font-size: 1.1em;
    font-weight: 700;
    color: #ffd700!important; /* Gold */
    text-align: right;
    text-transform: uppercase;
    flex: 1;
    cursor: pointer;
}

.banner-pdf a {
	color: #ffd700!important; /* Gold */
}

.banner-pdf a:hover {
    color: #8eb326 !important;
}

/* Mobile responsive fixes for banner */
@media (max-width: 1304px) {
    .tjtes-logo {
		height: 40px;
	}
}

@media (max-width: 1230px) {
    .navbar-custom .navbar-nav>li>a {
		font-size: 11px;
		padding: 10px 5px;
	}
}

@media (max-width: 1100px) {
    .navbar-custom .navbar-nav>li>a {
		font-size: 9px;
		padding: 10px 5px;
	}
}

@media (max-width: 965px) {
	.tjtes-logo {
        height: 35px;
    }
}

@media (max-width: 937px) {
	.bars-spacer {
		height: 145px;
	}

}

@media (max-width: 767px) {
    .journal-banner {
        flex-direction: column;
        padding: 15px;
        text-align: center;
    }
    
    .banner-title, .banner-info, .banner-pdf {
        flex: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .banner-pdf {
        margin-bottom: 0;
    }
	
	.bars-spacer {
            height: 100px;
    }
}

/* Sidebar Metrics Module */
.sidebar-metrics-module {
    background: #fff;
    border: 1px solid #eee;
    border-top: 4px solid var(--accent-color);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.sidebar-metrics-title {
    font-family: var(--font-body);
    font-size: 1.2em;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}

.metrics-list {
    display: flex;
    flex-direction: column;
}

.metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

.metric-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.metric-row .m-label {
    font-size: 0.85em;
    font-weight: 600;
    color: #555;
}

.metric-row .m-value {
    font-size: 0.9em;
    font-weight: 800;
    color: var(--accent-color);
    background: #f8fcfd;
    padding: 2px 8px;
    border-radius: 4px;
    min-width: 45px;
    text-align: center;
}

.metric-row .m-value.quartile {
    background: #fff3cd;
    color: #856404;
}
