.cat-vomit-info-block{margin:28px 0;padding:28px 30px;border:1px solid #dce8ed;border-radius:22px;background:#fff}.cat-vomit-info-block h2{margin:0 0 12px;font-size:clamp(25px,3vw,34px)}.cat-vomit-info-block p,.cat-vomit-info-block li{max-width:980px;color:#586f85;line-height:1.55}.cat-vomit-info-block ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;counter-reset:step}.cat-vomit-info-block li{padding:16px;border-radius:14px;background:#f4fafb;counter-increment:step}.cat-vomit-info-block li::before{content:counter(step);display:block;width:28px;height:28px;margin-bottom:10px;border-radius:50%;background:#84943e;color:#fff;font-weight:700;line-height:28px;text-align:center}.cat-vomit-info-block--notice{border-left:5px solid #e75463;background:#fff7f7}@media(max-width:640px){.cat-vomit-info-block{padding:20px}.cat-vomit-info-block ol{grid-template-columns:1fr}}

.symptom-hero--cat-vomit .symptom-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:34px;align-items:stretch}.symptom-hero--cat-vomit .symptom-hero-art{display:flex}.symptom-hero--cat-vomit .symptom-hero-photo-shell{width:100%;min-height:360px;overflow:hidden;border-radius:20px;align-items:stretch}.symptom-hero--cat-vomit .symptom-hero-photo{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}@media(max-width:1120px){.symptom-hero--cat-vomit .symptom-hero-photo-shell{min-height:320px}}@media(max-width:560px){.symptom-hero--cat-vomit .symptom-hero-photo-shell{min-height:230px}.symptom-hero--cat-vomit .symptom-hero-photo{width:100%;height:100%}}

.complaints-page-body {
  background:
    radial-gradient(circle at 12% 0%, rgba(220, 232, 244, 0.58), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(247, 230, 204, 0.48), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #f4f8fc 100%);
}

.cats-services-grid {
  padding-bottom: 20px;
}

/* Animal picker cards use transparent, reduced icons instead of media tiles. */
.cats-service-card-media.cats-service-card-media--animal-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.cats-service-card-media.cats-service-card-media--animal-picker .cats-service-card-image--animal-picker {
  width: 70%;
  height: auto;
  max-height: 70%;
  object-fit: contain;
}

.complaints-page-wrap {
  width: min(100% - 40px, 1280px);
  padding-top: 118px;
  padding-bottom: 72px;
}

.complaints-hero {
  border: 1px solid rgba(215, 229, 240, 0.9);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 60px rgba(168, 188, 210, 0.12);
}

.complaints-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 36px 30px;
}

.complaints-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(222, 233, 244, 0.72), transparent 18%),
    radial-gradient(circle at 80% 22%, rgba(255, 242, 219, 0.48), transparent 16%);
  pointer-events: none;
}

.complaints-hero > * {
  position: relative;
  z-index: 1;
}

.complaints-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: 22px;
}

.complaints-page-title {
  margin: 0;
  color: #372e2d;
  font-size: clamp(36px, 4vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.complaints-page-lead {
  max-width: 470px;
  margin: 26px 0 0;
  color: #425777;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 500;
}

.complaints-hero-decor {
  position: relative;
  min-height: 280px;
}

.complaints-decor {
  position: absolute;
  color: rgba(36, 186, 207, 0.22);
}

.complaints-decor svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.complaints-decor--pet { top: 4%; left: 8%; width: 78px; height: 78px; }
.complaints-decor--heart { top: 6%; left: 38%; width: 96px; height: 96px; }
.complaints-decor--stetho { top: 0; right: 26%; width: 94px; height: 94px; }
.complaints-decor--kit { top: 36%; left: 10%; width: 98px; height: 98px; transform: rotate(-18deg); }
.complaints-decor--paw { top: 43%; left: 42%; width: 76px; height: 76px; }
.complaints-decor--thermo { right: 36%; bottom: 10%; width: 76px; height: 76px; transform: rotate(38deg); }
.complaints-decor--bone { top: 8%; right: 8%; width: 88px; height: 88px; transform: rotate(32deg); }
.complaints-decor--syringe { right: 0; bottom: 8%; width: 72px; height: 72px; transform: rotate(-18deg); }

.complaints-catalog {
  margin-top: 34px;
}

.complaints-section-head {
  margin-bottom: 18px;
}

.complaints-section-title {
  margin: 0;
  color: #372e2d;
  font-size: clamp(24px, 2.4vw, 28px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
}

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

.complaint-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 252px;
  padding: 26px 24px 22px;
  border: 1px solid rgba(217, 229, 239, 0.98);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 38px rgba(171, 190, 209, 0.12);
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.complaint-card:hover,
.complaint-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(22, 170, 193, 0.32);
  box-shadow: 0 18px 46px rgba(160, 183, 205, 0.16);
}

.complaint-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #f6fdb8;
  color: #7b8646;
}

.complaint-card-icon svg, .complaint-card-icon img {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.complaint-card-title {
  margin: 20px 0 0;
  color: #372e2d;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.complaint-card-text {
  margin: 14px 0 0;
  color: #536b8a;
  font-size: 16px;
  line-height: 1.45;
}

.complaint-card-arrow {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #7b8646;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.complaint-card--help {
  cursor: pointer;
}

.doctor-profile-note-button.complaint-card-help-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: auto;
  padding: 0 24px;
  align-self: flex-start;
  border: 1px solid #372e2d;
  border-radius: 18px;
  background: #ffffff;
  color: #372e2d;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.complaint-card--help:hover .complaint-card-help-button,
.complaint-card--help:focus-visible .complaint-card-help-button {
  transform: translateY(-2px);
  background: #fafdff;
  border-color: #372e2d;
  box-shadow: 0 10px 20px rgba(55, 46, 45, 0.12);
}

.complaint-detail-body {
  background:
          radial-gradient(circle at 12% 0%, rgba(220, 232, 244, 0.58), transparent 24%),
          radial-gradient(circle at 88% 8%, rgba(247, 230, 204, 0.48), transparent 24%),
          linear-gradient(180deg, #f7fbff 0%, #f4f8fc 100%);
}

.complaint-detail-wrap {
  width: min(100% - 40px, 1280px);
  padding-top: 118px;
  padding-bottom: 72px;
}

.complaint-detail-hero,
.animal-picker-shell,
.vomit-note-bar,
.vomit-animal-section,
.vomit-warning,
.vomit-next {
  border: 1px solid rgba(215, 229, 240, 0.9);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 20px 60px rgba(168, 188, 210, 0.12);
}

.complaint-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 22px 34px 28px;
}

.complaint-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
          radial-gradient(circle at 14% 16%, rgba(222, 233, 244, 0.72), transparent 18%),
          radial-gradient(circle at 82% 16%, rgba(255, 242, 219, 0.44), transparent 17%);
  pointer-events: none;
}

.complaint-detail-hero > * {
  position: relative;
  z-index: 1;
}

.complaint-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 18px;
}

