* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h3 {
  margin: 0
}

a {
  text-decoration: none;
  color: #0072ce;
}

img {
  max-width: 100%;
  height: auto
}

.common-container {
  max-width: 1300px;
  width: 100%;
}

.common-column {
  border-radius: 8px;
}

.common-left, .article-right {
  width: 25%;
}

.common-middle {
  flex: 1;
}

.background-rect {
  background-color: #1c1c1c;
  height: 150px;
  position: relative;
}

.white-sq {
  background-color: #ffffff;
  max-width: 1300px;
  margin: -80px auto 10px;
  padding: 25px;
  padding-bottom: 0px;
  position: relative;
  z-index: 10;
}

h1.main-section {
  border-left: 4px solid #ca2015;
  padding-left: 10px;
  margin: 1rem 0 1.5rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
}

h2.sub-section {
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
  margin-top: 6px;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
}

span.sub-section {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1c1c1c;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

.inref {
  color: #0072ce;
  text-decoration: none;
  font-weight: 600;
}

.inref:hover {
  text-decoration: underline;
}

/* Smooth scroll for the entire page */
html {
  scroll-behavior: smooth;
}

.main-container {
  display: grid;
  grid-template-columns: 3fr 1.2fr;
  gap: 48px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 50px;
}

.black-heading {
    font-weight: bold;
    border-top: 4px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #1c1c1c;
    text-transform: uppercase;
}

.core-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

  .breadcrumbs {
    font-size: 0.65rem;
    color: #aaa;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .breadcrumbs a {
    text-decoration: none;
    color: #333;
    font-family: 'Noto Sans', sans-serif;
  }

  .breadcrumbs a:hover {
    text-decoration: underline;
  }

  .breadcrumbs span {
    color: #1c1c1c;
    margin: 0 4px;
    font-family: 'Noto Sans', sans-serif;
  }

  .meta-line {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #ddd;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .meta-line .type {
    color: #c40000;
    font-weight: 600;
    font-size: 0.7rem;
    font-family: 'Noto Sans', sans-serif;
    margin-right: 5px;
    margin-left: 0px;
  }

  .meta-line span {
    color: #666;
    margin-left: 5px;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
  }

  .title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 18px;
    font-family: 'PT Serif' , sans-serif;
  }

.authors {
  font-size: 0.8rem;
  color: #444;
  font-weight: 400;
  line-height: 1.8;
  text-transform: none;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
}

.authors sup {
  font-size: 0.6rem;
  vertical-align: super;
  font-family: 'Noto Sans', sans-serif;
}

.authors img {
  color: #a6ce39;
  height: 14px;
  width: 14px;
}

.authors .email {
  color: #555;
  margin-left: 6px;
  font-size: 0.8rem;
}

.toggle-authors {
  margin-left: 8px;
  font-size: 0.75rem;
  color: #0072ce;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Noto Sans', sans-serif;
}

.toggle-authors:hover {
  text-decoration: underline;
}

/* Hidden details section */
.authors-details {
  display: none;
  margin-top: 12px;
  padding: 14px 18px;
  background: #fafafa;
  border-left: 3px solid #c40000;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1.6;
}

.authors-details p {
  margin: 6px 0;
  font-family: 'Noto Sans', sans-serif;
}

.authors-details .corees-details {
  margin-top: 15px;
  color: #333;
}

.authors-details .dates {
  margin-top: 15px;
  color: #333;
}

.dates p,
.dates strong {
  font-family: 'Noto Sans', sans-serif;
}

.authors-details .date-info {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.75rem;
  color: #0072ce;
  text-decoration: none;
}

.authors-details .date-info:hover {
  text-decoration: underline;
}

.authors-details .update-btn {
  margin-top: 10px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 0.75rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.authors-details .update-btn:hover {
  background: #e0e0e0;
}

  .info-line {
    font-size: 0.625rem;
    color: #1c1c1c;
    font-style: italic;
    margin-top: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-family: 'Noto Sans', sans-serif;
  }

  .info-line strong {
    font-family: 'Noto Sans', sans-serif;
  }

  .info-line a {
    color: #0072ce;
    text-decoration: none;
  }

  .info-line a:hover {
    text-decoration: underline;
  }

  .info-line span {
    color: #888;
    margin: 0 6px;
  }

.action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 15px 0;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

.metric-line {
  font-size: 0.7rem;
  font-weight: 600;
  color: #1c1c1c;
  font-family: 'Noto Sans', sans-serif;
}

.metric-label {
  color: #666;
  text-transform: uppercase;
  margin-right: 4px;
  font-family: 'Noto Sans', sans-serif;
}

.metric-value {
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 2px 6px;
  font-weight: 700;
  color: #1c1c1c;
}

.crossmark-img {
  padding-top: 4px;
  height: 30px;
  margin-left: -15px;
}

.action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.action-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ca2015;
  border: 1px solid #ddd;
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 12px;
  transition: all 0.2s ease-in-out;
  font-family: 'Noto Sans', sans-serif;
}

