/* ==========================================================================
   JobPaao.in - Sarkari Result Authentic Clone & Modern Job Portal
   Faithful recreation of sarkar-result-website-clone-main with modern responsive CSS
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: #0000a0;
  text-decoration: none;
  transition: color 0.15s ease;
}

a:hover {
  color: #ab183d;
  text-decoration: underline;
}

/* --- Container --- */
.main-wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}

/* --- Header 1: Red Banner with Logo & Title --- */
#header1 {
  background-color: #ab183d;
  margin-top: 4px;
  min-height: 82px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.header1-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  max-width: 960px;
}

#headerimg {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#headerimg img {
  height: 65px;
  width: 65px;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.3));
}

#headerS {
  color: #ffffff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#headerS h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.35);
  margin: 0;
  text-transform: uppercase;
}

#headerS p.website-url {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  margin-top: 2px;
  text-transform: uppercase;
}

/* --- Header 2: Black Navigation Menu Bar --- */
#header2 {
  background-color: #000000;
  min-height: 46px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header2-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  min-height: 46px;
  padding: 0 10px;
  position: relative;
}

.menu-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  padding: 10px 8px;
  font-family: inherit;
  transition: color 0.15s ease;
}

.menu-toggle-btn:hover {
  color: #ffeb3b;
}

.menu-toggle-btn .bar-icon {
  font-size: 20px;
  line-height: 1;
}

.header-search-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
}

.header-search-btn:hover {
  color: #ffeb3b;
}

#header2UL {
  flex: 1;
}

#header2UL ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

#header2UL li {
  border-right: 1px solid #333333;
}

#header2UL li:last-child {
  border-right: none;
}

#header2UL li a {
  display: block;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s;
}

#header2UL li a:hover,
#header2UL li a.active {
  background-color: #ab183d;
  color: #ffffff;
  text-decoration: none;
}

/* --- App Links Bar (#marquee0) --- */
#marquee0 {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 8px 12px;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}

#marquee0 a {
  color: #ab183d;
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#marquee0 a:hover {
  color: #0000a0;
}

#marquee0 b.sep {
  color: #94a3b8;
  margin: 0 4px;
}

/* --- Moving Tickers (#marquee1, #marquee2) --- */
.ticker-container {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.marquee-strip {
  background-color: #fff9db;
  border: 1px solid #ffe066;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 14px;
  overflow: hidden;
}

.marquee-strip marquee {
  vertical-align: middle;
}

.marquee-strip a {
  font-weight: bold;
  color: #0000a0;
  margin: 0 10px;
}

.marquee-strip a:hover {
  color: #ab183d;
}

.marquee-strip span.sep {
  color: #f59e0b;
  font-weight: bold;
}

/* --- Social / Action Banner (#header3) --- */
#header3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 12px 0 8px;
  flex-wrap: wrap;
}

#header3A a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1da1f2;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
}

#header3A a:hover {
  background: #0c85d0;
  text-decoration: none;
}

#header3B a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #0000a0;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
}

#header3B a:hover {
  background-color: #000080;
  text-decoration: none;
}

/* --- Top Colorful 8 Tiles (#header4) --- */
#header4 {
  margin: 10px 0 16px;
}

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.tile-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 68px;
  border-radius: 4px;
  text-decoration: none !important;
  padding: 6px 8px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  cursor: pointer;
}

.tile-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
  opacity: 0.95;
}