.complaint-detail-hero .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.complaint-detail-title {
  margin: 0;
  color: #372e2d;
  font-size: clamp(44px, 4.3vw, 58px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.complaint-detail-lead {
  max-width: 520px;
  margin: 18px 0 0;
  color: #425777;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.complaint-detail-hero-decor {
  position: relative;
  min-height: 210px;
}

.complaint-detail-decor {
  position: absolute;
  color: rgba(36, 186, 207, 0.18);
}

.complaint-detail-decor svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.complaint-detail-decor--paw-one { top: 6%; left: 8%; width: 68px; height: 68px; }
.complaint-detail-decor--paw-two { top: 24%; left: 26%; width: 84px; height: 84px; }
.complaint-detail-decor--stetho { top: 0; left: 52%; width: 88px; height: 88px; }
.complaint-detail-decor--clip { top: 8%; right: 8%; width: 84px; height: 84px; transform: rotate(-8deg); }
.complaint-detail-decor--heart { right: 18%; bottom: 20%; width: 76px; height: 76px; }
.complaint-detail-decor--kit { left: 34%; bottom: 6%; width: 92px; height: 92px; transform: rotate(-8deg); }
.complaint-detail-decor--plus { right: 34%; bottom: 16%; width: 52px; height: 52px; }

.animal-picker {
  margin-top: 16px;
}

.animal-picker-shell {
  padding: 18px 20px 16px;
}

.animal-picker-title {
  padding: 0 40px;
  margin: 0 0 14px;
  color: #372e2d;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.animal-picker-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
}

.animal-picker-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 104px;
  padding: 12px 10px;
  border-right: 1px solid rgba(219, 230, 240, 0.95);
  color: #372e2d;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.animal-picker-chip:last-child {
  border-right: 0;
}

.animal-picker-chip:hover,
.animal-picker-chip:focus-visible,
.animal-picker-chip.is-active {
  color: #15a2bb;
  background: rgba(241, 250, 253, 0.82);
}

.animal-picker-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f2fbfd 0%, #e8f5fb 100%);
}

.animal-picker-icon img,
.animal-picker-icon svg {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.animal-picker-icon svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.animal-picker-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.vomit-note-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 14px 18px;
}

.vomit-note-copy {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.vomit-note-copy p {
  margin: 0;
  color: #506781;
  font-size: 14px;
  line-height: 1.45;
}

.vomit-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(23, 167, 190, 0.34);
  color: #17a7be;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.vomit-note-button,
.vomit-warning-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(23, 167, 190, 0.34);
  border-radius: 14px;
  background: #ffffff;
  color: #138ea2;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vomit-note-button:hover,
.vomit-note-button:focus-visible,
.vomit-warning-button:hover,
.vomit-warning-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(19, 142, 162, 0.12);
  border-color: rgba(23, 167, 190, 0.44);
}

.vomit-sections {
  display: grid;
  gap: 18px;
  margin-top: 16px;
}

.vomit-animal-section {
  padding: 16px 18px 18px;
  scroll-margin-top: 110px;
}

.vomit-animal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.vomit-animal-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vomit-animal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f2fbfd 0%, #e8f5fb 100%);
  overflow: hidden;
}

.vomit-animal-icon img,
.vomit-animal-icon svg {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.vomit-animal-icon svg {
  stroke: #14a4bc;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vomit-animal-title {
  margin: 0;
  color: #1b3964;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 700;
}

.vomit-animal-tag {
  color: #48698c;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.vomit-animal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vomit-card {
  display: flex;
  flex-direction: column;
  min-height: 126px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(217, 229, 239, 0.98);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vomit-card:hover,
.vomit-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(22, 170, 193, 0.32);
  box-shadow: 0 14px 30px rgba(160, 183, 205, 0.14);
}

.vomit-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #eef9fc;
}

.vomit-card-icon img,
.vomit-card-icon svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.vomit-card-icon svg {
  stroke: #f1dcdf;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vomit-card-title {
  margin: 0;
  color: #1c3b67;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.vomit-card-text {
  margin: 6px 0 0;
  color: #56708f;
  font-size: 14px;
  line-height: 1.42;
}