.action-buttons .btn i {
  font-size: 0.8rem;
  color: #ffffff;
}

.action-buttons .btn-cite {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
  border-radius: 4px;
  padding: 6px 2px;
  transition: all 0.2s ease-in-out;
  font-family: 'Noto Sans', sans-serif;
}

.action-buttons .btn-cite i {
  font-size: 0.98rem;
  color: #666;
}

.action-buttons .btn:hover {
  background-color: #fff;
  color: #ca2015;
  border: 1px solid #ca2015;
}

.action-buttons .btn:hover i {
  color: #ca2015;
}

/* === PDF Dropdown (Matching Cite Button) === */
.pdf-dropdown {
  position: relative;
  display: inline-block;
}

.pdf-dropdown .pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  color: #1c1c1c;
  border-radius: 4px;
  padding: 7px 12px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.pdf-dropdown .pdf-btn:hover {
  background-color: #ca2015;
  border-color: #ca2015;
  color: #fff;
}

.pdf-dropdown .pdf-btn i {
  color: #ca2015;
  transition: color 0.2s ease-in-out;
}

.pdf-dropdown .pdf-btn:hover i {
  color: #fff;
}

.pdf-dropdown .caret {
  font-size: 0.75rem;
  margin-left: 4px;
}

/* Dropdown panel */
.pdf-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  min-width: 185px;
  z-index: 1000;
  top: 105%;
  right: 0;
}

.pdf-dropdown .dropdown-content a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1c1c1c;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
}

.pdf-dropdown .dropdown-content a i {
  color: #ca2015;
}

.pdf-dropdown .dropdown-content a:hover {
  background-color: #f4f4f4;
}

/* Hover trigger */
.pdf-dropdown:hover .dropdown-content {
  display: block;
}

/* ========== CITE THIS ARTICLE POPUP ========== */
.cite-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 700px;
  max-width: 95%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
  z-index: 2000;
  display: none;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.25s ease;
}

.cite-modal.active {
  display: flex;
  transform: translate(-50%, -50%) scale(1);
}

.cite-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  z-index: 1999;
  transition: opacity 0.25s ease;
}

.cite-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.cite-content p{
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 20px;
  font-size: 1rem;
  color: #1c1c1c;
  text-transform: uppercase;
}

/* Body Layout */
.cite-body {
  display: flex;
  min-height: 300px;
}

/* Left side */
.cite-left {
  width: 180px;
  border-right: 1px solid #eee;
  background: #fafafa;
}

