//  .ad-slot {
//    min-height: 250px;
//  }

//  #results,
//  .calc-results {
//    min-height: 350px;
//  }


//ins.adsbygoogle {
//  min-height: 280px;
//  display: block;
//}

/* SSS Timeline Block */
.timeline-wrapper {
  border-left: 3px solid #dee2e6;
  padding-left: 20px;
  margin: 2rem 0;
}

.timeline-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: -28px;
  margin-top: 6px;
}

.timeline-content {
  padding-left: 10px;
}

/* CTA Box */
.sss-cta-box {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  text-align: center;
}

/* Header */
.site-header,
#nav-main {
  min-height: 72px;
}

.navbar-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.header-actions .btn,
#nav-main .btn {
  white-space: nowrap;
}

#nav-main .navbar-nav {
  flex-wrap: nowrap;
}

body {
  font-family: system-ui, -apple-system, Arial, sans-serif;
}


/* v1.0.0 - 2026-04-30
   Use system fonts instead of external Google Fonts for faster loading.
*/
body,
button,
input,
select,
textarea {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}