.vomit-card-arrow {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 28px;
  height: 28px;
  color: #17aac4;
  font-size: 20px;
  font-weight: 700;
}

.vomit-more-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1899b1;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.vomit-more-button::after {
  content: "⌄";
  font-size: 14px;
  transition: transform 0.2s ease;
}

.vomit-more-button.is-open::after {
  transform: rotate(180deg);
}

.vomit-warning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 18px 20px;
}

.vomit-warning-copy {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vomit-warning-copy p {
  margin: 0;
  color: #49627f;
  font-size: 18px;
  line-height: 1.45;
}

.vomit-warning-copy strong {
  color: #372e2d;
}

.vomit-warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: #7b8646;
  color: #fff;
  flex-shrink: 0;
}

.vomit-warning-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vomit-warning-button {
  min-height: 54px;
  padding-inline: 28px;
  border-radius: 16px;
  background: #372e2d;
  border-color: #372e2d;
  color: #fff;
  box-shadow: 0 14px 30px rgba(55, 46, 45, 0.24);
}

.vomit-warning-button:hover,
.vomit-warning-button:focus-visible {
  background: #f2a2ae;
  border-color: #f2a2ae;
  color: #fff;
  box-shadow: 0 14px 30px rgba(242, 162, 174, 0.28);
}

.vomit-next {
  margin-top: 18px;
  padding: 18px 20px 22px;
}

.vomit-next-title {
  margin: 0 0 16px;
  color: #372e2d;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 700;
}

.vomit-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vomit-next-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 116px;
  padding: 16px;
  border-radius: 20px;
  background: #f8f0f1;
  box-shadow: inset 0 0 0 1px rgba(222, 232, 240, 0.9);
}

.vomit-next-card p {
  margin: 0;
  color: #486280;
  font-size: 15px;
  line-height: 1.45;
}

.vomit-next-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #372e2d;
  color: #ffffff;
  flex-shrink: 0;
}

.vomit-next-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vomit-next-card--illustration {
  justify-content: center;
  padding: 8px;
}

.vomit-next-card--illustration img {
  max-height: 140px;
  object-fit: contain;
}

[hidden].vomit-card-hidden {
  display: none !important;
}

.symptom-article-body {
  background:
          radial-gradient(circle at 12% 0%, rgba(220, 232, 244, 0.58), transparent 24%),
          radial-gradient(circle at 88% 8%, rgba(247, 230, 204, 0.48), transparent 24%),
          linear-gradient(180deg, #f7fbff 0%, #f4f8fc 100%);
}

.symptom-article-wrap {
  width: min(100% - 40px, 1280px);
  padding-top: 118px;
  padding-bottom: 72px;
}

.symptom-hero,
.symptom-surface,
.symptom-sidebar-card,
.symptom-cta-bar,
.symptom-anchor-nav {
  border: 1px solid rgba(215, 229, 240, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 60px rgba(168, 188, 210, 0.12);
}

.symptom-hero {
  padding: 18px 28px 24px;
}

.symptom-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.92fr) 280px;
  gap: 20px;
  align-items: end;
  margin-top: 16px;
}

/*.symptom-hero-grid:has(.symptom-help-card) {*/
/*  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.92fr) 280px;*/
/*}*/

.symptom-hero-copy,
.symptom-hero-art,
.symptom-help-card {
  align-self: end;
}

.symptom-title {
  margin: 0;
  color: #372e2d;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.symptom-tag {
  margin-top: 12px;
  color: #7b8646;
  font-size: 24px;
  font-weight: 700;
}

.symptom-lead {
  margin: 22px 0 0;
  max-width: 560px;
  color: #425777;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.symptom-hero-photo-shell {
  display: flex;
  justify-content: center;
  align-items: end;
  min-height: 290px;
}

.symptom-hero-photo {
  display: block;
  width: min(100%, 460px);
  object-fit: contain;
}

.symptom-hero-grid:has(.symptom-help-card) .symptom-hero-photo {
  width: min(100%, 360px);
}

.symptom-help-card {
  padding: 26px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  border: 1px solid rgba(225, 236, 244, 0.9);
}

.symptom-help-card h2,
.symptom-sidebar-card h2,
.symptom-surface h2,
.symptom-cta-copy h2 {
  margin: 0;
  color: #372e2d;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.symptom-help-card p,
.symptom-sidebar-card p,
.symptom-surface p,
.symptom-cta-copy p,
.symptom-sidebar-nav a,
.symptom-anchor-nav a,
.symptom-article-link span,
.symptom-list,
.symptom-avoid-item,
.symptom-feature-card p,
.symptom-product-item small {
  color: #4c6482;
  font-size: 16px;
  line-height: 1.65;
}

.symptom-help-card p {
  margin: 16px 0 0;
}

.symptom-help-button,
.symptom-sidebar-help-button,
.symptom-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f1dcdf 0%, #f1dcdf 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(38, 168, 193, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.symptom-sidebar-help-button {
  background: #f2a2ae;
  box-shadow: 0 16px 28px rgba(242, 162, 174, 0.24);
}

.symptom-help-button:hover,
.symptom-help-button:focus-visible,
.symptom-sidebar-help-button:hover,
.symptom-sidebar-help-button:focus-visible,
.symptom-cta-button:hover,
.symptom-cta-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(38, 168, 193, 0.28);
}

.symptom-sidebar-help-button:hover,
.symptom-sidebar-help-button:focus-visible {
  box-shadow: 0 18px 32px rgba(242, 162, 174, 0.42);
}