.cite-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cite-left li {
  padding: 12px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

.cite-left li:hover {
  background: #f3f3f3;
}

.cite-left li.active {
  background: #fff;
  border-left: 3px solid #c40000;
  color: #c40000;
}

/* Right side */
.cite-right {
  flex: 1;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cite-text {
  white-space: pre-wrap;
  font-family: 'PT Serif', serif;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 15px;
}

.cite-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 4px solid #1c1c1c;
  margin-top: 25px;
  margin: 15px;
  margin-bottom: 5px;
}

.cite-top p {
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.close-cite-btn {
  background: none;
  border: none;
  color: #333;
  font-size: 1.2rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.close-cite-btn:hover {
  color: #c40000;
}

.copy-btn {
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  color: #1c1c1c;
  border-radius: 4px;
  padding: 6px 12px;
  transition: all 0.2s ease-in-out;
}

.copy-btn i {
  font-size: 0.75rem;
  color: #ca2015;
}

.copy-btn:hover {
  background-color: #ca2015;
  color: #fff;
}

.copy-btn:hover i {
  color: #fff;
}

.abstract-section {
  background: #f8f8f8;
  padding: 5px 15px;
  margin:  0 0 1.5rem 0;
}

.abstract-section p {
  font-size: 1.05rem;
  line-height: 1.5;
  word-spacing: 0.25px;
  letter-spacing: 0.05px;
  color: #252525;
  text-align: justify;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: 'PT Serif' , sans-serif;
}

.abstract-section li {
  font-size: 1.05rem;
  line-height: 1.5;
  word-spacing: 0.5px;
  letter-spacing: 0.1px;
  color: #252525;
  text-align: justify;
  font-weight: 400;
  padding-bottom: 10px;
}

.abstract-section li {
  margin-left: 25px;
}

.body-content p {
  font-size: 1.05rem;
  line-height: 1.5;
  word-spacing: 0.25px;
  letter-spacing: 0.05px;
  color: #252525;
  text-align: justify;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: 'PT Serif' , sans-serif;
}

.body-content li {
  font-size: 1.05rem;
  line-height: 1.5;
  word-spacing: 0.5px;
  letter-spacing: 0.1px;
  color: #252525;
  text-align: justify;
  font-weight: 400;
  padding-bottom: 10px;
}

.body-content .references li {
  font-size: 0.9rem;
}

.body-content li {
  margin-left: 25px;
}

.formula {
  text-align: center;
  display: block;
  margin: 15px 0;
  font-family: "Calibri", "Cambria Math", monospace;
  white-space: pre-line;
  line-height: 1.6;
  font-size: 16px;
}

/* ================================
   OUTLINE SIDEBAR — MATCH CITE STYLE
   ================================ */

.sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  border-left: 1px solid #ddd;
  border-radius: 0 14px 14px 0;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  padding-bottom: 18px;
  transition: all 0.3s ease;
  font-family: 'PT Serif', serif;
}

/* slim, clean scrollbar */
.sidebar::-webkit-scrollbar { width: 6px; }
.sidebar::-webkit-scrollbar-thumb {
  background: rgba(180,180,180,0.3);
  border-radius: 30px;
}
.sidebar::-webkit-scrollbar-thumb:hover { background: rgba(150,150,150,0.6); }

.article-content-outline {
  margin: 0px 10px 30px 10px;
}

/* --- Outline List Styling --- */
.tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* === Main (sec1) Items === */
.tab-content li {
  margin: 10px 0;
  line-height: 1.5;
  border-left: 2px solid transparent;
  padding-left: 4px;
  list-style-type: none; /* remove bullets */
  text-transform: uppercase; /* ALL CAPS for main sections */
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}

/* === Sub (sec2) Items === */
.tab-content li.sub {
  margin: 6px 0 6px 22px;
  font-size: 0.78rem;
  list-style-type: disc; /* add bullets */
  text-transform: none;  /* normal case */
  font-weight: 500;
  color: #333;
  opacity: 0.9;
}

/* --- Hover + Active --- */
.tab-content li:hover {
  border-left: 2px solid #c40000;
  background-color: #fafafa;
  padding-left: 6px;
}

.tab-content li.active {
  border-left: 2px solid #c40000;
  background-color: #f9f9f9;
  padding-left: 6px;
}

.tab-content li.active a {
  color: #c40000;
  font-weight: 700;
}

/* --- Links --- */
.tab-content li a {
  color: #1c1c1c;
  text-decoration: none;
  font-size: 0.85rem;
  display: block;
}

.tab-content li a:hover {
  color: #c40000;
}

/* --- Tabs --- */
.section-tabs {
  display: flex;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  position: sticky;
}

.tab-btn {
  flex: 1;
  padding: 10px 8px;
  border: none;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #555;
  cursor: pointer;
  font-family: 'Noto Sans' , sans-serif;
}

.tab-btn.active {
  border-bottom: 3px solid #c40000;
  color: #c40000;
  background: #fff;
}

.tab-btn:hover {
  color: #c40000;
}

/* --- Panels --- */
.tab-content {
  position: relative;
  overflow: hidden;
}

.tab-panel {
  display: none;
  padding: 10px;
  animation: fadeIn 0.25s ease;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}

/* === FIGURE THUMBNAILS IN SIDEBAR === */

/* === Force center alignment for all figure captions === */
figcaption,
figcaption p {
  text-align: center !important;
  justify-content: center;
  align-items: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#figureList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 6px;
}

.figure-item {
  list-style: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.figure-item:hover {
  border-left: 3px solid #c40000;
  background: #fafafa;
}

.figure-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1c1c1c;
}

.fig-thumb {
  width: 100%;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}

.fig-thumb img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.fig-caption {
  padding: 6px 10px 8px 10px;
}

.fig-caption strong {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  color: #1c1c1c;
}

.fig-caption p {
  font-size: 0.7rem;
  color: #555;
  margin-top: 4px;
  line-height: 1.3;
  font-family: 'PT Serif', sans-serif;
}

.table-wrap table {
  border: 1px solid #999;
  border-collapse: collapse;
  width: 95%;
  margin: 10px auto;
  font-family: 'PT Serif' , sans-serif;
}

.table-wrap p {
  padding-bottom: 0px;
}

.table-wrap th, .table-wrap td {
  border: 1px solid #999;
  padding: 6px 10px;
  text-align: center;
  font-family: 'PT Serif' , sans-serif;
}

.table-caption {
  font-style: italic;
  font-size: 0.9em;
  color: #444;
  margin-top: 5px;
  font-family: 'PT Serif' , sans-serif;
}

/* === TABLE PREVIEWS IN SIDEBAR === */
#tableList {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-right: 6px;
}

.table-item {
  list-style: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.table-item:hover {
  background: #fafafa;
  border-left: 3px solid #c40000;
}

.table-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1c1c1c;
}

/* Caption styling */
.table-caption {
  padding: 6px 10px 8px 10px;
}

.table-caption strong {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  color: #1c1c1c;
}

.table-caption p {
  font-size: 0.7rem;
  color: #555;
  margin-top: 4px;
  line-height: 1.3;
}

/* Mini table preview box */
.table-preview {
  overflow-x: auto;
  max-height: 120px;
  position: relative;
}

.table-preview table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.7rem;
  border: 1px solid #ddd;
}

