:root {
  --primary: #1a7a6e;
  --primary-dark: #0d5c56;
  --bg: #e8f6f4;
  --text: #222;
  --gray: #555;
}

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body {
  background-color: #e8f6f4;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  text-rendering: optimizeLegibility;
  margin: 0;
}

a { color: #1a7a6e; text-decoration: none; transition: all .1s ease-in-out; }
a:hover { color: #222; text-decoration: underline; }

b, strong { font-weight: 700; }
p, ul, ol, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
li { list-style-type: none; }
img { max-width: 100%; height: auto; border: 0; }
img.emoji, .emoji { border: none !important; box-shadow: none !important; background: transparent !important; padding: 0 !important; margin: 0 !important; }
* { box-sizing: border-box; }

/* Layout */
.site-container { margin: 20px auto; max-width: 900px; }
.site-inner, .wrap { clear: both; margin: 0 auto; width: 100%; }
.content .entry { width: 100%; }

/* Header */
.site-header { margin: 0 auto 10px; padding: 0; width: 100%; }
.title-area { padding: 10px 15px; margin-bottom: 10px; background: #fff; box-shadow: 0 0 1px #333; border-radius: 5px; }
.site-title { font-size: 26px; font-weight: 700; text-transform: uppercase; line-height: 1; }
.site-title a { color: #1a7a6e; display: block; }
.site-title a:hover { color: #222; }
.page-photo { display: block; margin: 0 auto 8px; border: 1px solid #1a7a6e; padding: 2px; border-radius: 5px; }
.header-widget-area { padding: 0 15px 0; margin-bottom: 10px; }
.header-search-box { display: block; padding: 3px 15px 2px; color: #999; background: #fff; border-radius: 5px; box-shadow: 0 0 1px #333; text-align: center; font-size: 14px; }
.header-search-box:hover { color: #1a7a6e; text-decoration: none; }

/* Navigation */
.nav-primary { margin-bottom: 10px; }
.genesis-nav-menu { clear: both; display: flex; justify-content: center; background: #1a7a6e !important; width: 100%; border-radius: 5px; }
.genesis-nav-menu .menu-item { flex: 1 1 auto; padding: 0; text-align: center; position: relative; }
.genesis-nav-menu .menu-item a { color: #fff; display: block; padding: 5px 15px; font-size: 15px; }
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .current-menu-ancestor > a { color: #fff; text-decoration: none; background: rgba(0,0,0,.1); }
.genesis-nav-menu .sub-menu { opacity: 0; visibility: hidden; position: absolute; top: 100%; left: 0; min-width: 100%; white-space: nowrap; transition: opacity .4s ease-in-out, visibility .4s ease-in-out; z-index: 99; background: #1a7a6e; border-radius: 0 0 5px 5px; text-align: left; }
.genesis-nav-menu .sub-menu .menu-item { display: block; padding: 0; width: 100%; border-top: 1px solid rgba(255,255,255,.15); }
.genesis-nav-menu .menu-item:hover > .sub-menu { opacity: 1; visibility: visible; }
.genesis-nav-menu .sub-menu a { background-color: #1a7a6e !important; padding: 8px 15px; font-size: 14px; }
.genesis-nav-menu .sub-menu .menu-item:hover > a { background: rgba(0,0,0,.1) !important; }

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #1a7a6e;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}
.menu-toggle:hover { background: #0d5c56; }

/* Footer Menu */
.nav-footer { margin-bottom: 10px; }
.footer-menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; padding: 0; margin: 0; list-style: none; }
.footer-menu .menu-item a { color: #1a7a6e; font-size: 14px; }
.footer-menu .menu-item a:hover { color: #222; text-decoration: underline; }

/* Entry Header */
.entry-header { margin-bottom: 10px; padding: 10px 15px; background: #fff; box-shadow: 0 0 1px #333; border-radius: 5px; }
.entry-title { font-size: 22px; text-align: center; }

/* Entry Content */
.entry-content { padding: 0; text-align: center; }
.entry-content h2, .entry-content h4 { padding: 10px 15px; background: #fff; border-radius: 5px 5px 0 0; text-align: center; }
.entry-content p { padding: 15px; margin-bottom: 10px; background: #fff; box-shadow: 0 0 1px #333; border-radius: 5px; text-align: center; }
.entry-content ul { padding: 0; margin: 0; list-style: none; }
.entry-content img { display: block; margin: 0 auto; }

.single-h2 { margin-bottom: 10px !important; border-radius: 5px !important; font-size: 20px; background: #fff !important; padding: 10px 15px !important; text-align: center !important; }

/* Tabs */
.tab-container { display: flex; justify-content: center; border: 1px solid #ddd; background: #fff; border-radius: 5px 5px 0 0; }
.tab-button { padding: 10px 20px; width: 50%; cursor: pointer; font-size: 18px; border: none; background: #fff; font-weight: 700; transition: .3s; color: #222; }
.tab-button:hover { color: #2a9d8f; background: #ddd; }
.tab-button.active { color: #2a9d8f; background: #eee; }
.tab-content { border: 1px solid #ddd; border-top: none; background: #fff; margin-bottom: 10px; border-radius: 0 0 5px 5px; display: none; }
.tab-content.active { display: block; }

/* District Grid */
.grid-container { padding: 10px; text-align: center; }
.grid-container.hoslink a { display: inline-block; background: #1a7a6e; color: #fff; padding: 3px 10px; border-radius: 5px; margin: 5px 3px; font-size: 14px; }
.grid-container.hoslink a:hover { background: #2a9d8f; color: #fff; text-decoration: none; }

/* Doctor List - Centered */
.doctors { text-align: center; }
.doctor { margin-bottom: 10px; padding: 15px; overflow: hidden; position: relative; background: #fff; box-shadow: 0 0 1px #333; border-radius: 5px; text-align: center; }
.doctor .photo { padding: 2px; width: 120px; display: block; margin: 0 auto 12px; border: 1px solid #1a7a6e; border-radius: 5px; }
.doctor .photo img { display: block; width: 100%; height: auto; }
.doctor .info { text-align: center; }
.doctor .info .title { font-size: 18px; margin-bottom: 8px; text-align: center; }
.doctor .info .title a { color: #1a7a6e; }
.doctor .info .title a:hover { color: #222; }
.doctor-info { font-size: 14px; line-height: 1.6; text-align: center; display: inline-block; margin: 0 auto; }
.doctor-info li { margin-bottom: 3px; color: #555; text-align: center; }
.doctor-info li.experience { color: #1a7a6e !important; font-weight: 700; }
.doctor-info li.speciality { color: #1a7a6e !important; font-weight: 700; }
.chamber-info { font-size: 14px; line-height: 1.6; margin-top: 5px; text-align: center; display: inline-block; margin-left: auto; margin-right: auto; }
.chamber-info li { color: #555; text-align: center; margin-bottom: 2px; }
.call-now {
    display: block;
    padding: 5px 20px;
    margin: 10px auto 0;
    color: #fff;
    transition: 0.3s;
    border-radius: 5px;
    background: #1a7a6e;
    font-size: 14px;
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;
}
.call-now:hover { color: #fff; background: #0d5c56; text-decoration: none; }
.verified-badge-abs { position: absolute; bottom: 0; right: 0; background: #eee; padding: 3px 7px 0; border-radius: 5px 0 0; }
.verified-badge-abs svg { width: 16px; height: 16px; fill: #1a7a6e; display: block; }

/* Single Doctor Page - Centered Top */
.single .entry-header { text-align: left; }
.single-doctor-top { text-align: center; margin-bottom: 10px; }
.single-doctor-top .single-photo { width: 180px; margin: 0 auto 15px; display: block; border: 1px solid #1a7a6e; padding: 2px; border-radius: 5px; }
.single-doctor-top .single-photo img { display: block; width: 100%; height: auto; }
.single-doctor-name { font-size: 22px; color: #1a7a6e; margin-bottom: 10px; text-align: center; }
.single-doctor-info { font-size: 14px; line-height: 1.6; color: #555; display: inline-block; margin: 0 auto; text-align: left; }
.single-doctor-info li { margin-bottom: 3px; text-align: center; }
.single-rating { font-size: 14px; color: #888; margin: 10px 0; text-align: center; }
.verified-note-box { padding: 10px 15px; margin-top: 10px; font-size: 13px; color: #555; text-align: center; }

/* Single Page Sections */
.single .entry-content h2, .single .entry-content h4 { padding: 10px 15px; background: #fff; border-radius: 5px 5px 0 0; text-align: left; }
.single .entry-content p { padding: 15px; margin-bottom: 10px; background: #fff; box-shadow: 0 0 1px #333; border-radius: 0 0 5px 5px; text-align: center; }
.single .entry-content h2 + p { margin-top: 0; border-radius: 0 0 5px 5px; }
.single .entry-content form p { background: transparent; box-shadow: none; border-radius: 0; padding: 0; margin-bottom: 15px; }
.single .review-form { font-size: 14px; text-align: left; }
.single .review-form label { display: block; margin-bottom: 5px; font-weight: 600; }
.single .review-form input[type="text"], .single .review-form input[type="email"], .single .review-form textarea { width: 100%; max-width: 100%; border: 1px solid #ddd; border-radius: 5px; padding: 8px; }
.single .review-form textarea { max-width: 100%; min-height: 100px; }
.single .review-form input[type="submit"] { border: none; cursor: pointer; }
.single .entry-content p .call-now { display: inline-block; margin: 0 0 0 10px; }

/* Chamber & Appointment Section - Centered */
.chamber-heading { text-align: center !important; }
.chamber-box { background: #fff; box-shadow: 0 0 1px #333; border-radius: 0 0 5px 5px; padding: 15px; margin-bottom: 10px; text-align: center; }
.chamber-box p { background: transparent !important; box-shadow: none !important; border-radius: 0 !important; padding: 0 !important; margin-bottom: 5px !important; text-align: center !important; }
.chamber-box .chamber-call { display: block; margin: 10px auto 0; width: fit-content; width: -moz-fit-content; }

/* Patient Reviews Section */
.reviews-avg { font-size: 14px; color: #777; }
.reviews-box { background: #fff; box-shadow: 0 0 1px #333; border-radius: 0 0 5px 5px; padding: 15px; margin-bottom: 10px; text-align: left; }
.reviews-summary { text-align: center; margin-bottom: 15px; font-size: 14px; color: #555; }
.reviews-summary-stars { font-size: 20px; letter-spacing: 2px; }
.review-star { color: #ddd; }
.review-star.filled { color: #f5a623; }
.reviews-list { list-style: none; padding: 0; margin: 0 0 15px; }
.review-item { padding: 12px; border: 1px solid #eee; border-radius: 5px; margin-bottom: 10px; background: #f9f9f9; text-align: left; }
.review-item-head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 5px; }
.review-item-name { font-weight: 700; color: #1a7a6e; }
.review-item-stars { font-size: 14px; letter-spacing: 1px; }
.review-item-date { font-size: 12px; color: #888; margin-left: auto; }
.review-item-text { background: transparent !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; border-radius: 0 !important; text-align: left !important; font-size: 14px; color: #333; line-height: 1.6; }
.reviews-empty { text-align: center; color: #777; background: transparent !important; box-shadow: none !important; padding: 10px !important; }
.review-form-wrap { border-top: 1px solid #eee; padding-top: 15px; }
.review-form-title { font-size: 16px; margin-bottom: 10px; color: #222; }
.review-stars-select { font-size: 28px; cursor: pointer; line-height: 1; user-select: none; }
.review-stars-select .star { color: #ddd; transition: color .15s; }
.review-stars-select .star.hover, .review-stars-select .star.active { color: #f5a623; }
.review-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.review-response p { background: transparent !important; box-shadow: none !important; padding: 8px 0 0 !important; margin: 0 !important; border-radius: 0 !important; text-align: left !important; }
.review-error { color: #c0392b; font-size: 13px; }
.review-success { color: #1a7a6e; font-weight: 700; font-size: 13px; }
.review-loading { color: #555; font-size: 13px; }
.call-now.review-submit { margin-left: 0; margin-right: 0; width: 100%; max-width: 100%; }
.call-now.load-more-reviews { margin: 15px auto 0; width: 100%; max-width: 100%; }
.call-now.load-more-reviews:disabled { opacity: 0.7; cursor: not-allowed; }

.entry-footer h2 { padding: 10px 15px; margin-bottom: 10px; background: #fff; box-shadow: 0 0 1px #333; border-radius: 5px; }

/* Information Box */
.information { text-align: left; background: #fff; padding: 20px; box-shadow: 0 0 1px #333; border-radius: 5px; margin-bottom: 10px; }
.information .information-title { margin: -20px -20px 20px; padding: 15px 20px; border-bottom: 1px solid #ddd; }
.information h2 { font-size: 24px; background: none; box-shadow: none; padding: 0; margin: 0 0 15px; }
.information p { background: none; box-shadow: none !important; padding: 0; margin-bottom: 15px; }
.information ul { background: none; box-shadow: none !important; padding: 0 0 0 15px; margin: 0 0 15px 30px; }
.information ul li { list-style-type: disc; }

/* Footer */
.site-footer { margin: 0 auto; width: 100%; padding: 0; }
.site-footer p { font-size: 14px; margin-bottom: 0; padding: 5px; border-top: 1px solid #dedede; background: #fff; box-shadow: 0 0 1px #333; border-radius: 5px; }

/* Breadcrumb */
.bc { margin-bottom: 10px; }
.bc .bcl { padding: 5px 15px; margin-bottom: 10px; background: #fff; box-shadow: 0 0 1px #333; border-radius: 5px; display: block; text-align: left; font-size: 14px; }
.bc .bcl a { color: #1a7a6e; }
.bc .bcl .current { color: #222; }

/* Back to Top */
.back-to-top { position: fixed; bottom: 20px; right: 20px; width: 44px; height: 44px; background: #1a7a6e; color: #fff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 2px 8px rgba(0,0,0,.3); opacity: 0; transform: translateY(20px); transition: all .3s; z-index: 999; cursor: pointer; }
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: #0d5c56; }

/* Loading Spinner */
.spinner-wrap { padding: 30px 0; }
.spinner { width: 36px; height: 36px; border: 3px solid #ddd; border-top-color: #1a7a6e; border-radius: 50%; animation: spin .6s linear infinite; margin: 0 auto; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Hierarchy browser */
.hierarchy-header { display: flex; align-items: center; gap: 10px; padding: 10px; background: #fff; border-bottom: 1px solid #ddd; text-align: center; }
.hierarchy-header .h-back { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid #ddd; border-radius: 5px; background: #fff; color: #555; text-decoration: none; flex-shrink: 0; font-size: 14px; cursor: pointer; }
.hierarchy-header .h-back:hover { background: #1a7a6e; color: #fff; border-color: #1a7a6e; text-decoration: none; }
.hierarchy-header .h-label { font-size: 16px; font-weight: 600; color: #555; }
.dist-grid { padding: 10px; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.dist-item { display: inline-flex; flex-direction: column; align-items: center; background: #1a7a6e; color: #fff; padding: 8px 16px; border-radius: 5px; text-decoration: none; font-size: 14px; cursor: pointer; min-width: 100px; }
.dist-item:hover { background: #2a9d8f; color: #fff; text-decoration: none; }
.spec-list { padding: 10px; text-align: center; }
.spec-item { display: inline-block; padding: 10px 14px; background: #f9f9f9; border: 1px solid #eee; border-radius: 5px; color: #222; font-size: 14px; cursor: pointer; margin: 3px; transition: all .15s; text-decoration: none; }
.spec-item:hover { background: #e8f0fe; border-color: #1a7a6e; color: #1a7a6e; text-decoration: none; }
.spec-intro { background: #f9f9f9; padding: 14px; margin: 0 10px 10px; border-radius: 5px; font-size: 14px; color: #555; text-align: center; line-height: 1.6; border-left: 3px solid #1a7a6e; }
.hierarchy-doctors { padding: 10px; text-align: center; }

/* No Doctors */
.no-doctor { padding: 5px 15px; margin-bottom: 10px; text-align: center; }

/* ─── Responsive Design ─── */

/* Small phones (iPhone SE, older Android) */
@media only screen and (max-width: 480px) {
  .site-container { margin: 8px auto; padding: 5px; }
  .site-header { min-height: auto; }
  .title-area { padding: 8px 10px; margin-bottom: 8px; }
  .page-photo { width: 50px; height: 50px; margin-bottom: 5px; }
  .site-title { font-size: 18px; }
  .header-search-box { font-size: 13px; padding: 5px 10px; }

  .entry-title { font-size: 17px; }
  .single-h2 { font-size: 16px !important; }

  .tab-button { font-size: 14px; padding: 8px 6px; }

  .doctor { padding: 12px 10px; }
  .doctor .photo { width: 130px; margin-bottom: 10px; }
  .doctor-info, .chamber-info { font-size: 13px; line-height: 1.5; }
  .doctor .info .title { font-size: 16px; }
  .call-now { padding: 6px 16px; font-size: 13px; }

  .single-doctor-name { font-size: 18px; }
  .single-doctor-top .single-photo { width: 140px; }
  .single-doctor-info { font-size: 13px; }

  .chamber-box { padding: 12px 10px; }
  .chamber-box p { font-size: 13px; }

  .verified-badge-abs { padding: 2px 5px 0; }
  .verified-badge-abs svg { width: 14px; height: 14px; }

  .grid-container.hoslink a { font-size: 13px; padding: 4px 8px; margin: 3px 2px; }

  .bc .bcl { font-size: 12px; padding: 5px 8px; }
}

/* Phones and small tablets */
@media only screen and (max-width: 767px) {
  body { font-size: 15px; line-height: 24px; }
  .site-container { margin: 0 auto; padding: 10px; }
  .site-header { min-height: auto; }

  .menu-toggle { display: block; }
  .nav-primary { display: none; }
  .nav-primary.active { display: block; }

  .genesis-nav-menu { display: block; border-radius: 5px; }
  .genesis-nav-menu .menu-item { display: block; width: 100%; padding: 0; position: relative; border-bottom: 1px solid rgba(255,255,255,.15); }
  .genesis-nav-menu .menu-item a { padding: 10px 15px; font-size: 14px; }
  .genesis-nav-menu .menu-item:last-child { border-bottom: none; }
  .genesis-nav-menu .sub-menu { position: static; opacity: 1; visibility: visible; left: auto; display: block; width: 100%; padding-left: 15px; }
  .genesis-nav-menu .sub-menu .menu-item { width: 100%; border-bottom: none; }
  .genesis-nav-menu .sub-menu a { background-color: rgba(0,0,0,.1) !important; padding: 8px 15px; font-size: 13px; }

  .doctor { padding: 12px; }
  .doctor .photo { width: 110px; }
  .doctor-info li, .chamber-info li { margin-bottom: 4px; }

  .tab-button { font-size: 15px; padding: 10px 8px; }

  .single .entry-content h2, .single .entry-content h4 { font-size: 16px; }
  .single .entry-content p { font-size: 14px; }
  .single-doctor-top .single-photo { width: 150px; }

  .back-to-top { width: 40px; height: 40px; bottom: 15px; right: 15px; }
}

/* Tablets (iPad, iPad Mini, Android tablets) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .site-container { max-width: 95%; margin: 15px auto; padding: 0 15px; }
  .site-title { font-size: 24px; }
  .genesis-nav-menu .menu-item a { font-size: 14px; padding: 6px 12px; }
  .genesis-nav-menu .sub-menu .menu-item { width: 350px; }
  .doctor .photo { width: 110px; }
}

/* Landscape phones and large phones */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .doctor .photo { width: 120px; }
}

/* Ensure no horizontal scroll on all mobile */
@media only screen and (max-width: 1024px) {
  img { max-width: 100%; height: auto; }
  .site-container { overflow-x: hidden; }
  .entry-content { overflow-wrap: break-word; word-wrap: break-word; }
}

/* Hospital List Page */
.hospital-list { list-style: none; padding: 15px; margin: 0; text-align: center; }
.hospital-list li { margin-bottom: 8px; }
.hospital-link {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 15px;
  color: #1a7a6e;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.hospital-link:hover {
  background: #f0fafa;
  border-color: #1a7a6e;
  color: #0d5c56;
  text-decoration: none;
}
.hospital-meta { font-size: 14px; color: #555; margin-top: 8px; }
.hospital-meta p { background: transparent !important; box-shadow: none !important; padding: 2px 0 !important; margin: 0 !important; text-align: center !important; }

/* 3rd level submenu fix */
.genesis-nav-menu .sub-menu .sub-menu { top: 0; left: 100%; border-radius: 0 5px 5px 5px; }
.genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu { opacity: 1; visibility: visible; }
.genesis-nav-menu .sub-menu .menu-item { position: relative; }

/* Mobile 3-level menu */
@media only screen and (max-width: 767px) {
  .genesis-nav-menu .sub-menu .sub-menu { position: static; left: auto; padding-left: 15px; }
}

/* Touch-friendly buttons */
@media (hover: none) and (pointer: coarse) {
  .call-now, .tab-button, .genesis-nav-menu a, .grid-container.hoslink a, .dist-item, .spec-item, .hospital-card {
    min-height: 36px;
    line-height: 1.2;
  }
  .call-now { padding: 8px 20px; }
}

/* Doctor Search & Blog List Page (scoped, conflict-safe) */
.db-doctor-search-page {
  background: transparent;
}

.db-doctor-search-page .db-search-hero {
  background: linear-gradient(135deg, #0b766f 0%, #0f9387 48%, #e8fff9 100%);
  border-radius: 18px;
  padding: 34px 26px;
  margin: 0 0 22px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(13, 122, 110, .18);
  overflow: hidden;
  position: relative;
}

.db-doctor-search-page .db-search-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -90px;
  background: rgba(255,255,255,.18);
  border-radius: 50%;
}

.db-doctor-search-page .db-search-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.db-doctor-search-page .db-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.18);
  color: inherit;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.db-doctor-search-page .db-search-hero h1 {
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.08;
  margin: 0 0 12px;
  color: #fff;
}

.db-doctor-search-page .db-search-hero p,
.db-doctor-search-page .db-section-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
}

.db-doctor-search-page .db-search-card,
.db-doctor-search-page .db-blog-section {
  background: #fff;
  border: 1px solid #e8f1ef;
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 22px;
  box-shadow: 0 14px 34px rgba(12, 83, 77, .08);
}

.db-doctor-search-page .db-search-card__header,
.db-doctor-search-page .db-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.db-doctor-search-page .db-section-heading {
  display: block;
}

.db-doctor-search-page .db-search-card h2,
.db-doctor-search-page .db-section-heading h2 {
  margin: 0 0 6px;
  font-size: 25px;
  color: #143c37;
}

.db-doctor-search-page .db-search-card p,
.db-doctor-search-page .db-section-heading p {
  color: #60726e;
}

.db-doctor-search-page .db-search-badge {
  white-space: nowrap;
  background: #e9fbf7;
  color: #087a6e;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
}

.db-doctor-search-page .db-form-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 12px;
  align-items: end;
}

.db-doctor-search-page .db-form-grid label {
  display: block;
  margin: 0;
}

.db-doctor-search-page .db-form-grid span {
  display: block;
  color: #143c37;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}

.db-doctor-search-page .db-form-grid input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d9e8e5;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 15px;
  color: #12332f;
  background: #fbfffe;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.db-doctor-search-page .db-form-grid input:focus {
  border-color: #0f9387;
  box-shadow: 0 0 0 4px rgba(15, 147, 135, .1);
}

.db-doctor-search-page .db-search-button,
.db-doctor-search-page .db-open-google,
.db-doctor-search-page .db-read-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: #0f9387;
  color: #fff !important;
  padding: 0 18px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
  box-shadow: 0 10px 20px rgba(15,147,135,.18);
}

.db-doctor-search-page .db-search-button:hover,
.db-doctor-search-page .db-open-google:hover,
.db-doctor-search-page .db-read-more:hover {
  background: #0b766f;
  transform: translateY(-1px);
}

.db-doctor-search-page .db-search-note {
  margin: 10px 0 0;
  color: #72837f;
  font-size: 13px;
}

.db-doctor-search-page .db-quick-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.db-doctor-search-page .db-quick-searches button {
  border: 1px solid #d9e8e5;
  background: #f7fbfa;
  color: #174640;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  cursor: pointer;
}

.db-doctor-search-page .db-search-results {
  margin-top: 18px;
}

.db-doctor-search-page .db-result-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  background: #f5fbfa;
  border: 1px solid #e2efec;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px;
}

.db-doctor-search-page .db-result-header h3 {
  margin: 0 0 3px;
  color: #143c37;
  font-size: 18px;
}

.db-doctor-search-page .db-result-header p {
  margin: 0;
  color: #657875;
  font-size: 13px;
}

.db-doctor-search-page .db-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.db-doctor-search-page .db-result-card {
  border: 1px solid #e6efed;
  border-radius: 14px;
  background: #fff;
  padding: 15px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.db-doctor-search-page .db-result-card:hover {
  border-color: #0f9387;
  box-shadow: 0 12px 24px rgba(12, 83, 77, .1);
  transform: translateY(-1px);
}

.db-doctor-search-page .db-result-card h4 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.35;
}

.db-doctor-search-page .db-result-card h4 a {
  color: #143c37;
  text-decoration: none;
}

.db-doctor-search-page .db-result-card h4 a:hover {
  color: #0f9387;
}

.db-doctor-search-page .db-result-card p {
  color: #60726e;
  margin: 0 0 8px;
  line-height: 1.6;
  font-size: 14px;
}

.db-doctor-search-page .db-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.db-doctor-search-page .db-result-meta span {
  background: #f0f7f5;
  color: #32645d;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
}

.db-doctor-search-page .db-result-section-title {
  margin: 18px 0 10px;
  color: #143c37;
  font-size: 19px;
}

.db-doctor-search-page .db-empty-state,
.db-doctor-search-page .db-loading-state,
.db-doctor-search-page .db-empty-blog {
  background: #f8fcfb;
  border: 1px dashed #cfe4e0;
  border-radius: 14px;
  padding: 20px;
  color: #60726e;
  text-align: center;
}

.db-doctor-search-page .db-blog-section .db-eyebrow {
  background: #e9fbf7;
  color: #087a6e;
  border-color: #d5f4ee;
}

.db-doctor-search-page .db-blog-list {
  display: grid;
  gap: 14px;
}

.db-doctor-search-page .db-blog-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  border: 1px solid #e7efed;
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbfffe 100%);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}

.db-doctor-search-page .db-blog-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(12,83,77,.1);
  border-color: #d2e8e4;
}

.db-doctor-search-page .db-blog-date {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: #0f9387;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(15,147,135,.18);
}

.db-doctor-search-page .db-blog-date span {
  font-size: 12px;
  letter-spacing: .08em;
}

.db-doctor-search-page .db-blog-date strong {
  font-size: 25px;
  line-height: 1;
}

.db-doctor-search-page .db-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #6b7d79;
  font-size: 13px;
  margin-bottom: 6px;
}

.db-doctor-search-page .db-blog-content h3 {
  margin: 0 0 7px;
  font-size: 21px;
  line-height: 1.35;
}

.db-doctor-search-page .db-blog-content h3 a {
  color: #143c37;
  text-decoration: none;
}

.db-doctor-search-page .db-blog-content h3 a:hover {
  color: #0f9387;
}

.db-doctor-search-page .db-blog-content p {
  margin: 0 0 12px;
  color: #60726e;
  line-height: 1.65;
}

.db-doctor-search-page .db-read-more {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
  box-shadow: none;
}

@media only screen and (max-width: 900px) {
  .db-doctor-search-page .db-form-grid,
  .db-doctor-search-page .db-result-grid {
    grid-template-columns: 1fr;
  }
  .db-doctor-search-page .db-search-card__header,
  .db-doctor-search-page .db-result-header {
    display: block;
  }
  .db-doctor-search-page .db-search-badge,
  .db-doctor-search-page .db-open-google {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 520px) {
  .db-doctor-search-page .db-search-hero,
  .db-doctor-search-page .db-search-card,
  .db-doctor-search-page .db-blog-section {
    border-radius: 14px;
    padding: 16px;
  }
  .db-doctor-search-page .db-blog-item {
    grid-template-columns: 1fr;
  }
  .db-doctor-search-page .db-blog-date {
    width: 64px;
    height: 64px;
  }
}

/* Modern standard blog single template */
.db-blog-single {
  background: #fff;
  border: 1px solid #e8f1ef;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(12, 83, 77, .08);
}
.db-blog-single__header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 22px;
}
.db-blog-single__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.db-blog-single__meta span {
  background: #e9fbf7;
  color: #087a6e;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
}
.db-blog-single .entry-title {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  margin-bottom: 12px;
  color: #143c37;
}
.db-blog-single__excerpt {
  color: #60726e;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}
.db-blog-single__thumb {
  margin: 0 auto 24px;
  max-width: 920px;
  overflow: hidden;
  border-radius: 18px;
  background: #f6fbfa;
}
.db-blog-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.db-blog-single__content {
  max-width: 820px;
  margin: 0 auto;
  color: #263d39;
  font-size: 17px;
  line-height: 1.85;
}
.db-blog-single__content h2,
.db-blog-single__content h3,
.db-blog-single__content h4 {
  color: #143c37;
  margin-top: 1.6em;
}
.db-blog-single__footer {
  max-width: 820px;
  margin: 28px auto 0;
  border-top: 1px solid #e8f1ef;
  padding-top: 18px;
}
.db-back-link {
  color: #0f9387;
  font-weight: 700;
  text-decoration: none;
}
.db-back-link:hover { color: #0b766f; }
@media only screen and (max-width: 520px) {
  .db-blog-single { padding: 18px; border-radius: 14px; }
  .db-blog-single__content { font-size: 16px; }
}


/* Google Doctor Header Search */
.db-header-google-search {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  width:100%;
  margin:8px auto;
}
.db-header-google-search input {
  width:280px;
  height:34px;
  border:1px solid #ccc;
  border-radius:4px;
  padding:0 12px;
  font-size:14px;
}
.db-header-google-search button {
  height:34px;
  padding:0 18px;
  border:0;
  border-radius:4px;
  background:#147d73;
  color:#fff;
  cursor:pointer;
}
.db-header-google-search button:hover { background:#10665e; }

/* ═══════════════════════════════════════════════════════════
   Modern Blog Archive (home.php)
   ═══════════════════════════════════════════════════════════ */
.db-blog-archive__hero {
  background: linear-gradient(135deg, #0b766f 0%, #0f9387 50%, #14b8a6 100%);
  border-radius: 18px;
  padding: 40px 30px;
  margin-bottom: 22px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(13, 122, 110, .18);
  position: relative;
  overflow: hidden;
}
.db-blog-archive__hero::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  right: -60px;
  top: -60px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
}
.db-blog-archive__hero::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -30px;
  bottom: -30px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
}
.db-blog-archive__hero-content {
  position: relative;
  z-index: 1;
}
.db-blog-archive__eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
.db-blog-archive__title {
  font-size: clamp(26px, 5vw, 38px);
  line-height: 1.15;
  margin: 0 0 12px;
  color: #fff;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.db-blog-archive__desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.9);
  margin: 0;
  max-width: 640px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
}

.db-blog-archive__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  padding: 0;
}
.db-blog-filter {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid #d9e8e5;
  border-radius: 999px;
  background: #fff;
  color: #174640;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}
.db-blog-filter:hover {
  background: #e9fbf7;
  border-color: #0f9387;
  color: #0f9387;
  text-decoration: none;
}
.db-blog-filter.active {
  background: #0f9387;
  color: #fff;
  border-color: #0f9387;
}
.db-blog-filter span {
  font-weight: 400;
  opacity: .7;
}

.db-blog-featured {
  margin-bottom: 22px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8f1ef;
  box-shadow: 0 14px 34px rgba(12, 83, 77, .08);
  transition: transform .2s, box-shadow .2s;
}
.db-blog-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(12, 83, 77, .14);
}
.db-blog-featured__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.db-blog-featured__link:hover {
  text-decoration: none;
}
.db-blog-featured__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #f0f7f5;
}
.db-blog-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.db-blog-featured:hover .db-blog-featured__image img {
  transform: scale(1.03);
}
.db-blog-featured__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.4) 100%);
  display: flex;
  align-items: flex-start;
  padding: 16px;
}
.db-blog-featured__badge {
  background: #0f9387;
  color: #fff;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.db-blog-featured__content {
  padding: 22px;
}
.db-blog-featured__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.db-blog-featured__cat {
  background: #e9fbf7;
  color: #087a6e;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.db-blog-featured__date {
  color: #6b7d79;
  font-size: 13px;
}
.db-blog-featured__title {
  font-size: clamp(20px, 3.5vw, 28px);
  line-height: 1.25;
  color: #143c37;
  margin: 0 0 10px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.db-blog-featured__excerpt {
  color: #60726e;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.db-blog-featured__readmore {
  display: inline-block;
  color: #0f9387;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}

.db-blog-archive__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 22px;
}
.db-blog-list-item {
  background: #fff;
  border: 1px solid #e8f1ef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(12, 83, 77, .06);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.db-blog-list-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(12, 83, 77, .12);
  border-color: #c8e0db;
}
.db-blog-list-item__link {
  display: flex;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.db-blog-list-item__link:hover {
  text-decoration: none;
}
.db-blog-list-item__image {
  width: 220px;
  min-height: 180px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f0f7f5;
}
.db-blog-list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.db-blog-list-item:hover .db-blog-list-item__image img {
  transform: scale(1.05);
}
.db-blog-list-item__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.db-blog-list-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.db-blog-list-item__cat {
  background: #e9fbf7;
  color: #087a6e;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.db-blog-list-item__date {
  color: #6b7d79;
  font-size: 13px;
}
.db-blog-list-item__author {
  color: #6b7d79;
  font-size: 13px;
  font-style: italic;
}
.db-blog-list-item__title {
  font-size: 20px;
  line-height: 1.35;
  color: #143c37;
  margin: 0 0 10px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.db-blog-list-item__excerpt {
  color: #60726e;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 14px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.db-blog-list-item__readmore {
  display: inline-block;
  color: #0f9387;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}

.db-blog-archive__pagination {
  text-align: center;
  margin: 22px 0;
}
.db-blog-archive__pagination .page-numbers {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.db-blog-archive__pagination .page-numbers li {
  display: inline;
}
.db-blog-archive__pagination .page-numbers a,
.db-blog-archive__pagination .page-numbers span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #d9e8e5;
  border-radius: 10px;
  color: #174640;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  background: #fff;
}
.db-blog-archive__pagination .page-numbers a:hover {
  background: #e9fbf7;
  border-color: #0f9387;
  color: #0f9387;
  text-decoration: none;
}
.db-blog-archive__pagination .page-numbers .current {
  background: #0f9387;
  color: #fff;
  border-color: #0f9387;
}

.db-blog-archive__empty {
  background: #fff;
  border: 1px dashed #cfe4e0;
  border-radius: 18px;
  padding: 40px 20px;
  text-align: center;
}
.db-blog-archive__empty h2 {
  color: #143c37;
  margin: 0 0 10px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.db-blog-archive__empty p {
  color: #60726e;
  margin: 0 0 16px;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.db-blog-archive__back {
  display: inline-block;
  padding: 10px 20px;
  background: #0f9387;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s;
}
.db-blog-archive__back:hover {
  background: #0b766f;
  color: #fff;
  text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════
   Enhanced Blog Single (single.php)
   ═══════════════════════════════════════════════════════════ */
.db-blog-single__author {
  background: #e9fbf7;
  color: #087a6e;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
}
.db-blog-single__tags {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 16px 0;
  border-top: 1px solid #e8f1ef;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.db-blog-single__tags-label {
  font-weight: 700;
  color: #143c37;
  font-size: 14px;
}
.db-blog-tag {
  display: inline-block;
  padding: 5px 12px;
  background: #f0f7f5;
  color: #32645d;
  border-radius: 999px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}
.db-blog-tag:hover {
  background: #e9fbf7;
  color: #087a6e;
  text-decoration: none;
}

.db-blog-single__nav {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #e8f1ef;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.db-blog-single__nav-item:last-child {
  text-align: right;
}
.db-blog-nav-link {
  display: inline-block;
  text-decoration: none;
  padding: 12px 16px;
  border: 1px solid #e8f1ef;
  border-radius: 12px;
  transition: all .2s;
  max-width: 100%;
}
.db-blog-nav-link:hover {
  border-color: #0f9387;
  background: #f8fcfb;
  text-decoration: none;
}
.db-blog-nav-link--next {
  text-align: right;
}
.db-blog-nav-label {
  display: block;
  font-size: 12px;
  color: #6b7d79;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px;
}
.db-blog-nav-title {
  display: block;
  font-size: 14px;
  color: #143c37;
  font-weight: 600;
  line-height: 1.3;
}

.db-blog-related {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 24px 0 0;
  border-top: 1px solid #e8f1ef;
}
.db-blog-related__title {
  font-size: 22px;
  color: #143c37;
  margin: 0 0 16px;
  text-align: center;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.db-blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.db-blog-related-card {
  display: flex;
  gap: 12px;
  padding: 12px;
  border: 1px solid #e8f1ef;
  border-radius: 14px;
  text-decoration: none;
  transition: all .2s;
  background: #fff;
}
.db-blog-related-card:hover {
  border-color: #0f9387;
  box-shadow: 0 8px 20px rgba(12, 83, 77, .08);
  text-decoration: none;
}
.db-blog-related-card__image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f7f5;
}
.db-blog-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.db-blog-related-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.db-blog-related-card__date {
  font-size: 11px;
  color: #6b7d79;
  margin-bottom: 3px;
}
.db-blog-related-card__title {
  font-size: 13px;
  line-height: 1.35;
  color: #143c37;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .db-blog-archive__hero {
    padding: 28px 18px;
    border-radius: 14px;
  }
  .db-blog-archive__title {
    font-size: 22px;
  }
  .db-blog-archive__desc {
    font-size: 14px;
  }
  .db-blog-list-item__link {
    flex-direction: column;
  }
  .db-blog-list-item__image {
    width: 100%;
    min-height: 180px;
    max-height: 220px;
  }
  .db-blog-list-item__body {
    padding: 16px;
  }
  .db-blog-list-item__title {
    font-size: 18px;
  }
  .db-blog-single__nav {
    grid-template-columns: 1fr;
  }
  .db-blog-single__nav-item:last-child {
    text-align: left;
  }
  .db-blog-related__grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .db-blog-list-item__image {
    width: 180px;
  }
  .db-blog-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .db-blog-related__grid .db-blog-related-card:last-child {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 480px) {
  .db-blog-archive__hero {
    padding: 22px 14px;
  }
  .db-blog-archive__filters {
    gap: 6px;
  }
  .db-blog-filter {
    padding: 6px 12px;
    font-size: 12px;
  }
  .db-blog-list-item__body {
    padding: 14px;
  }
  .db-blog-list-item__title {
    font-size: 17px;
  }
  .db-blog-list-item__excerpt {
    font-size: 13px;
  }
  .db-blog-list-item__image {
    min-height: 160px;
    max-height: 200px;
  }
  .db-blog-single {
    padding: 14px;
  }
  .db-blog-single__content {
    font-size: 15px;
  }
}