.symptom-help-button {
  margin-top: 20px;
  background: #372e2d;
  box-shadow: 0 16px 28px rgba(55, 46, 45, 0.22);
}

.symptom-help-button:hover,
.symptom-help-button:focus-visible {
  background: #f2a2ae;
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(242, 162, 174, 0.28);
}

.symptom-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 14px;
  padding: 16px 22px;
}

.symptom-anchor-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #247da0;
}

.symptom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 288px;
  gap: 18px;
  align-items: start;
  margin-top: 14px;
}

.symptom-main {
  display: grid;
  gap: 16px;
}

.symptom-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 16px;
}

.symptom-surface,
.symptom-sidebar-card {
  padding: 18px 20px;
}

.symptom-info-line {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(126, 207, 225, 0.45);
  border-radius: 12px;
  background: rgba(239, 250, 255, 0.86);
}

.symptom-info-line p,
.symptom-blue-note p,
.symptom-alert-box h3,
.symptom-products-card h3,
.symptom-mini-card h3 {
  margin: 0;
}

.symptom-info-icon,
.symptom-blue-note-icon,
.symptom-cta-icon,
.symptom-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.symptom-info-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(23, 167, 190, 0.34);
  color: #17a7be;
  font-size: 14px;
  font-weight: 700;
}

.symptom-surface-split,
.symptom-surface-home,
.symptom-surface-treatment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 20px;
  align-items: start;
}

.symptom-doctor-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
}

.symptom-surface-split:not(:has(.symptom-mini-card)),
.symptom-surface-split > div:only-child,
.symptom-surface-treatment:not(:has(.symptom-blue-note)),
.symptom-surface-treatment > div:only-child,
.symptom-doctor-body:not(:has(.symptom-side-photo)),
.symptom-doctor-body > div:only-child {
  grid-template-columns: 1fr;
  grid-column: 1 / -1;
}

.symptom-surface-home {
  grid-template-columns: minmax(0, 1fr) 380px;
}

.symptom-mini-card,
.symptom-products-card,
.symptom-blue-note {
  padding: 18px;
  border-radius: 18px;
  background: #f9fcff;
  border: 1px solid rgba(220, 232, 243, 0.9);
}

.symptom-mini-card,
.symptom-blue-note,
.symptom-prevention-item {
  background: #f8f0f1;
  border-color: #f2a2ae;
}

.symptom-products-card {
  padding: 20px 16px;
}

.symptom-list {
  margin: 16px 0 0;
  padding-left: 18px;
}

.symptom-list-tight {
  margin-top: 12px;
}

.symptom-feature-row,
.symptom-prevention-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.symptom-feature-card,
.symptom-prevention-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f8fcff;
  border: 1px solid rgba(220, 232, 243, 0.9);
}

.symptom-feature-card--photo {
  width: 100%;
  text-align: left;
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.symptom-feature-card--photo:hover,
.symptom-feature-card--photo:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(168, 188, 210, 0.18);
  border-color: rgba(43, 137, 175, 0.26);
}

.symptom-feature-card p,
.symptom-prevention-item p {
  margin: 0;
  font-weight: 600;
  line-height: 1.45;
}

.symptom-feature-photo,
.symptom-feature-icon,
.symptom-prevention-item span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #eefaff 0%, #e6f5fb 100%);
  color: #1da5bc;
  font-size: 20px;
}

.symptom-feature-photo {
  width: 74px;
  height: 74px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 18px;
  background: #eef8fc;
}

.symptom-feature-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.symptom-alert-box {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(244, 170, 170, 0.56);
  background: rgba(255, 246, 246, 0.95);
}

.symptom-list-danger li::marker,
.symptom-avoid-item::before {
  color: #ef7e7a;
}

.symptom-side-photo {
  position: relative;
}

.symptom-side-photo--carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.symptom-side-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.18);
  transform-origin: center bottom;
}

.symptom-doctor-card {
  width: 100%;
  max-width: 318px;
  border-radius: 18px;
  aspect-ratio: 0.64;
  overflow: hidden;
}


.symptom-side-photo-link {
  position: relative;
  display: block;
  aspect-ratio: 0.64;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #cfeff2 0%, #efcfb7 100%);
}

.symptom-doctor-card-info {
  z-index: 2;
  padding: 12px 12px 10px;
}

.symptom-doctor-card .doctor-name {
  max-width: 152px;
  min-height: 34px;
  font-size: 15px;
  line-height: 1.24;
  font-weight: 500;
}

.symptom-doctor-experience {
  font-size: 12px;
}

.symptom-doctor-card-role {
  min-height: 28px;
  margin: 8px 0 9px;
  font-size: 11px;
  line-height: 1.3;
}

.symptom-doctor-tags {
  margin-bottom: 10px;
}

.symptom-doctor-tags span {
  font-size: 9px;
}

.symptom-doctor-book {
  min-width: 150px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 14px;
}

.symptom-doctor-carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  min-height: 12px;
}

.symptom-doctor-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(24, 55, 97, 0.12);
}

.symptom-doctor-dot.is-active {
  width: 24px;
  border-radius: 999px;
  background: #f1dcdf;
}

.symptom-products-grid,
.symptom-avoid-grid {
  display: grid;
  gap: 12px;
}

.symptom-products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.symptom-product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 14px 6px 12px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(225, 236, 244, 0.9);
  box-sizing: border-box;
}

.symptom-product-item img {
  display: block;
  width: 100%;
  max-width: 86px;
  height: 86px;
  object-fit: contain;
  margin: 0 auto 12px;
}

