.dummy-page *,
.dummy-page *::before,
.dummy-page *::after {
  box-sizing: border-box;
}

.dummy-page {
  --sidebar-top: 24px;
}

.dummy-page .content-container {
  max-width: 1180px;
  margin: 28px auto 48px;
  padding: 0 6px;
  background-color: transparent;
  border-radius: 0;
  background-image: none;
}

.dummy-page .article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  align-items: start;
}

.dummy-page .content.slide,
.dummy-page .content-wrapper,
.dummy-page .content {
  overflow: visible !important;
}

.dummy-page .content.slide {
  transform: none !important;
}

.dummy-page .article-main {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.dummy-page .article-hero {
  background: linear-gradient(90deg, #0a5fa4 0%, #00b3a4 100%);
  color: #ffffff;
  padding: 18px 22px 14px;
}

.dummy-page .article-hero h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.3;
}

.dummy-page .article-hero h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  opacity: 0.95;
}

.dummy-page .article-reviewed {
  margin: 15px;
  font-size: 13px;
  opacity: 0.95;
}

.dummy-page .article-breadcrumb-strip {
  width: 100%;
  background: #17314c;
  margin: 0;
}

.dummy-page .article-breadcrumb-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 6px;
}

.dummy-page .article-breadcrumb-strip .page-breadcrumb {
  justify-content: flex-start;
  text-align: left;
  max-width: 100%;
  margin: 0;
}

.dummy-page .article-inline-breadcrumb {
  display: none;
}

.dummy-page .article-meta.article-meta-breadcrumb {
  display: none;
}

.dummy-page .article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e7f3ff;
  color: #0b3f79;
  font-size: 13px;
  padding: 8px 22px;
}

.dummy-page .article-meta i {
  margin-right: 6px;
}

.dummy-page .article-hero-image img {
  width: 100%;
  display: block;
  height: auto;
}

.dummy-page .article-body {
  padding: 20px 22px 26px;
  color: #1f2a37;
  font-size: 15px;
  line-height: 1.75;
}

.dummy-page .article-body h3 {
  margin: 20px 0 8px;
  font-size: 18px;
  color: #0a6aa8;
}

.dummy-page .article-body h4 {
  margin: 16px 0 8px;
  font-size: 16px;
  color: #17314c;
}

.dummy-page .article-body p {
  margin: 0 0 14px;
}

.dummy-page .article-body > .widget-row,
.dummy-page .article-body > div,
.dummy-page .article-body > .header-widget {
  width: 100%;
  clear: both;
}

.dummy-page .article-body .widget-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 0 22px;
}

.dummy-page .article-body .widget-row > .widget,
.dummy-page .article-body .widget-row > div,
.dummy-page .article-body .widget,
.dummy-page .article-body .col10,
.dummy-page .article-body .col20,
.dummy-page .article-body .textWidget,
.dummy-page .article-body .imageWidget,
.dummy-page .article-body .buttonWidget {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  float: none !important;
}

.dummy-page .article-body .text-widget-content,
.dummy-page .article-body .main-widget-content,
.dummy-page .article-body .image-box,
.dummy-page .article-body .widget-preserving-ratio-outer,
.dummy-page .article-body .widget-preserving-ratio-inner,
.dummy-page .article-body .lazyImage,
.dummy-page .article-body .image-fit {
  width: 100%;
  max-width: 100% !important;
}

.dummy-page .article-body .image-box {
  margin: 0 auto;
}

.dummy-page .article-body .widget-preserving-ratio-outer {
  height: auto !important;
  padding-bottom: 0 !important;
}

.dummy-page .article-body .widget-preserving-ratio-inner {
  position: static !important;
  min-height: 0 !important;
}

.dummy-page .article-body .lazyImage,
.dummy-page .article-body .image-fit {
  display: block !important;
}

.dummy-page .article-body img {
  display: block;
  width: min(100%, 760px);
  max-width: 100%;
  height: auto !important;
  margin: 16px auto 0;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(8, 52, 107, 0.12);
}

.dummy-page .article-body .header-widget,
.dummy-page .article-body .buttonWidget {
  margin-top: 22px !important;
}

.dummy-page .article-body .theme-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px !important;
  text-decoration: none !important;
}

.dummy-page .article-body .button-icon-wrapper {
  width: auto !important;
}

.dummy-page .article-body ol {
  margin: 0 0 16px 20px;
  padding-left: 0;
  color: #1f2a37;
}

.dummy-page .article-body ol li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.dummy-page .article-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.dummy-page .article-body ul:not(.article-list) {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.dummy-page .article-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  color: #1f2a37;
}

.dummy-page .article-body ul:not(.article-list) li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  color: #1f2a37;
}

.dummy-page .article-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #0aa1b6;
  font-size: 12px;
  line-height: 1.6;
}

.dummy-page .article-body ul:not(.article-list) li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #0aa1b6;
  font-size: 12px;
  line-height: 1.6;
}

.dummy-page .article-inline-image {
  margin: 18px 0 22px;
}

.dummy-page .article-inline-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(8, 52, 107, 0.12);
}

.dummy-page .article-inline-image figcaption {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
  text-align: center;
}

.dummy-page .faq-section {
  margin-top: 24px;
}

.dummy-page .faq-section h4 {
  margin: 6px 0 12px;
  font-size: 14px;
  color: #0b4f9c;
  font-weight: 600;
}

.dummy-page .faq-item {
  border: 1px solid #d7e7f5;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(8, 52, 107, 0.08);
}

