/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 2.0
Description: Exact SharmaJobs.com style match
*/

/* ===== BODY — 15px exactly like sharmajobs ===== */
body, button, input, select, textarea {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #0d0d0d;
}
p { font-size: 15px; line-height: 1.5; }

/* ===== LINKS ===== */
a { color: #02427B; }
a:hover, a:focus, a:active { color: #000000; }

/* ===== HEADER — centered like sharmajobs ===== */
.site-header { background: #ffffff; border-bottom: 1px solid #e0e0e0; }
.inside-header {
  flex-direction: column;
  text-align: center;
  padding: 20px 0 10px 0;
}
.inside-header.grid-container { display: block; max-width: 1200px; }
.main-title { font-size: 25px; font-weight: 700; }
.main-title a, .main-title a:hover { color: #222222; text-decoration: none; }
.site-description { color: #0d0d0d; font-size: 15px; margin: 0; }
.site-header .header-image { width: 280px; }

/* ===== NAVIGATION — exact match ===== */
.main-navigation, .main-navigation ul ul { background-color: #13513C; }
.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 45px;
}
.main-navigation .main-nav ul li a {
  padding-left: 10px;
  padding-right: 10px;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
.main-navigation .menu-bar-item:hover > a,
.main-navigation .menu-bar-item.sfHover > a {
  color: #ffffff !important;
  background-color: #2d81f7;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #ffffff !important;
  background-color: #2d81f7;
}
/* Dropdown submenu — dark gray like sharmajobs */
.main-navigation ul ul { background-color: #3f3f3f; }
.main-navigation .main-nav ul ul li a {
  color: #ffffff !important;
  font-size: 14px;
  line-height: normal;
  padding: 10px 20px;
}
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a,
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
  color: #ffffff !important;
  background-color: #4f4f4f;
}
.menu-item-has-children .dropdown-menu-toggle { padding-right: 15px; padding-left: 5px; }

/* ===== MOBILE NAVIGATION ===== */
@media (max-width: 768px) {

  /* Hamburger toggle button */
  .main-navigation .menu-toggle {
    background: #13513C !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 12px 20px;
    width: 100%;
    text-align: left;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Full nav background */
  .main-navigation { background-color: #13513C !important; }
  .main-navigation .inside-navigation { padding: 0; }

  /* All top-level links */
  .main-navigation .main-nav ul li a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.4 !important;
    padding: 13px 18px !important;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    background: transparent;
  }
  .main-navigation .main-nav ul li a:hover,
  .main-navigation .main-nav ul li a:focus {
    background: #2d81f7 !important;
    color: #ffffff !important;
  }
  .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background: #2d81f7 !important;
    color: #ffffff !important;
  }

  /* Dropdown toggle arrow — bigger tap target */
  .main-navigation .dropdown-menu-toggle {
    color: #ffffff !important;
    padding: 13px 18px !important;
    font-size: 18px !important;
    border-left: 1px solid rgba(255,255,255,0.2);
  }
  .main-navigation .dropdown-menu-toggle:hover {
    background: #2d81f7 !important;
  }

  /* Sub-menu (dropdown) items */
  .main-navigation ul ul {
    background-color: #1a6b4e !important;
    border-left: 4px solid #2d81f7;
    display: none;
  }
  .main-navigation ul ul.toggled-on {
    display: block !important;
  }
  .main-navigation .main-nav ul ul li a {
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 11px 18px 11px 28px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    line-height: 1.4 !important;
  }
  .main-navigation .main-nav ul ul li a:hover {
    background: #2d81f7 !important;
    color: #ffffff !important;
  }

  /* Remove line-height that causes clipping */
  .main-navigation .main-nav > ul > li > a {
    line-height: 1.4 !important;
  }
}

/* ===== HEADINGS — exact sharmajobs sizes ===== */
h1 { font-size: 30px; font-weight: 700; line-height: 1.2; }
h2 { font-weight: 900; font-size: 23px; line-height: 1.2; }
h3 { font-weight: 700; font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
@media (max-width: 768px) { h1 { font-size: 25px; } }

/* ===== CONTENT AREA padding = 10px like sharmajobs ===== */
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header { padding: 10px; }

/* ===== WIDGETS ===== */
.widget-area .widget { padding: 5px; }
.widget-title, h2.widget-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #000000; }
.sidebar .widget { background: #ffffff; }
.sidebar .widget .widget-title { color: #000000; }
.widget ul li { margin-bottom: 3px; }
.widget ul li a { font-size: 14px; color: #02427B; }
.widget ul li a:hover { color: #13513C; }

/* ===== SIDEBAR ===== */
.is-right-sidebar { width: 25%; }
.has-right-sidebar .content-area { width: 75%; }

/* ===== BUTTONS ===== */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button {
  background-color: #13513C; color: #ffffff;
}
button:hover, input[type="submit"]:hover { background-color: #2d81f7; color: #ffffff; }

/* ===== FOOTER — white like sharmajobs ===== */
.footer-widgets { background: #13513C; padding: 30px 0 10px; }
.footer-widgets .widget { background: transparent; border: none; padding: 0 10px 20px; }
.footer-widgets .widget-title,
.footer-widgets h2.widget-title {
  color: #ffffff; font-size: 16px; font-weight: 700; margin-bottom: 12px;
  border-bottom: 2px solid rgba(255,255,255,.25); padding-bottom: 8px;
}
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-links li:last-child { border-bottom: none; }
.footer-links li a {
  display: block; padding: 6px 0; color: #e0f2ec !important;
  text-decoration: none; font-size: 14px; line-height: 1.4;
}
.footer-links li a:hover { color: #ffffff !important; padding-left: 4px; }
/* Override global blue link color inside footer */
.footer-widgets a { color: #e0f2ec !important; }
.footer-widgets a:hover, .footer-widgets a:focus { color: #ffffff !important; }
.site-info { background: #0a3a28; color: rgba(255,255,255,.7); font-size: 13px; }
.inside-site-info { padding: 10px; text-align: center; }
.site-info a { color: rgba(255,255,255,.85) !important; text-decoration: none; }
.site-info a:hover { color: #ffffff !important; text-decoration: underline; }

/* ===== JOB LISTING TABLE (resptables) — exact sharmajobs ===== */
.resptables th {
  font-weight: 400; padding: 15px; text-align: center;
  background: #eaeaff; border: 1px solid #13513c;
}
.resptables td { border: 1px solid #13513c; padding: 10px 15px; vertical-align: middle; }
.resptables { border-collapse: collapse; width: 100%; }
.table-scroll { overflow-x: auto; }
td.name-class h2 {
  letter-spacing: 1.2px; font-size: 17px; line-height: 1.5;
  font-weight: 500; margin-bottom: 0; display: inline;
}
td.name-class h2 a { color: #02427B; text-decoration: none; font-weight: 600; }
td.name-class h2 a:hover { color: #13513C; text-decoration: underline; }
td.company-class { font-size: 13px; color: #555; }
td.qual_class { font-size: 13px; }
td.type-class { text-align: center; font-size: 13px; }
td.action-class { text-align: center; }
td.action-class a {
  background: #13513c; color: #fff; padding: 6px 14px;
  border-radius: 4px; font-size: 13px; text-decoration: none; display: inline-block;
}
td.action-class a:hover { background: #2d81f7; }
.sj-vac-tag {
  display: inline-block; background: #e8f5e9; color: #2e7d32;
  font-size: 12px; padding: 1px 7px; border-radius: 10px; font-weight: 600; margin-left: 4px;
}
.sj-ld-tag { font-size: 12px; color: #c62828; display: block; margin-top: 3px; }

@media only screen and (min-width: 576px) {
  td.name-class { width: 38%; }
  td.company-class { width: 22%; }
  td.qual_class { width: 18%; }
  td.type-class { width: 10%; }
  td.action-class { width: 12%; }
}
@media only screen and (max-width: 768px) {
  .inside-header { padding: 10px; }
  .separate-containers .inside-article,
  .separate-containers .page-header,
  .one-container .site-content { padding: 5px 10px; }
}
@media only screen and (max-width: 576px) {
  .resptables, .resptables tbody, .resptables td,
  .resptables th, .resptables thead, .resptables tr { display: block; }
  .resptables thead tr { position: absolute; top: -9999px; left: -9999px; }
  .resptables tr { margin-top: 15px; border: 2px solid #c1c1c1; }
  .resptables td { position: relative; padding-left: 50%; min-height: 36px; }
  .resptables, .resptables td { border: 0 !important; }
  .resptables td:nth-of-type(1),
  .resptables td:nth-of-type(2),
  .resptables td:nth-of-type(5) { padding-left: 0; text-align: center; }
  .resptables td:nth-of-type(1) { background: #eaeaff; font-weight: 700; padding: 10px; }
  .resptables td:nth-of-type(3):before { content: "Qualification: "; font-weight: 700; position: absolute; left: 6px; }
  .resptables td:nth-of-type(4):before { content: "Form Type: "; font-weight: 700; position: absolute; left: 6px; }
  .resptables td:nth-of-type(5) a {
    background: #13513c; width: 85%; display: block;
    margin: 5px auto; border-radius: 22px; color: #fff; padding: 8px 0; text-align: center;
  }
  td.name-class h2 { font-size: 15px; display: block; }
}

/* ===== HOMEPAGE SECTION BOXES (legacy) ===== */
.sj-section-title { background: #13513C; color: #fff; padding: 10px 14px; font-size: 18px; font-weight: 700; margin: 0; }
.sj-section-title.sj-orange { background: #e8621d; }
.sj-section-title.sj-red { background: #c0392b; }
.sj-section-title.sj-blue { background: #1e73be; }
.sj-job-list { margin: 0; padding: 0; list-style: none; }
.sj-job-list li { border-bottom: 1px solid #eee; }
.sj-job-list li:last-child { border-bottom: none; }
.sj-job-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; color: #0d0d0d; text-decoration: none; gap: 10px; }
.sj-job-link:hover { background: #f4f9f6; color: #13513C; }
.sj-job-name { font-size: 15px; line-height: 1.4; flex: 1; }
.sj-job-name em { color: #2e7d32; font-style: normal; font-size: 13px; }
.sj-job-date { font-size: 12px; color: #c62828; white-space: nowrap; font-weight: 600; }
.sj-more-link { text-align: right; padding: 8px 14px; background: #f4f9f6; border-top: 1px solid #eee; }
.sj-more-link a { color: #02427B; font-size: 13px; font-weight: 600; text-decoration: none; }
.sj-latest-box, .sj-popular-box, .sj-expiring-box { background: #fff; border: 1px solid #dde8e0; border-radius: 4px; margin-bottom: 20px; }

/* ===== LATEST GOVT JOBS (full-width section) ===== */
.sj-latest-wrap {
  background: #fff; border: 1px solid #ccc; border-radius: 4px;
  margin-bottom: 24px; overflow: hidden;
}
.sj-latest-heading {
  text-align: center; font-size: 26px; font-weight: 900; color: #1a1a1a;
  padding: 18px 16px 14px; margin: 0;
  border-bottom: 2px solid #1a1a1a;
}
.sj-latest-list { list-style: none; margin: 0; padding: 0; }
.sj-latest-list li { border-bottom: 1px solid #ddd; }
.sj-latest-list li:last-child { border-bottom: none; }
.sj-latest-list li a {
  display: block; padding: 14px 20px; color: #02427B;
  text-decoration: none; font-size: 17px; line-height: 1.55;
}
.sj-latest-list li a:hover { background: #f4f9f6; color: #13513C; }
.sj-vac-inline { color: #2e7d32; font-size: 14px; font-weight: 600; }
.sj-morejobs-wrap { padding: 0; }
.sj-morejobs-btn {
  display: block; width: 100%; text-align: center; box-sizing: border-box;
  background: #13513C; color: #fff !important; padding: 18px 16px;
  font-size: 18px; font-weight: 700; text-decoration: none; letter-spacing: .3px;
}
.sj-morejobs-btn:hover { background: #0b9444; color: #fff !important; }
.sj-morejobs-green { background: #13513C; }

/* ===== TWO-COLUMN ROW: Popular Updates + Expiring Soon ===== */
.sj-twocol-row {
  display: flex; gap: 20px; margin-bottom: 22px; align-items: flex-start;
}
.sj-twocol-row > div { flex: 1; min-width: 0; }
.sj-twobox {
  background: #fff; border: 1px solid #dde8e0; border-radius: 4px;
  overflow: hidden; height: 100%;
}
.sj-box-heading {
  font-size: 19px; font-weight: 700; color: #1a1a1a;
  background: #f5f5f5; border-bottom: 2px solid #13513C;
  padding: 13px 16px; margin: 0;
}
.sj-box-heading.sj-heading-red { background: #f5f5f5; border-bottom-color: #c0392b; }
.sj-box-list { list-style: none; margin: 0; padding: 0; }
.sj-box-list li { border-bottom: 1px solid #eee; }
.sj-box-list li:last-child { border-bottom: none; }
.sj-box-list li a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; color: #02427B; text-decoration: none;
  font-size: 16px; line-height: 1.5; gap: 10px;
}
.sj-box-list li a:hover { background: #f4f9f6; color: #13513C; }
.sj-ename { flex: 1; }

/* ===== FLASHING DATE BADGE ===== */
@keyframes sj-flash {
  0%, 100% { opacity: 1; background: #c0392b; }
  50%       { opacity: 0.55; background: #e74c3c; }
}
.sj-blink-date {
  display: inline-block; background: #c0392b; color: #fff !important;
  font-size: 12px; font-weight: 700; padding: 2px 7px; border-radius: 3px;
  white-space: nowrap; animation: sj-flash 1.4s ease-in-out infinite;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .sj-twocol-row { flex-direction: column; }
  .sj-latest-heading { font-size: 18px; }
}
/* Old taxbox/quicknav kept for any legacy use */
.sj-taxbox { background: #fff; border: 1px solid #dde8e0; border-radius: 4px; margin-bottom: 14px; }
.sj-taxbox-title { background: #13513C; color: #fff; margin: 0; padding: 9px 14px; font-size: 15px; font-weight: 700; }
.sj-taxbox ul { margin: 0; padding: 8px 12px; list-style: none; display: flex; flex-wrap: wrap; gap: 5px; }
.sj-taxbox a { display: inline-block; background: #edf7f1; color: #13513C; padding: 4px 11px; border-radius: 20px; font-size: 13px; text-decoration: none; }
.sj-taxbox a:hover { background: #13513C; color: #fff; }
.sj-quicknav { background: #fff; border: 1px solid #dde8e0; border-radius: 4px; margin-bottom: 14px; }
.sj-quicknav-title { background: #1e73be; color: #fff; margin: 0; padding: 9px 14px; font-size: 15px; font-weight: 700; }
.sj-quicknav ul { margin: 0; padding: 0; list-style: none; }
.sj-quicknav li { border-bottom: 1px solid #eee; }
.sj-quicknav a { display: block; padding: 9px 14px; color: #222; text-decoration: none; font-size: 14px; }
.sj-quicknav a:hover { background: #f4f9f6; color: #13513C; }
.sj-quicknav a::before { content: "▸ "; color: #13513C; }

/* ===== BLUE BUTTON GRID (Quick Nav / By Dept / By Qual / By State) ===== */
.sj-btngrid-wrap { margin-bottom: 32px; }
.sj-btngrid-heading {
  text-align: center; font-size: 26px; font-weight: 900;
  color: #1a1a1a; margin: 0 0 16px; padding-bottom: 12px;
  border-bottom: 2px solid #1a1a1a; text-transform: uppercase;
  letter-spacing: .5px;
}
/* Flexbox so last row stretches to fill */
.sj-btngrid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sj-navbtn {
  flex: 1 1 calc(33.333% - 10px);
  min-width: calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  display: flex; align-items: center; justify-content: center;
  background: #1400FF; color: #fff !important;
  padding: 18px 14px; border-radius: 6px;
  font-size: 17px; font-weight: 600; text-align: center;
  text-decoration: none; line-height: 1.3;
  min-height: 58px; box-sizing: border-box;
  transition: background .2s;
}
.sj-navbtn:hover { background: #0a00cc; color: #fff !important; }

/* Last row orphan fixes — 1 or 2 leftover buttons fill full row */
.sj-btngrid .sj-navbtn:last-child:nth-child(3n - 2) {
  flex: 1 1 100%; max-width: 100%;
}
.sj-btngrid .sj-navbtn:last-child:nth-child(3n - 1),
.sj-btngrid .sj-navbtn:nth-last-child(2):nth-child(3n - 1) {
  flex: 1 1 calc(50% - 10px); max-width: calc(50% - 10px);
}

/* ===== SIDEBAR — buttons stack full-width (1 column) ===== */
.widget-area .sj-btngrid-wrap { margin-bottom: 16px; }
.widget-area .sj-btngrid-heading {
  font-size: 15px; padding-bottom: 8px; margin-bottom: 10px;
}
.widget-area .sj-navbtn,
.widget-area .sj-btngrid .sj-navbtn:last-child:nth-child(3n - 2),
.widget-area .sj-btngrid .sj-navbtn:last-child:nth-child(3n - 1),
.widget-area .sj-btngrid .sj-navbtn:nth-last-child(2):nth-child(3n - 1) {
  flex: 1 1 100%; min-width: 100%; max-width: 100%;
  font-size: 14px; padding: 11px 12px; min-height: 44px;
  border-radius: 5px;
}

@media (max-width: 640px) {
  .sj-navbtn {
    flex: 1 1 calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    font-size: 14px; padding: 13px 8px; min-height: 48px;
  }
  .sj-btngrid-heading { font-size: 20px; }
  /* Reset orphan rules for 2-col mobile */
  .sj-btngrid .sj-navbtn:last-child:nth-child(3n - 2) {
    flex: 1 1 calc(50% - 10px); max-width: calc(50% - 10px);
  }
  /* Sidebar on mobile — 2 cols */
  .widget-area .sj-navbtn,
  .widget-area .sj-btngrid .sj-navbtn:last-child:nth-child(3n - 2),
  .widget-area .sj-btngrid .sj-navbtn:last-child:nth-child(3n - 1),
  .widget-area .sj-btngrid .sj-navbtn:nth-last-child(2):nth-child(3n - 1) {
    flex: 1 1 calc(50% - 10px); min-width: calc(50% - 10px); max-width: calc(50% - 10px);
  }
}

/* ===== SINGLE JOB PAGE ===== */
.sj-breadcrumb { font-size: 13px; color: #666; padding: 8px 0; margin-bottom: 14px; }
.sj-breadcrumb a { color: #02427B; text-decoration: none; }
.sj-job-page-title { font-size: 24px; color: #1a1a1a; border-bottom: 3px solid #13513C; padding-bottom: 10px; margin-bottom: 18px; }
.sj-infobox { background: #f4f9f6; border: 1px solid #dde8e0; border-radius: 6px; padding: 14px; margin-bottom: 18px; }
.sj-infobox-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.sj-info-label { font-size: 11px; color: #666; text-transform: uppercase; letter-spacing: .5px; display: block; }
.sj-info-value { font-size: 15px; font-weight: 700; color: #1a1a1a; display: block; }
.sj-info-date .sj-info-value { color: #c0392b; }
.sj-info-type .sj-info-value { color: #1e73be; }
.sj-notif-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.sj-btn { display: inline-flex; align-items: center; gap: 5px; padding: 10px 18px; border-radius: 5px; font-size: 14px; font-weight: 600; text-decoration: none; color: #fff; }
.sj-btn-notif { background: #e8621d; }
.sj-btn-apply { background: #13513C; }
.sj-btn-official { background: #1e73be; }
.sj-btn:hover { opacity: .85; color: #fff; }
.sj-section { margin-bottom: 24px; }
.sj-section-h2 { font-size: 17px; color: #fff; background: #13513C; padding: 9px 14px; border-radius: 4px 4px 0 0; margin: 0; }
.sj-detail-table { width: 100%; border-collapse: collapse; border: 1px solid #dde8e0; border-top: none; }
.sj-detail-table th { background: #eaeaff; padding: 10px 14px; text-align: left; font-size: 14px; font-weight: 600; border: 1px solid #13513c; }
.sj-detail-table td { padding: 10px 14px; border: 1px solid #13513c; font-size: 14px; }
.sj-detail-table tbody tr:nth-child(even) { background: #f9fdfb; }
.sj-select-list, .sj-apply-steps { background: #fff; border: 1px solid #dde8e0; border-top: none; padding: 12px 14px 12px 30px; margin: 0; }
.sj-select-list li, .sj-apply-steps li { padding: 4px 0; font-size: 14px; line-height: 1.5; }
.sj-link-table td:first-child { font-weight: 600; width: 60%; }
.sj-link-btn { display: inline-block; padding: 6px 16px; border-radius: 4px; color: #fff; font-size: 13px; font-weight: 600; text-decoration: none; }
.sj-link-btn.sj-green { background: #13513C; }
.sj-link-btn.sj-blue { background: #1e73be; }
.sj-link-btn.sj-orange { background: #e8621d; }
.sj-link-btn.sj-tg { background: #0088cc; }
.sj-red { color: #c0392b !important; }
.sj-post-tags { font-size: 13px; margin-top: 18px; padding-top: 12px; border-top: 1px solid #eee; }
.sj-post-tags a { color: #02427B; }
.sj-related { background: #fff; border: 1px solid #dde8e0; border-radius: 4px; overflow: hidden; margin-top: 20px; }
.sj-related-title { background: #1e73be; color: #fff; margin: 0; padding: 10px 14px; font-size: 16px; }
.sj-archive-header { background: #13513C; color: #fff; padding: 16px 18px; margin-bottom: 16px; border-radius: 4px; }
.sj-archive-header h1 { margin: 0 0 5px; font-size: 22px; color: #fff; }
.sj-pagination { margin: 16px 0; display: flex; gap: 5px; flex-wrap: wrap; }
.sj-pagination .page-numbers { padding: 5px 11px; border: 1px solid #dde8e0; border-radius: 3px; color: #02427B; text-decoration: none; font-size: 13px; }
.sj-pagination .page-numbers.current { background: #13513C; color: #fff; border-color: #13513C; }
.sj-filter-group a { background: rgba(255,255,255,.15); color: #fff; padding: 3px 10px; border-radius: 20px; text-decoration: none; font-size: 13px; }
.sj-filter-group a:hover, .sj-filter-group a.active { background: #fff; color: #13513C; }
.sj-note { font-size: 12px; color: #666; margin: 5px 14px; font-style: italic; }
@media (max-width: 768px) {
  .sj-infobox-grid { grid-template-columns: repeat(2,1fr); }
  .sj-notif-bar { flex-direction: column; }
}