.symptom-product-item span {
  display: block;
  color: #372e2d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.symptom-product-item small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
  word-break: break-word;
}

.symptom-avoid-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.symptom-avoid-item {
  position: relative;
  padding: 14px 14px 14px 38px;
  border-radius: 14px;
  border: 1px solid rgba(244, 170, 170, 0.56);
  background: rgba(255, 248, 248, 0.95);
  line-height: 1.5;
}

.symptom-avoid-item:only-child {
  grid-column: 1 / -1;
}

.symptom-avoid-item::before {
  content: "✕";
  position: absolute;
  left: 14px;
  top: 14px;
  font-size: 14px;
  font-weight: 700;
}

.symptom-blue-note {
  display: flex;
  gap: 14px;
  align-items: start;
}

.symptom-blue-note-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, #eefaff 0%, #e6f5fb 100%);
  color: #f1dcdf;
  font-size: 20px;
}

.symptom-prevention-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.symptom-prevention-item {
  flex-direction: column;
  align-items: start;
}

.symptom-prevention-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #372e2d;
  color: #ffffff;
}

.symptom-prevention-item span img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.symptom-faq-section {
  margin-top: 12px;
  padding: 26px 20px 20px;
}

.symptom-faq-title {
  margin: 0 0 28px;
  color: #372e2d;
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.symptom-faq-list {
  margin-top: 12px;
  gap: 16px;
}

.symptom-faq-item {
  border-radius: 24px;
}

.symptom-faq-toggle {
  width: 100%;
  min-height: 82px;
  padding: 0 30px;
  border: 0;
  border-radius: 24px;
  background: #f5f5f6;
  color: #1f2834;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.symptom-faq-toggle span:first-child {
  max-width: calc(100% - 68px);
}

.symptom-faq-item .faq-sign {
  color: #1f2834;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.symptom-faq-body {
  margin-top: 12px;
  padding: 28px 30px;
  border-radius: 24px;
  background: #f8f0f1;
  color: #56606a;
  font-size: 17px;
  line-height: 1.55;
}

.symptom-faq-body-note {
  background: #f8f0f1;
}

.symptom-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
}

.symptom-cta-copy {
  display: flex;
  gap: 16px;
  align-items: center;
}

.symptom-cta-copy p {
  margin: 8px 0 0;
}

.symptom-cta-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(180deg, #eefaff 0%, #e6f5fb 100%);
  color: #18a0b8;
  font-size: 24px;
}

.symptom-cta-actions {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.symptom-cta-link {
  color: #2f89af;
  font-size: 15px;
  font-weight: 700;
}

.symptom-sidebar-nav,
.symptom-article-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.symptom-sidebar-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.symptom-sidebar-nav a.is-active {
  background: #f8f0f1;
  color: #f2a2ae;
}

.symptom-article-link {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.symptom-article-link img {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
}

.symptom-article-link span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.symptom-sidebar-help-illustration {
  margin-top: 14px;
  font-size: 48px;
  line-height: 1;
  text-align: right;
}

.symptom-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.symptom-share-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(220, 232, 243, 0.95);
  color: #2f89af;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
}

.is-image-modal-open {
  overflow: hidden;
}

.symptom-image-modal[hidden] {
  display: none;
}

.symptom-image-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.symptom-image-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 25, 44, 0.68);
}

.symptom-image-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), 760px);
  margin: min(8vh, 64px) auto 0;
  padding: 18px 18px 20px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(8, 19, 40, 0.28);
}

.symptom-image-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(242, 248, 252, 0.96);
  color: #372e2d;
  font-size: 28px;
  line-height: 1;
}

.symptom-image-modal-media {
  display: block;
  width: 100%;
  max-height: 72vh;
  border-radius: 18px;
  object-fit: cover;
}

