.listen-reception { padding: 18px 15px 16px; background: #fff; border: 1px solid #e0e9fc; border-radius: 16px; }
.listen-reception__heading { display: flex; align-items: flex-start; gap: 12px; padding: 0 10px 22px; }
.listen-reception__heading > .icon { flex: 0 0 30px; width: 30px; height: 36px; color: #0068ff; }
.listen-reception__heading h2 { margin: 0; color: #08084d; font-size: clamp(21px, 2.5vw, 27px); line-height: 1.25; }
.listen-reception__heading p { color: #7185ad; margin: 6px 0 0; font-size: 17px; }
.listen-reception__heading select { margin-left: auto; min-width: 190px; max-width: 100%; padding: 13px 16px; border: 1px solid #cedcf5; border-radius: 9px; color: #08295e; background: #fff; }
.listen-reception__columns { display: grid; grid-template-columns: 1.06fr 1fr 1.14fr; gap: 14px; align-items: stretch; }
.reception-panel { min-width: 0; display: flex; flex-direction: column; border: 1px solid #e0e9fc; border-radius: 9px; overflow: hidden; }
.reception-panel__heading { display: flex; align-items: center; gap: 14px; padding: 16px; background: #f7faff; }
.reception-panel__heading h3 { color: #08295e; font-size: 20px; line-height: 1.25; margin: 0; }
.reception-panel__heading p { color: #526d9f; font-size: 14px; margin: 4px 0 0; line-height: 1.3; }
.reception-panel__icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; background: #0073ff; color: #fff; border-radius: 50%; }
.reception-panel__icon .icon { width: 29px; height: 29px; }
.reception-panel__body { display: flex; flex-direction: column; gap: 14px; flex: 1; padding: 4px 14px 15px; }
.layout--listen [hidden] { display: none !important; }
.reception-table { margin: 0 4px 20px; }
.reception-table > div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid #e0e9fc; font-size: 16px; line-height: 1.3; }
.reception-table > div:last-child { border: 0; }
.reception-table dt { color: #071758; font-weight: 600; }
.reception-table dd { margin: 0; color: #49689d; text-align: right; }
.reception-table--providers > div { padding: 7px 0; }
.reception-note { margin: auto 0 0; padding: 13px; background: #eff4fe; color: #486394; border-radius: 10px; display: flex; align-items: center; gap: 12px; font-size: 13px; line-height: 1.5; }
.reception-note > span:first-child { flex: 0 0 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #0073ff; color: white; font-size: 20px; font-weight: 700; }
.edition-list { display: grid; gap: 14px; }
.edition-card { position: relative; isolation: isolate; overflow: hidden; border-radius: 12px; color: #fff; padding: 24px 18px 14px; background: linear-gradient(125deg, #2376c7, #0051a8); }
.edition-card__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.edition-card::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, #0759adbb, #03488377); }
.edition-card__main { display: flex; gap: 18px; align-items: center; }
.edition-card__main h3 { color: white; font-size: 20px; line-height: 1.2; margin: 0 0 4px; overflow-wrap: anywhere; }
.edition-card__main p { margin: 0; font-size: 14px; }
.edition-card__play { display: grid; place-items: center; border: 0; border-radius: 50%; flex: 0 0 52px; height: 52px; background: #fff; color: #084d96; cursor: pointer; }
.edition-card__play .icon { width: 25px; height: 25px; }
.edition-card__play[aria-pressed="true"] { box-shadow: 0 0 0 4px #ffffff55; }
.edition-card__controls { display: flex; align-items: center; gap: 10px; margin-top: 18px; border-top: 4px solid #ffffff44; padding-top: 8px; }
.edition-card__controls > span { margin-right: auto; font-size: 11px; }
.edition-card__controls .icon { width: 20px; height: 20px; }
.edition-card__controls input { width: 65px; accent-color: #fff; }
.listen-digital { padding: 22px; border: 1px solid #e0e9fc; }
.listen-digital h2 { color: #0063e5; font-size: 25px; margin: 10px 0 0; }
.listen-digital .providers { grid-template-columns: repeat(7, minmax(0, 1fr)); row-gap: 32px; }
.listen-digital .provider__channel { text-transform: uppercase; color: #0063ff; }
.listen-digital .provider picture { display: flex; align-items: center; justify-content: center; width: 110px; max-width: 100%; height: 40px; }
.listen-digital .provider img { max-width: 100%; max-height: 40px; width: auto; height: auto; object-fit: contain; }
@media (max-width: 850px) {
  .listen-reception__heading { flex-wrap: wrap; }
  .listen-reception__heading select { margin-left: 42px; }
  .listen-reception__columns { grid-template-columns: minmax(0, 1fr); }
  .listen-digital .providers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
  .listen-reception { padding: 14px 10px; }
  .listen-reception__heading { padding-inline: 0; gap: 8px; }
  .listen-reception__heading > div { flex: 1; }
  .listen-reception__heading p { font-size: 15px; }
  .listen-digital .providers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