.tile-box p {
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

/* Authentic Tile Colors */
.tile-1 { background-color: #868a08; } /* Olive Gold: Indian Navy */
.tile-2 { background-color: #0404b4; } /* Royal Blue: Railway ALP */
.tile-3 { background-color: #fb5e03; } /* Vibrant Orange: UP Police */
.tile-4 { background-color: #8c0101; } /* Deep Maroon: UPSC CSE */
.tile-5 { background-color: #fb0303; } /* Red: SSC CGL */
.tile-6 { background-color: #0b610b; } /* Forest Green: UPSSSC OTR */
.tile-7 { background-color: #ff00bf; } /* Pink Magenta: IBPS PO */
.tile-8 { background-color: #0080ff; } /* Azure Blue: SBI Clerk */

/* --- Live Search Bar Enhancement --- */
.quick-search-box {
  background: #f1f5f9;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-input-field {
  flex: 1;
  padding: 8px 14px;
  border: 1px solid #94a3b8;
  border-radius: 4px;
  font-size: 15px;
  outline: none;
}

.search-input-field:focus {
  border-color: #ab183d;
  box-shadow: 0 0 0 2px rgba(171, 24, 61, 0.2);
}

.search-meta-badge {
  font-size: 13px;
  color: #475569;
  font-weight: 600;
  white-space: nowrap;
}

/* --- The Sarkari Result Multi-Column System (#header6) --- */
.sarkari-columns-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

/* 3-Pillar Row (Results, Admit Card, Latest Jobs) */
.sarkari-row-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: start;
}

/* 2-Pillar Row (Certificate Verification, Important) */
.sarkari-row-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: start;
}

/* Pillar Box */
.sarkari-pillar-box {
  border: 2px solid #d2691e;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Header inside Pillar: #ab183d */
.sarkari-pillar-header {
  background-color: #ab183d;
  padding: 8px 12px;
  text-align: center;
}

.sarkari-pillar-header a,
.sarkari-pillar-header h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  display: block;
}

.sarkari-pillar-header a:hover {
  color: #ffeb3b;
  text-decoration: underline;
}

/* Items List */
.sarkari-pillar-list {
  list-style-type: square;
  padding: 12px 14px 12px 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sarkari-pillar-list li {
  font-size: 14px;
  line-height: 1.35;
  color: #333333;
}

.sarkari-pillar-list li a {
  font-size: 14px;
  color: #0000a0;
  font-weight: 600;
  cursor: pointer;
}

.sarkari-pillar-list li a:hover {
  color: #ab183d;
}

.badge-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 2px;
  margin-left: 4px;
  text-transform: uppercase;
  vertical-align: middle;
}

.badge-new { background-color: #dc2626; color: #ffffff; }
.badge-hot { background-color: #ea580c; color: #ffffff; }
.badge-last { background-color: #d97706; color: #ffffff; }
.badge-out { background-color: #16a34a; color: #ffffff; }

/* Pillar View More Footer */
.sarkari-pillar-footer {
  padding: 10px 14px;
  text-align: right;
  border-top: 1px dashed #e2e8f0;
  margin-top: auto;
}

.sarkari-pillar-footer a {
  font-size: 16px;
  font-weight: bold;
  color: #0000a0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sarkari-pillar-footer a:hover {
  color: #ab183d;
}

/* --- Age Calculator Utility Tool Widget --- */
.age-calc-widget {
  border: 2px solid #d2691e;
  background-color: #fffbeb;
  border-radius: 4px;
  padding: 16px 20px;
  margin: 16px 0 24px;
}

.age-calc-widget h3 {
  color: #ab183d;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.age-calc-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px;
}

.age-calc-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.age-calc-field label {
  font-size: 13px;
  font-weight: bold;
  color: #334155;
}

.age-calc-field input {
  padding: 6px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 3px;
  font-size: 14px;
  background: #ffffff;
}

.age-calc-btn {
  background-color: #ab183d;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.15s;
}

.age-calc-btn:hover {
  background-color: #8c0101;
}

.age-calc-output {
  margin-top: 12px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #fde68a;
  border-left: 4px solid #ab183d;
  border-radius: 3px;
  display: none;
}

.age-calc-output.show {
  display: block;
}

/* --- Informational SEO Text Box (#text) --- */
#text {
  border: 2px solid #d2691e;
  background-color: #ffffff;
  padding: 20px 24px;
  margin: 20px auto;
  border-radius: 2px;
  text-align: left;
}

#text p {
  padding: 10px 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #333333;
}

h2.heading {
  background: #ab183d;
  color: #ffffff;
  padding: 8px 14px;
  font-size: 20px;
  margin: 16px 0 10px;
  font-weight: bold;
  border-radius: 2px;
}

/* --- DMCA Badge Row (#footer1) --- */
#footer1 {
  text-align: center;
  padding: 16px 0 10px;
  font-size: 13px;
  color: #64748b;
}

#footer1 img {
  vertical-align: middle;
  margin: 4px;
}

/* --- Footer Directory (footer) --- */
footer {
  border-top: 2px solid #d2691e;
  background-color: #f8fafc;
  padding: 24px 0 32px;
  margin-top: 16px;
}

.footer-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 24px;
}

.footer-col h3 {
  font-size: 18px;
  color: #ab183d;
  margin-bottom: 12px;
  border-bottom: 1px solid #cbd5e1;
  padding-bottom: 6px;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: #475569;
  margin-bottom: 6px;
  text-decoration: none;
}

.footer-col a:hover {
  color: #ab183d;
  text-decoration: underline;
}

.col-3-display {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 12px;
}

.footer-bottom-copy {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-size: 13px;
  color: #64748b;
}

/* --- Interactive Job Details Modal --- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background-color: #ffffff;
  border: 3px solid #ab183d;
  border-radius: 6px;
  width: 100%;
  max-width: 820px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  overflow: hidden;
}

.modal-header {
  background-color: #ab183d;
  color: #ffffff;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}

.modal-close-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 2px 8px;
}

.modal-close-btn:hover {
  background-color: rgba(255,255,255,0.2);
  border-radius: 3px;
}

.modal-body {
  padding: 18px 22px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal-body h2 {
  color: #ab183d;
  font-size: 20px;
  border-bottom: 2px solid #ab183d;
  padding-bottom: 6px;
}

.modal-stats-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
}

.modal-stats-table th, 
.modal-stats-table td {
  border: 1px solid #cbd5e1;
  padding: 8px 12px;
  font-size: 13.5px;
}

.modal-stats-table th {
  background-color: #f1f5f9;
  color: #1e293b;
  font-weight: bold;
}

.modal-actions-row {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

.btn-action-apply {
  background-color: #16a34a;
  color: #ffffff !important;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-action-apply:hover {
  background-color: #15803d;
  text-decoration: none;
}

.btn-action-notice {
  background-color: #2563eb;
  color: #ffffff !important;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-action-notice:hover {
  background-color: #1d4ed8;
  text-decoration: none;
}

/* Toast Message */
.toast-notice {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #0f172a;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 10000;
  display: none;
}

.toast-notice.show {
  display: block;
}

/* --- Responsive Layout --- */
@media (max-width: 900px) {
  .tiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sarkari-row-3col {
    grid-template-columns: 1fr;
  }

  .sarkari-row-2col {
    grid-template-columns: 1fr;
  }

  .footer-content-wrapper {
    grid-template-columns: 1fr;
  }

  #header1 {
    min-height: 72px;
    padding: 8px 12px;
  }

  .header1-content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 14px;
  }

  #headerimg img {
    height: 52px;
    width: 52px;
  }

  #headerS {
    text-align: left;
  }

  #headerS h1 {
    font-size: 22px;
  }

  #headerS p.website-url {
    font-size: 14px;
  }

  #header2 {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  #header2UL ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #header2UL ul::-webkit-scrollbar {
    display: none;
  }

  #header2UL li {
    flex: 0 0 auto;
    width: auto;
  }

  #header2UL li a {
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* --- Social Media Cards 2x2 Grid --- */
.social-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 10px 0 14px;
}