.symptom-image-modal-title {
  margin: 14px 4px 0;
  color: #425777;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

@media (max-width: 1120px) {
  .symptom-hero-grid,
  .symptom-layout,
  .symptom-surface-doctor,
  .symptom-surface-home,
  .symptom-surface-split,
  .symptom-surface-treatment,
  .symptom-cta-bar {
    grid-template-columns: 1fr;
  }

  .symptom-sidebar {
    position: static;
  }

  .symptom-doctor-card {
    max-width: 420px;
    margin: 0 auto;
  }

  .symptom-hero-art {
    order: 3;
  }

  .symptom-help-card {
    order: 2;
  }

  .symptom-cta-actions {
    justify-items: start;
  }
}

@media (max-width: 860px) {
  .symptom-article-wrap {
    width: min(100% - 20px, 1280px);
    padding-top: 96px;
  }

  .symptom-hero,
  .symptom-surface,
  .symptom-sidebar-card,
  .symptom-cta-bar,
  .symptom-anchor-nav {
    border-radius: 24px;
  }

  .symptom-feature-row,
  .symptom-prevention-row,
  .symptom-avoid-grid,
  .symptom-products-grid {
    grid-template-columns: 1fr;
  }

  .symptom-hero {
    padding: 16px 16px 20px;
  }

  .symptom-anchor-nav {
    gap: 12px 18px;
    padding: 14px 16px;
  }

  .symptom-anchor-nav a {
    font-size: 13px;
  }

  .symptom-faq-title {
    margin-bottom: 26px;
    font-size: 36px;
  }

  .symptom-faq-list {
    margin-top: 10px;
  }

  .symptom-faq-toggle {
    min-height: 74px;
    padding: 0 22px;
    font-size: 17px;
  }

  .symptom-faq-body {
    padding: 22px;
  }

  .symptom-doctor-card {
    max-width: 360px;
  }
}

@media (max-width: 560px) {
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .breadcrumbs > *:nth-child(n + 4) {
    display: none;
  }

  .symptom-hero-grid {
    gap: 14px;
  }

  .symptom-hero-art {
    order: 2;
  }

  .symptom-help-card {
    order: 3;
  }

  .symptom-hero-photo-shell {
    min-height: 0;
  }

  .symptom-hero-photo {
    width: min(100%, 270px);
  }

  .symptom-doctor-card {
    max-width: 100%;
  }

  .symptom-doctor-card .doctor-name {
    max-width: 140px;
    font-size: 13px;
  }

  .symptom-doctor-card-role {
    font-size: 9px;
  }

  .symptom-doctor-book {
    min-width: 122px;
    min-height: 36px;
    font-size: 13px;
  }

  .symptom-title {
    font-size: 28px;
  }

  .symptom-tag {
    font-size: 18px;
  }

  .symptom-lead,
  .symptom-help-card p,
  .symptom-sidebar-card p,
  .symptom-surface p,
  .symptom-list,
  .symptom-avoid-item {
    font-size: 15px;
  }

  .symptom-surface,
  .symptom-sidebar-card {
    padding: 16px;
  }

  .symptom-feature-card--photo {
    align-items: center;
  }

  .symptom-feature-photo {
    width: 64px;
    height: 64px;
  }

  .symptom-cta-copy {
    align-items: start;
  }

  .symptom-faq-section {
    padding: 18px 16px 16px;
  }

  .symptom-faq-title {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .symptom-faq-list {
    margin-top: 12px;
    gap: 12px;
  }

  .symptom-faq-toggle {
    min-height: 64px;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 15px;
  }

  .symptom-faq-item .faq-sign {
    font-size: 28px;
  }

  .symptom-faq-body {
    margin-top: 8px;
    padding: 18px;
    border-radius: 20px;
    font-size: 15px;
  }

  .symptom-sidebar-help {
    margin-bottom: 60px;
  }
}

@media (max-width: 1180px) {
  .complaint-detail-wrap {
    width: min(100% - 28px, 1280px);
  }

  .complaint-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .animal-picker-grid,
  .vomit-animal-grid,
  .vomit-next-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vomit-next-card--illustration {
    grid-column: span 3;
  }
}

@media (max-width: 900px) {
  .complaint-detail-wrap {
    padding-top: 106px;
    padding-bottom: 96px;
  }

  .complaint-detail-hero,
  .animal-picker-shell,
  .vomit-note-bar,
  .vomit-animal-section,
  .vomit-warning,
  .vomit-next {
    border-radius: 24px;
  }

  .complaint-detail-hero {
    padding: 22px 18px 24px;
  }

  .complaint-detail-title {
    font-size: clamp(34px, 9vw, 46px);
  }

  .complaint-detail-lead {
    font-size: 16px;
  }

  .animal-picker-grid,
  .vomit-animal-grid,
  .vomit-next-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vomit-note-bar,
  .vomit-warning {
    flex-direction: column;
    align-items: stretch;
  }

  .vomit-note-button,
  .vomit-warning-button {
    width: 100%;
  }

  .vomit-next-card--illustration {
    grid-column: span 2;
  }
}

@media (max-width: 560px) {
  .complaint-detail-wrap {
    width: min(100% - 20px, 1280px);
    padding-top: 94px;
    padding-bottom: 176px;
  }

  .complaint-detail-hero .breadcrumbs {
    display: flex;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .complaint-detail-hero-decor {
    display: none;
  }

  .animal-picker-grid,
  .vomit-animal-grid,
  .vomit-next-grid {
    grid-template-columns: 1fr;
  }

  .animal-picker-chip {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(219, 230, 240, 0.95);
  }

  .animal-picker-chip:last-child {
    border-bottom: 0;
  }

  .vomit-animal-head,
  .vomit-animal-title-wrap,
  .vomit-warning-copy,
  .vomit-next-card {
    align-items: flex-start;
  }

  .vomit-animal-head {
    flex-direction: column;
  }

  .vomit-next-card--illustration {
    grid-column: auto;
  }
}

@media (max-width: 1180px) {
  .complaints-page-wrap {
    width: min(100% - 28px, 1280px);
  }

  .complaints-hero-grid {
    grid-template-columns: 1fr;
  }

  .complaints-hero-decor {
    min-height: 200px;
  }

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

@media (max-width: 900px) {
  .complaints-page-wrap {
    padding-top: 106px;
    padding-bottom: 96px;
  }

  .complaints-hero {
    padding: 22px 18px 24px;
    border-radius: 24px;
  }

  .complaints-page-title {
    font-size: clamp(34px, 9vw, 46px);
  }

  .complaints-page-lead {
    margin-top: 18px;
    font-size: 18px;
  }

  .complaints-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .complaint-card {
    min-height: 224px;
    padding: 22px 18px 18px;
  }

  .complaint-card-icon {
    width: 64px;
    height: 64px;
  }

  .complaint-card-title {
    font-size: 24px;
  }

  .complaint-card-text {
    font-size: 16px;
  }

  .doctor-profile-note-button.complaint-card-help-button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 15px;
  }

}

@media (max-width: 560px) {
  .complaints-page-wrap {
    width: min(100% - 20px, 1280px);
    padding-top: 94px;
    padding-bottom: 176px;
  }

  .complaints-hero-grid {
    gap: 8px;
  }

  .complaints-hero-decor {
    display: none;
  }

  .complaints-grid {
    grid-template-columns: 1fr;
  }

  .complaint-card--help {
    min-height: auto;
    padding-top: 22px;
  }

  .complaint-card--help .complaint-card-icon {
    display: none;
  }

  .complaint-card--help .complaint-card-title {
    margin-top: 0;
  }

  .complaint-card--help {
    margin-bottom: 60px;
  }

  .doctor-profile-note-button.complaint-card-help-button {
    margin-top: 18px;
    width: 100%;
    align-self: stretch;
    text-align: center;
  }

}

/* Active state for animal selection cards */
.cats-service-card.is-active {
  border-color: #15a2bb !important;
  background: rgba(241, 250, 253, 0.82) !important;
}

.cats-service-card.is-active .cats-service-card-arrow {
  background: #15a2bb !important;
  color: #ffffff !important;
}

/* Section "Похожие жалобы" */
.symptom-related-section {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--line-color, #e8e3df);
}

.symptom-related-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--color-text-main, #1a202c);
  margin-bottom: 28px;
  letter-spacing: -0.04em;
}

.symptom-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.symptom-related-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--line-color, #e8e3df);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.symptom-related-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

.symptom-related-media {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f4f8fb;
}

.symptom-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.symptom-related-card:hover .symptom-related-media img {
  transform: scale(1.04);
}

.symptom-related-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.symptom-related-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-main, #1a202c);
  margin: 0 0 8px;
  line-height: 1.3;
}

.symptom-related-body p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-muted, #718096);
  margin: 0;
}