.dummy-page .faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #1f2a37;
  list-style: none;
}

.dummy-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.dummy-page .faq-item summary::after {
  content: "+";
  float: right;
  color: #0b4f9c;
  font-weight: 700;
}

.dummy-page .faq-item[open] summary::after {
  content: "–";
}

.dummy-page .faq-answer {
  margin-top: 8px;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

/* Mega menu readability fixes */
.dummy-page .mega-menu-wrapper {
  background: #e9f7ff;
  border: 1px solid #cfe6f3;
  border-radius: 0;
  box-shadow: none;
}

.dummy-page .mega-menu-inner {
  padding: 10px;
}

.dummy-page .mega-menu-wrapper a,
.dummy-page .mega-menu-wrapper p,
.dummy-page .mega-menu-wrapper span,
.dummy-page .mega-menu-wrapper li {
  color: #111827 !important;
}

.dummy-page .mega-menu-wrapper a {
  font-size: 13px !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.dummy-page .mega-menu-wrapper a:hover {
  color: #111827 !important;
}

.dummy-page .mega-menu-wrapper .text-widget-content p span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #111827 !important;
}

.dummy-page .mega-menu-wrapper .theme-button {
  background: #f26b55 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 8px 14px !important;
  font-size: 12px !important;
  letter-spacing: 0.4px !important;
  text-decoration: none !important;
}

.dummy-page .mega-menu-wrapper .theme-button i {
  color: #ffffff !important;
}
.dummy-page .mega-menu-wrapper .theme-button i:hover {
  color: #ffffff !important;
}

.dummy-page .mega-menu-wrapper .text-widget-content a {
  text-decoration: none;
}



.dummy-page .section-divider {
  position: relative;
  margin: 18px 0;
  color: transparent;
}

.dummy-page .section-divider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #d7e7f5;
}

.dummy-page .sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: fixed;
  top: var(--sidebar-top);
  width: 300px;
  right: max(12px, calc((100vw - 1180px) / 2 + 12px));
  align-self: start;
  z-index: 2;
  max-height: calc(120vh - var(--sidebar-top) - 20px);
  overflow: scroll;
  scrollbar-width: none;
  will-change: transform;
}

.dummy-page .doctor-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #0aa1b6;
  /* overflow: hidden; */
  text-align: center;
  box-shadow: 0 10px 24px rgba(8, 52, 107, 0.12);
}

.dummy-page .doctor-card-media {
  background: linear-gradient(90deg, #00b3a4 0%, #0a5fa4 100%);
  padding: 6px 6px 0;
}

.dummy-page .doctor-card-media img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}

.dummy-page .doctor-card-media::after {
  content: "";
  display: block;
  height: 8px;
  background: #0b4f9c;
  border-radius: 0 0 10px 10px;
}

.dummy-page .doctor-card-body {
  padding: 0 16px 18px;
}

.dummy-page .doctor-card h3 {
  margin: 12px 0 4px;
  font-size: 16px;
  color: #1e293b;
  font-weight: 600;
}

.dummy-page .doctor-role {
  margin: 0 auto 12px;
  font-size: 13px;
  color: #3f4d5c;
  max-width: 220px;
  line-height: 1.4;
}

.dummy-page .appointment-btn {
  display: inline-block;
  background: #0b4f9c;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

.dummy-page .appointment-btn:hover {
  background: #0a3e79;
}

.dummy-page .article-footer-cta {
  margin-top: 22px;
}

.dummy-page .doctor-profile-note {
  display: none;
}

.dummy-page .doctor-profile-note p {
  margin: 0 0 10px;
}

.dummy-page .subscription-card {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  text-align: center;
  box-shadow: none;
}

.dummy-page .subscription-card h4 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #1f2a37;
  font-weight: 600;
}

.dummy-page .subscription-card input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 18px;
  margin-bottom: 12px;
}

.dummy-page .subscribe-btn {
  background: #0b4f9c;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
}

.dummy-page .subscribe-btn:hover {
  background: #0a3e79;
}

.dummy-page .clinic-hours-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #0aa1b6;
  padding: 18px 18px 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(8, 52, 107, 0.1);
}

.dummy-page .clinic-hours-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0b4f9c;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dummy-page .clinic-hours-title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b3a4 0%, #0a5fa4 100%);
  display: inline-block;
}

.dummy-page .clinic-days {
  margin: 6px 0 2px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2a37;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.dummy-page .clinic-time {
  margin: 0 0 14px;
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
}

.dummy-page .clinic-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.dummy-page .clinic-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f1f7ff;
  color: #0b4f9c;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #d7e7f5;
}

.dummy-page .clinic-contact-item:hover {
  background: #e7f3ff;
}

.dummy-page .clinic-contact-item i {
  font-size: 16px;
}

.dummy-page .clinic-appointment-btn a {
  display: inline-block;
  width: 100%;
  background: #0b4f9c;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.dummy-page .clinic-appointment-btn a:hover {
  background: #0a3e79;
}

@media (max-width: 980px) {
  .dummy-page .article-breadcrumb-inner {
    padding: 16px 12px;
  }

  .dummy-page .article-layout {
    grid-template-columns: 1fr;
  }

  .dummy-page .content-container {
    /* padding: 18px; */
  }

  .dummy-page .sidebar {
    position: static;
    width: auto;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 640px) {
  .dummy-page .article-hero {
    padding: 16px;
  }

  .dummy-page .article-body {
    padding: 18px 16px 24px;
  }

  .dummy-page .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
