.drb-podcasts {
  --dp-ink: #111817;
  --dp-petrol: #0f6a75;
  --dp-deep: #123c41;
  --dp-line: #c9d1ce;
  --dp-mist: #f2f4f1;
  --dp-signal: #d9f4a7;
  max-width: 1440px;
  margin: 0 auto;
  color: var(--dp-ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
}
.drb-podcasts * {
  box-sizing: border-box;
}
body.drb-podcasts-surface footer.elementor-location-footer .e-con-inner {
  width: min(100%, 1140px);
  max-width: 1140px;
}
body.page-id-4270 .page-header {
  display: none;
}
.drb-podcasts__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  border: 1px solid var(--dp-line);
}
.drb-podcasts__hero > div {
  padding: clamp(38px, 7vw, 90px);
}
.drb-podcasts__hero h1 {
  max-width: 800px;
  margin: 0 0 26px;
  font-size: clamp(48px, 7vw, 94px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}
.drb-podcasts__hero p {
  max-width: 700px;
  font-size: 19px;
  line-height: 1.55;
}
.drb-podcasts__hero aside {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(32px, 6vw, 72px);
  color: #fff;
  background: linear-gradient(145deg, var(--dp-deep), var(--dp-petrol));
}
.drb-podcasts__hero aside strong {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.06em;
}
.drb-podcasts__hero aside span {
  max-width: 440px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 19px;
}
.drb-podcasts__eyebrow {
  margin: 0 0 14px !important;
  color: var(--dp-petrol);
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.drb-podcasts__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  margin-top: 22px;
  padding: 14px 20px;
  border: 1px solid var(--dp-deep);
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--dp-deep);
  font-weight: 800;
  text-decoration: none !important;
}
.drb-podcasts__manifest {
  display: grid;
  grid-template-columns: 190px 1fr 1.3fr;
  gap: 30px;
  padding: clamp(36px, 6vw, 76px);
  border: 1px solid var(--dp-line);
  border-top: 0;
}
.drb-podcasts__manifest h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.drb-podcasts__manifest > p:last-child {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}
.drb-podcasts__review-zone {
  border: 1px solid var(--dp-deep);
  border-top: 0;
  background: var(--dp-deep);
}
.drb-podcasts__review-zone > header {
  display: grid;
  grid-template-columns: 160px minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(30px, 5vw, 58px);
  color: #fff;
}
.drb-podcasts__review-zone > header .drb-podcasts__eyebrow {
  color: var(--dp-signal);
}
.drb-podcasts__review-zone > header h2,
.drb-podcasts__review-zone > header p {
  margin: 0;
}
.drb-podcasts__review-zone > header h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.drb-podcasts__review-zone > header > p:last-child {
  font-size: 17px;
  line-height: 1.55;
}
.drb-podcasts__review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--dp-line);
}
.drb-podcasts__review {
  min-width: 0;
  border-top: 1px solid var(--dp-line);
  background: var(--dp-mist);
}
.drb-podcasts__review .drb-podcasts__eyebrow {
  color: var(--dp-deep);
}
.drb-podcasts__episodes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--dp-line);
  border-top: 0;
  background: var(--dp-line);
}
.drb-podcasts__episodes.has-previews {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.drb-podcasts__episode.is-preview {
  min-width: 0;
}
.drb-podcasts__episode,
.drb-podcasts__empty {
  padding: clamp(28px, 5vw, 58px);
  background: #fff;
}
.drb-podcasts__episode {
  position: relative;
  padding-bottom: max(clamp(28px, 5vw, 58px), 52px);
}
.drb-podcasts__episode-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.drb-podcasts__episode h2,
.drb-podcasts__empty h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.drb-podcasts__episode > p {
  font-size: 17px;
  line-height: 1.55;
}
.drb-podcasts__episode .mejs-container {
  margin: 28px 0;
  background: var(--dp-deep);
}
.drb-podcasts__episode audio {
  display: block;
  width: 100%;
  height: 42px;
  margin: 28px 0;
}
.drb-podcasts__share {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--dp-deep);
  border-radius: 0 !important;
  color: var(--dp-deep);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.drb-podcasts__share:hover,
.drb-podcasts__share:focus-visible {
  color: #fff;
  background: var(--dp-deep);
}
.drb-podcasts__ai-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #a8adb0;
  border-radius: 50%;
  color: #858b8e;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: help;
}
.drb-podcasts__episode details {
  margin-top: 25px;
  border-top: 1px solid var(--dp-line);
}
.drb-podcasts__episode summary {
  padding: 18px 0;
  font-weight: 800;
  cursor: pointer;
}
.drb-podcasts__details {
  padding: 0 0 24px;
  line-height: 1.6;
}
.drb-podcasts__details a {
  overflow-wrap: anywhere;
  color: var(--dp-petrol);
}
.drb-podcasts__contact {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 36px;
  align-items: end;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid var(--dp-deep);
  border-top: 0;
  background: var(--dp-signal);
}
.drb-podcasts__contact h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.drb-podcasts__contact p:not(.drb-podcasts__eyebrow) {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}
.drb-podcasts__contact .drb-podcasts__button {
  justify-content: center;
  text-align: center;
}
.drb-podcasts__boundary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 28px clamp(26px, 5vw, 60px);
  color: #fff;
  background: var(--dp-deep);
}
@media (max-width: 900px) {
  .drb-podcasts__hero,
  .drb-podcasts__manifest,
  .drb-podcasts__episodes,
  .drb-podcasts__episodes.has-previews,
  .drb-podcasts__review-zone > header,
  .drb-podcasts__review-grid {
    grid-template-columns: 1fr;
  }
  .drb-podcasts__hero h1 {
    font-size: clamp(44px, 12vw, 68px);
  }
  .drb-podcasts__hero aside {
    min-height: 280px;
  }
  .drb-podcasts__manifest {
    gap: 18px;
  }
  .drb-podcasts__boundary {
    grid-template-columns: 1fr;
  }
  .drb-podcasts__contact {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .drb-podcasts__episode,
  .drb-podcasts__empty {
    padding: 28px 22px;
  }
}