@media (max-width: 991px) {
  .symptom-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .symptom-related-grid {
    grid-template-columns: 1fr;
  }

  .symptom-related-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

/* Emergency warning for the vomiting symptom cluster. */
.vomit-emergency {
  margin: 18px 0;
  padding: 24px 28px;
  border: 1px solid #f3b5bb;
  border-left: 5px solid #e75463;
  border-radius: 20px;
  background: #fff6f6;
  color: #372e2d;
}

.vomit-emergency h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
}

.vomit-emergency p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.vomit-emergency ul {
  margin: 12px 0;
  padding-left: 22px;
  columns: 2;
  gap: 32px;
}

.vomit-emergency li {
  margin: 6px 0;
  break-inside: avoid;
  line-height: 1.4;
}

.vomit-emergency-note {
  color: #b3293a;
}

@media (max-width: 640px) {
  .vomit-emergency {
    padding: 20px;
    border-radius: 16px;
  }

  .vomit-emergency ul {
    columns: 1;
  }
}

/* Safe actions before a veterinary visit on the vomiting page. */
.vomit-before-visit {
  margin: 18px 0;
  padding: 24px 28px;
  border: 1px solid #b9dfe2;
  border-left: 5px solid #17a7be;
  border-radius: 20px;
  background: #f4fcfc;
  color: #372e2d;
}

.vomit-before-visit h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
}

.vomit-before-visit p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.vomit-before-visit ul {
  margin: 12px 0;
  padding-left: 22px;
}

.vomit-before-visit li {
  margin: 6px 0;
  line-height: 1.4;
}

.vomit-before-visit-note {
  color: #0c7182;
}

@media (max-width: 640px) {
  .vomit-before-visit {
    padding: 20px;
    border-radius: 16px;
  }
}

/* A calmer, more compact layout for the pre-visit checklist. */
@media (min-width: 641px) {
  .vomit-before-visit {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.5fr);
    column-gap: 34px;
    row-gap: 10px;
    align-items: start;
  }

  .vomit-before-visit h2,
  .vomit-before-visit > p:not(.vomit-before-visit-note),
  .vomit-before-visit-note {
    grid-column: 1;
  }

  .vomit-before-visit ul {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin: 0;
  }
}

.vomit-before-visit h2 {
  font-size: clamp(22px, 2.2vw, 28px);
}

/* Checklist treatment for the pre-visit advice. */
.vomit-before-visit {
  display: block;
  margin: 30px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vomit-before-visit h2 {
  margin-bottom: 6px;
  font-size: clamp(26px, 3vw, 34px);
}

.vomit-before-visit > p:not(.vomit-before-visit-note) {
  color: #66788b;
  font-size: 16px;
}

.vomit-before-visit ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 12px;
  padding: 0;
  list-style: none;
  counter-reset: visit-actions;
}

.vomit-before-visit li {
  position: relative;
  min-height: 72px;
  margin: 0;
  padding: 14px 16px 14px 50px;
  border: 1px solid #d7e9ec;
  border-radius: 14px;
  background: #fff;
  color: #37495a;
}

.vomit-before-visit li::before {
  counter-increment: visit-actions;
  content: counter(visit-actions);
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #dff4f5;
  color: #0e7a8b;
  font-size: 13px;
  font-weight: 700;
}

.vomit-before-visit-note {
  padding: 12px 16px;
  border-left: 3px solid #e75463;
  background: #fff6f6;
  color: #a52d3a;
}

@media (max-width: 640px) {
  .vomit-before-visit ul {
    grid-template-columns: 1fr;
  }
}

/* White surface only for the pre-visit checklist. */
.vomit-before-visit {
  padding: 24px 28px;
  border: 1px solid #dce8ed;
  border-radius: 20px;
  background: #fff;
}

