:root {
  --geo-primary: #8c242d;
  --geo-primary-dark: #641820;
  --geo-text: #2d2926;
  --geo-muted: #6f6863;
  --geo-border: #e6ded8;
  --geo-surface: #faf7f4;
}

h2.title,
h3.name {
  margin-top: 0;
  margin-bottom: 0;
  font: inherit;
}

.geo-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.geo-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.geo-main {
  box-sizing: border-box;
  width: min(1200px, calc(100% - 40px));
  margin: 32px auto 56px;
  color: var(--geo-text);
}

.geo-directory__header h1,
.geo-doctor-heading,
.bz_jjp h1 {
  margin: 0 0 12px;
  color: var(--geo-primary-dark);
  font-size: 32px;
  line-height: 1.35;
}

.geo-directory__header p,
.geo-empty {
  color: var(--geo-muted);
  line-height: 1.8;
}

.geo-directory__search {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
  padding: 20px;
  border: 1px solid var(--geo-border);
  background: var(--geo-surface);
}

.geo-directory__search input {
  flex: 1;
  min-width: 220px;
  padding: 10px 12px;
  border: 1px solid var(--geo-border);
}

.geo-directory__search button {
  padding: 10px 24px;
  border: 0;
  color: #fff;
  background: var(--geo-primary);
  cursor: pointer;
}

.geo-directory__section,
.geo-department-physicians {
  margin-top: 36px;
}

.geo-directory__section > h2,
.geo-department-physicians > h2,
.geo-peer-physicians > h2,
.geo-faq > h2,
.geo-related > h2,
.geo-disease-content > h2 {
  margin: 0 0 20px;
  padding-left: 12px;
  border-left: 4px solid var(--geo-primary);
  color: var(--geo-primary-dark);
  font-size: 24px;
}

.geo-peer-physicians {
  margin-top: 36px;
}

.geo-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.geo-physician-card {
  padding: 18px;
  border: 1px solid var(--geo-border);
  border-radius: 4px;
  background: #fff;
}

.geo-physician-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.geo-physician-card h3 {
  margin: 14px 0 6px;
  color: var(--geo-primary-dark);
  font-size: 20px;
}

.geo-physician-card p {
  margin: 8px 0 0;
  color: var(--geo-muted);
  line-height: 1.65;
}

.geo-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.geo-link-grid a {
  display: block;
  padding: 12px 16px;
  border: 1px solid var(--geo-border);
  color: var(--geo-text);
  text-align: center;
  background: #fff;
}

.geo-summary,
.geo-author,
.geo-medical-disclaimer {
  box-sizing: border-box;
  margin: 22px 0;
  padding: 16px 20px;
  border-left: 4px solid var(--geo-primary);
  background: var(--geo-surface);
  line-height: 1.8;
}

.geo-faq,
.geo-related {
  box-sizing: border-box;
  margin-top: 36px;
  padding-top: 4px;
}

body > .geo-faq {
  width: min(1200px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.geo-faq__item {
  padding: 18px 0;
  border-bottom: 1px solid var(--geo-border);
}

.geo-faq__item h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.geo-faq__item p,
.geo-related li {
  line-height: 1.8;
}

.geo-related ul,
.geo-credential-list {
  padding-left: 24px;
  line-height: 1.9;
}

.geo-medical-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--geo-border);
  border-left: 1px solid var(--geo-border);
}

.geo-medical-facts__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  border-right: 1px solid var(--geo-border);
  border-bottom: 1px solid var(--geo-border);
}

.geo-medical-facts dt,
.geo-medical-facts dd {
  margin: 0;
  padding: 12px;
  line-height: 1.6;
}

.geo-medical-facts dt {
  font-weight: 700;
  background: var(--geo-surface);
}

@media (max-width: 900px) {
  .geo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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