.ldsp-section,
.ldsp-section * {
  box-sizing: border-box;
}

.ldsp-section {
  position: relative;
  left: 50%;
  width: min(1380px, calc(100vw - 32px));
  margin: 30px 0 34px;
  transform: translateX(-50%);
  color: #173a33;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.ldsp-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 15px;
  text-align: left;
}

.ldsp-kicker {
  display: block;
  margin-bottom: 5px;
  color: #b84f45;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ldsp-title {
  margin: 0;
  color: #173a33;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.ldsp-intro {
  max-width: 760px;
  margin: 8px 0 0;
  color: #60736e;
  font-size: 12px;
  line-height: 1.45;
}

.ldsp-count {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #cbdad5;
  border-radius: 6px;
  background: #f7faf9;
  color: #35534c;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.ldsp-count strong {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #0d6d5c;
  color: #fff;
  font-size: 11px;
}

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

.ldsp-card {
  display: grid;
  grid-template-columns: minmax(250px, 44%) minmax(0, 1fr);
  min-height: 320px;
  overflow: hidden;
  border: 1px solid #cbdad5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(20, 56, 49, .08);
}

.ldsp-media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 320px;
  overflow: hidden;
  background: #dfe9e5;
}

.ldsp-media::after {
  position: absolute;
  inset: 0 auto 0 50%;
  width: 1px;
  background: rgba(255, 255, 255, .72);
  content: "";
}

.ldsp-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: none;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center 18%;
}

.ldsp-number {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: #075548;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 3px 11px rgba(18, 54, 47, .16);
}

.ldsp-image-label {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  padding: 5px 9px;
  border-radius: 6px;
  background: rgba(7, 85, 72, .94);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 4px 11px rgba(15, 46, 40, .18);
}

.ldsp-image-label--before { left: 9px; }

.ldsp-image-label--after {
  right: 9px;
  background: #72da4b;
  color: #173810;
}

.ldsp-review {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 19px 19px 16px;
  text-align: left;
}

.ldsp-review-top {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}

.ldsp-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #b7d5cd;
  border-radius: 50%;
  background: #e4f3ee;
  color: #075548;
  font-size: 12px;
  font-weight: 900;
}

.ldsp-reviewer {
  display: block;
  overflow-wrap: anywhere;
  color: #173a33;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.ldsp-review-meta {
  display: block;
  margin-top: 2px;
  color: #60736e;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.25;
}

.ldsp-clinic {
  padding: 5px 8px;
  border-radius: 6px;
  background: #72da4b;
  color: #173810;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.ldsp-stars {
  margin: 15px 0 9px;
  color: #075548;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 2px;
}

.ldsp-quote {
  margin: 0;
  color: #273d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.44;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.ldsp-translation {
  margin: 7px 0 0;
  color: #60736e;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

.ldsp-card-note {
  margin: auto 0 0;
  padding-top: 13px;
  border-top: 1px solid #e6ece9;
  color: #60736e;
  font-size: 9px;
  line-height: 1.35;
}

.ldsp-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #cbdad5;
  color: #60736e;
  font-size: 10px;
  line-height: 1.4;
}

.ldsp-footer p {
  max-width: 1020px;
  margin: 0;
}

.ldsp-footer a {
  color: #075548;
  font-weight: 850;
  text-underline-offset: 2px;
}

@media (min-width: 1101px) {
  .ldsp-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    justify-self: center;
  }
}

@media (max-width: 1100px) {
  .ldsp-section { width: min(860px, calc(100vw - 28px)); }
  .ldsp-grid { grid-template-columns: 1fr; }
  .ldsp-card { grid-template-columns: minmax(280px, 42%) minmax(0, 1fr); }
}

@media (max-width: 740px) {
  .ldsp-section {
    width: calc(100vw - 24px);
    margin-block: 24px 28px;
  }

  .ldsp-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ldsp-title { font-size: 25px; }
  .ldsp-count { justify-self: start; }

  .ldsp-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(86vw, 420px);
    gap: 11px;
    margin-inline: -2px;
    padding: 0 2px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ldsp-grid::-webkit-scrollbar { display: none; }

  .ldsp-card {
    grid-template-columns: 1fr;
    min-height: 0;
    scroll-snap-align: start;
  }

  .ldsp-media {
    height: min(104vw, 440px);
    min-height: 0;
  }

  .ldsp-review { min-height: 310px; }
  .ldsp-review-top { grid-template-columns: 36px minmax(0, 1fr); }
  .ldsp-clinic { grid-column: 1 / -1; justify-self: start; }
  .ldsp-footer { display: block; }
  .ldsp-footer a { display: inline-block; margin-top: 7px; }
}