@media (max-width: 640px) {
  .vomit-before-visit {
    padding: 20px;
    border-radius: 16px;
  }
}
.vomit-causes { margin: 34px 0; }
.vomit-causes-head { display:flex; justify-content:space-between; gap:24px; align-items:end; margin-bottom:16px; }
.vomit-causes h2 { margin:0; font-size:clamp(28px,3vw,38px); }
.vomit-causes-head p { max-width:510px; margin:0; color:#66788b; line-height:1.45; }
.vomit-causes-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.vomit-cause-card { min-height:118px; padding:18px; border:1px solid #dde8ed; border-radius:16px; background:#fff; }
.vomit-cause-card h3 { margin:0 0 16px; color:#372e2d; font-size:18px; line-height:1.25; }
.vomit-cause-card a { margin-right:12px; color:#0e7a8b; font-size:14px; font-weight:700; text-decoration:none; }
@media (max-width:760px) { .vomit-causes-head { display:block; } .vomit-causes-head p { margin-top:8px; } .vomit-causes-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:480px) { .vomit-causes-grid { grid-template-columns:1fr; } }
.vomit-cause-card { position:relative; min-height:150px; padding:20px; overflow:hidden; }
.vomit-cause-icon { display:grid; width:38px; height:38px; place-items:center; margin-bottom:18px; border-radius:12px; background:#e9f5f5; color:#167c8a; font-size:24px; font-weight:600; }
.vomit-cause-card:nth-child(2n) .vomit-cause-icon { background:#f8ecee; color:#b54c59; }
.vomit-cause-card:nth-child(3n) .vomit-cause-icon { background:#f1f4df; color:#78853f; }
.vomit-cause-card h3 { margin-bottom:6px; }
.vomit-cause-card p { margin:0; color:#718397; font-size:14px; line-height:1.35; }
.vomit-path { margin:38px 0; padding:28px; border-radius:24px; background:#eef8f8; }
.vomit-path-head { display:flex; justify-content:space-between; gap:24px; align-items:end; margin-bottom:24px; }
.vomit-path h2 { margin:0; font-size:clamp(28px,3vw,38px); }
.vomit-path-head p { max-width:440px; margin:0; color:#66788b; line-height:1.45; }
.vomit-path-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.vomit-path-step { display:block; min-height:150px; padding:18px; border:1px solid #d5e9ea; border-radius:16px; background:#fff; color:#372e2d; text-decoration:none; }
.vomit-path-step span { display:grid; width:28px; height:28px; place-items:center; margin-bottom:22px; border-radius:50%; background:#7d8b43; color:#fff; font-size:13px; font-weight:700; }
.vomit-path-step strong,.vomit-path-step small { display:block; }
.vomit-path-step strong { margin-bottom:6px; font-size:17px; }
.vomit-path-step small { color:#718397; line-height:1.35; }
.vomit-path-links { display:flex; gap:20px; margin-top:18px; }
.vomit-path-links a { color:#0e7a8b; font-weight:700; text-decoration:none; }
.vomit-path-links a::after { content: →; }
@media (max-width:760px) { .vomit-path { padding:20px; } .vomit-path-head { display:block; } .vomit-path-head p { margin-top:8px; } .vomit-path-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:480px) { .vomit-path-grid { grid-template-columns:1fr; } .vomit-path-links { flex-wrap:wrap; } }

/* Dark brown presentation for the diagnostic path. */
.vomit-path {
  background: #372e2d;
  color: #fff;
}
.vomit-path h2,
.vomit-path-head p,
.vomit-path-step,
.vomit-path-step strong,
.vomit-path-step small,
.vomit-path-links a {
  color: #fff;
}
.vomit-path-head p,
.vomit-path-step small {
  color: rgba(255, 255, 255, 0.72);
}
.vomit-path-step {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.vomit-path-step:hover,
.vomit-path-step:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}
.vomit-path-step span {
  background: #a9b85b;
  color: #372e2d;
}
.vomit-path-links a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 4px;
}
.vomit-path .vomit-path-head h2 {
  color: #fff !important;
}
.cat-vomit-urgent,.cat-vomit-compare,.cat-vomit-prep{margin:28px 0;padding:26px 30px;border:1px solid #dce8ed;border-radius:22px;background:#fff}.cat-vomit-urgent{border-left:5px solid #e75463;background:#fff7f7}.cat-vomit-urgent h2,.cat-vomit-compare h2,.cat-vomit-prep h2{margin:0 0 12px;font-size:clamp(25px,3vw,34px)}.cat-vomit-urgent p{max-width:920px;margin:0;color:#586f85;line-height:1.5}.cat-vomit-urgent-button{display:inline-flex;margin-top:18px;padding:13px 20px;border-radius:12px;background:#372e2d;color:#fff;font-weight:700;text-decoration:none}.cat-vomit-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cat-vomit-compare-grid article{padding:18px;border-radius:16px;background:#f4fafb}.cat-vomit-compare-grid article:last-child{background:#fff1f2}.cat-vomit-compare-grid span{font-size:14px;font-weight:700;color:#167c8a}.cat-vomit-compare-grid article:last-child span{color:#b54c59}.cat-vomit-compare-grid h3{margin:8px 0}.cat-vomit-compare-grid p,.cat-vomit-prep li{color:#586f85;line-height:1.45}.cat-vomit-prep ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.cat-vomit-prep li{padding:14px 16px;border:1px solid #dce8ed;border-radius:12px;background:#f9fbfc}@media(max-width:640px){.cat-vomit-urgent,.cat-vomit-compare,.cat-vomit-prep{padding:20px}.cat-vomit-compare-grid,.cat-vomit-prep ul{grid-template-columns:1fr}}
