body {
  overflow-x: hidden;
}

.main-nav ul,
.footer-col ul {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sr-header-search {
  padding: 0 0 16px;
}

.sr-header-search[hidden] {
  display: none;
}

.sr-header-search .search-box {
  max-width: 760px;
  margin-left: auto;
}

.entry-content {
  line-height: 1.8;
}

.entry-content img {
  height: auto;
  max-width: 100%;
}

.sr-page-content {
  margin: 34px auto;
  padding: 34px;
}

.sr-notice {
  padding: 18px 20px;
  margin-bottom: 22px;
  border-left: 4px solid #19a86f;
  font-weight: 800;
}

.sr-calculator,
.sr-tools-grid {
  display: grid;
  gap: 22px;
}

.sr-calculator {
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: stretch;
  margin: 24px 0;
}

.sr-calc-form,
.sr-calc-result,
.sr-tool-card {
  border: 1px solid #e7ebf0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(22, 31, 52, .06);
  padding: 24px;
}

.sr-calc-form {
  display: grid;
  gap: 16px;
}

.sr-calc-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: #233047;
}

.sr-calc-form input {
  height: 44px;
  border: 1px solid #d8dee8;
  border-radius: 7px;
  padding: 0 12px;
}

.sr-calc-form button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff4848, #ef3038);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.sr-calc-result {
  background: linear-gradient(135deg, #f6fff8 0%, #ecfff2 100%);
}

.sr-calc-value {
  display: block;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  color: #19a86f;
  margin-bottom: 12px;
}

.sr-tools-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sr-article-content > :first-child {
  margin-top: 0;
}

.article-layout.container {
  width: min(1180px, calc(100% - 56px));
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 42px;
}

.policy-layout.container,
.privacy-hero.container {
  width: min(1120px, calc(100% - 56px));
}

.policy-content {
  min-width: 0;
}

.doctor-grid .doctor-card,
.grid .clinic-card {
  color: inherit;
}

body .how h2,
body .how .step h3 {
  color: #fff;
}

body .cta-content h2 {
  color: #fff;
}

body.single-post .breadcrumb-wrap {
  display: block;
}

body.single-post .breadcrumb-wrap .container.breadcrumb {
  width: min(1180px, calc(100% - 56px));
  max-width: none;
  margin-inline: auto;
}

body.single-post .article-cta h2,
body.single-post .article-cta p {
  color: #fff;
}

body.single-post .sr-article-content h2[id] {
  scroll-margin-top: 96px;
}

body.single-post .side-card.newsletter .newsletter-form {
  display: block;
  height: auto;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

body.single-post .side-card.newsletter .newsletter-form input {
  width: 100%;
  height: 45px;
  border: 1px solid #d8e0ea;
  border-radius: 7px;
  padding: 0 15px;
  margin-bottom: 12px;
  color: #263245;
  background: #fff;
}

body.single-post .side-card.newsletter .newsletter-form button {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #ff3d43;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.sr-contact-section,
.sr-contact-faq,
.sr-kmi-hero,
.sr-kmi-layout {
  width: min(1120px, calc(100% - 56px));
  max-width: none;
}

.sr-contact-hero {
  min-height: 0;
  height: 250px;
}

.sr-contact-hero .hero-grid {
  min-height: 0;
  height: 100%;
  padding: 0;
}

.sr-cf7-card .wpcf7-form {
  display: grid;
  gap: 16px;
}

.sr-cf7-card .wpcf7-form p {
  margin: 0;
}

.sr-cf7-card .wpcf7-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #101828;
  font-size: 13px;
  font-weight: 800;
}

.sr-cf7-card .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance) {
  width: 100%;
  min-height: 42px;
  border: 1px solid #dbe3ec;
  border-radius: 7px;
  padding: 0 12px;
  background: #fff;
}

.sr-cf7-card textarea.wpcf7-form-control {
  min-height: 110px !important;
  padding-top: 12px !important;
}

.sr-cf7-card .wpcf7-submit {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #ff3f46;
  color: #fff;
  font-weight: 900;
  padding: 0 24px;
  cursor: pointer;
}

.sr-kmi-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 28px;
}

.sr-kmi-hero h1 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.1;
}

.sr-kmi-hero p {
  max-width: 560px;
  color: #596476;
  font-size: 16px;
  line-height: 1.75;
}

.sr-kmi-hero img {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 16px 45px rgba(22,31,52,.08);
}

.sr-kmi-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  align-items: start;
  margin-bottom: 28px;
}

.sr-kmi-card,
.sr-kmi-info {
  padding: 24px;
}

.sr-kmi-card .sr-calculator {
  margin: 0;
}

.sr-kmi-info h2 {
  margin: 0 0 16px;
}

.sr-kmi-info ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.sr-kmi-info li {
  padding: 10px 0;
  border-bottom: 1px solid #edf1f5;
}

.sr-kmi-info p {
  color: #596476;
}

.pagination,
.nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.author .hero-grid {
  align-items: start;
  min-height: 0;
  padding: 0;
  position: static;
}

.author .stats-card {
  align-self: start;
}

.author .author-copy p {
  max-width: 440px;
}

@media (max-width: 900px) {
  .sr-calculator,
  .sr-tools-grid,
  .article-layout.container,
  .sr-kmi-hero,
  .sr-kmi-layout {
    grid-template-columns: 1fr;
  }
}
