/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-lts-podcasts .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.s-lts-podcasts__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.875rem;
}
.s-lts-podcasts__ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-lts-podcasts__ttl {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-lts-podcasts__ttl {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-lts-podcasts__ttl {
    font-size: 3.5rem;
  }
}
.s-lts-podcasts__btns {
  flex-shrink: 0;
}
.s-lts-podcasts__list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (max-width: 61.9375rem) {
  .s-lts-podcasts__head {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2rem;
    margin-bottom: 0.75rem;
  }
  .s-lts-podcasts__ttl {
    font-size: 2.5rem;
  }
  .s-lts-podcasts__btns {
    align-self: flex-end;
  }
}