.table-preview th,
.table-preview td {
  border: 1px solid #ddd;
  padding: 3px 5px;
  text-align: center;
  background: #fff;
}

.table-preview th {
  background: #f9f9f9;
  font-weight: 700;
}

.table-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* ========== SIDEBAR (UNCHANGED) ========== */

.section-title {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  color: var(--text-theme);
  font-family: 'Noto Sans' , sans-serif;
}

.latest-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.article-card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  height: 90px;
}

.latest-divider {
  border: none;
  border-bottom: 3px solid #363636;
  margin: 0 15px;
}

.article-divider {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 6px;
}

.article-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  flex-grow: 1;
}

.article-meta {
  font-size: 0.78rem;
  color: #666;
  margin-bottom: 6px;
}

.rel-authors {
  font-size: 0.78rem;
  color: #666;
  margin-top: 6px;
  margin-bottom: 6px;
}

.article-type {
  font-weight: 500;
  color: #666;
}

.article-date {
  color: #333;
}

.article-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Noto Sans' , sans-serif;
}

.article-title:hover {
  color: var(--dark-theme);
  text-decoration: underline;
}

.author a {
  color: #0056a3;
  text-decoration: none;
}

.author a:hover {
  text-decoration: underline;
}

.paragraph a {
    color: #ca2015;
    text-decoration: underline;
}

.view-profile {
    font-size: 0.85rem;
    margin-left: 5px;
    color: #ca2015;
    text-decoration: underline;
}

@media (max-width: 768px) {
  .action-row {
    flex-direction: column;
    align-items: center;
  }

  .metric-line {
    margin-bottom: 10px;
  }

  .action-buttons {
    justify-content: center;
  }
}

/* ========== GLOBAL BREAKPOINTS ========== */
@media (max-width: 768px) {
  .common-container {
    flex-direction: column;
  }

.main-container{
    display: flex;
    flex-direction: column;
}

.white-sq {
    background-color: #ffffff;
    max-width: 1300px;
    margin: -80px auto 10px;
    padding: 10px;
    padding-bottom: 0px;
    position: relative;
    z-index: 10;
}

.main-container {
    display: flex;
    gap: 0px;
    margin: 0;
    padding: 0px;
}

.breadcrumbs {
    margin: 0px;
    padding: 0px;
}

.sidebar {
    position: static;        /* or relative */
    align-self: start;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    border-left: none;
    border-radius: 0 14px 14px 0;
    max-height: none;        /* optional but recommended */
    overflow-y: visible;    /* optional */
    padding-bottom: 0px;
    transition: all 0.3s ease;
    font-family: 'PT Serif', serif;
}

.latest-articles-grid {
    display: flex;
}

.tab-panel {
    padding: 0px;
    padding-top: 10px;
}

  .common-left,
  .article-right,
  .common-middle {
    width: 100% !important;
    padding: 0 !important;
  }
}