.social-card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 14px;
  text-decoration: none !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.social-card-item:hover {
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.social-card-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-name {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  font-family: Georgia, 'Times New Roman', serif;
}

.social-badge {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 6px;
  white-space: nowrap;
}

.badge-telegram { background-color: #229ED9; }
.badge-whatsapp { background-color: #25D366; }
.badge-instagram { background-color: #E1306C; }
.badge-x { background-color: #000000; }

@media (max-width: 500px) {
  .social-cards-grid {
    gap: 8px;
  }

  .social-card-item {
    padding: 6px 10px;
  }

  .social-name {
    font-size: 13.5px;
  }

  .social-badge {
    padding: 3px 8px;
    font-size: 11px;
  }
}

.alert-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}

.btn-whatsapp {
  background-color: #25D366;
  color: #ffffff !important;
}

.btn-telegram {
  background-color: #229ED9;
  color: #ffffff !important;
}

@media (max-width: 600px) {
  #headerimg img {
    height: auto;
    max-width: 90px;
  }

  .alerts-banner-content {
    flex-direction: column;
    text-align: center;
  }

  .alerts-banner-text {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }

  .alerts-buttons-group {
    width: 100%;
    justify-content: center;
  }

  .alert-btn {
    flex: 1 1 100%;
    justify-content: center;
    padding: 10px 12px;
    font-size: 13px;
  }

  .tiles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .tile-box {
    min-height: 52px;
    padding: 8px 6px;
  }

  .tile-box p {
    font-size: 12px;
    line-height: 1.25;
  }

  .col-3-display {
    grid-template-columns: 1fr 1fr;
  }

  .article-table {
    display: table;
    width: 100%;
    table-layout: auto;
    white-space: normal;
    word-break: break-word;
  }

  .article-table th, 
  .article-table td {
    padding: 6px 8px;
    font-size: 12.5px;
  }

  .article-table td.label {
    width: 40%;
  }
}

/* --- Mobile Bottom Navigation --- */
.mobile-bottom-nav {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-bottom-nav {
    display: none !important;
  }

  body {
    padding-bottom: 0;
  }
}

/* --- Dedicated Category & Article Page Views --- */
.page-view {
  width: 100%;
}

.category-page-container {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category-title {
  font-size: 28px;
  font-weight: bold;
  color: #0000a0;
  margin-bottom: 8px;
}

.category-intro-box {
  font-size: 14.5px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 12px;
}

.category-banner-box {
  border: 2px solid #ab183d;
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.category-banner-header {
  background-color: #ab183d;
  color: #ffffff;
  padding: 10px 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.category-items-list {
  list-style-type: square;
  padding: 16px 20px 16px 36px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.category-items-list li {
  font-size: 14.5px;
  line-height: 1.4;
}

.category-items-list li a {
  font-size: 15px;
  font-weight: 600;
  color: #0000a0;
}

.category-items-list li a:hover {
  color: #ab183d;
  text-decoration: underline;
}

/* Article Page Dedicated Layout (Matching Image 2) */
.article-page-container {
  margin: 16px 0 24px;
  background: #ffffff;
  border: 2px solid #ab183d;
  border-radius: 4px;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.article-header-banner {
  text-align: center;
  border-bottom: 2px solid #ab183d;
  padding-bottom: 12px;
}

.article-post-category {
  font-size: 13px;
  font-weight: bold;
  color: #ab183d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-post-title {
  font-size: 24px;
  font-weight: 800;
  color: #0000a0;
  margin: 6px 0;
  line-height: 1.3;
}

.article-org-badge {
  font-size: 14px;
  color: #475569;
  margin-top: 4px;
}

.article-intro-callout {
  background-color: #f8fafc;
  border-left: 5px solid #0000a0;
  padding: 12px 16px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #1e293b;
}

.article-tables-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .article-page-container {
    padding: 10px 8px;
    margin: 8px 0 16px;
    gap: 12px;
  }
  .article-post-title {
    font-size: 18px;
  }
  .article-intro-callout {
    padding: 8px 10px;
    font-size: 13px;
  }
  .article-tables-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4px;
}

.article-table th, 
.article-table td {
  border: 1px solid #cbd5e1;
  padding: 8px 12px;
  font-size: 13.5px;
}

.article-table th {
  background-color: #ab183d;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.article-table td.label {
  font-weight: bold;
  color: #1e293b;
  width: 45%;
}

.article-table td.value {
  color: #ab183d;
  font-weight: bold;
}

.article-links-table th {
  background-color: #0000a0;
}

.article-links-table td a {
  font-weight: bold;
  font-size: 14.5px;
}

.article-back-bar {
  margin-bottom: 12px;
}

.btn-back-home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #475569;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 3px;
}

.btn-back-home:hover {
  background-color: #1e293b;
  text-decoration: none;
}

.preset-btn {
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #334155;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.preset-btn:hover {
  background-color: #ab183d;
  color: #ffffff;
  border-color: #ab183d;
}


