/* DirectPlayer V6.8 — finition demandée : player bleu, fiche radio affinée, aucun trait noir parasite. */
:root{--dp-player-accent:#2b5f91;--dp-player-accent-dark:#214c77;--dp-player-accent-soft:#dce9f5}

/* Player : même structure validée, palette DirectPlayer et séparation discrète. */
.dp-player.dp-player-reference{
  border-top:0!important;
  box-shadow:0 -10px 34px rgba(18,40,65,.10)!important;
  background:#fff!important;
}
.dp-player-reference .dp-player-reference-shell{background:#fff!important}
.dp-player-reference .player-play{background:var(--dp-player-accent)!important;color:#fff!important}
.dp-player-reference .player-play:hover:not(:disabled){background:var(--dp-player-accent-dark)!important}
.dp-player-reference .player-signal-dot{background:#b8cee1!important;box-shadow:0 0 0 2px rgba(43,95,145,.05)!important}
.dp-player-reference[data-state="playing"] .player-signal-dot{background:var(--dp-player-accent)!important;box-shadow:0 0 0 3px rgba(43,95,145,.10)!important}
.dp-player-reference .player-volume,.dp-player-reference .player-volume svg{color:var(--dp-player-accent)!important}
.dp-player-reference .player-volume input{accent-color:var(--dp-player-accent)!important}
.dp-player-reference .player-volume input::-webkit-slider-thumb{background:var(--dp-player-accent)!important}
.dp-player-reference .player-volume input::-moz-range-progress,.dp-player-reference .player-volume input::-moz-range-thumb{background:var(--dp-player-accent)!important}
.dp-player-reference .player-visual-card{border-top:0!important}
.dp-player-reference .player-visuals{border-top:0!important;background:#f8fafc!important}
.dp-player-reference .retry-player{background:#edf4fa!important;color:#2b5f91!important}
.dp-player-reference .player-share-grid button:hover,.dp-player-reference .player-copy-link:hover{background:#edf4fa!important;border-color:#cdddeb!important;color:#214c77!important}

/* Fiches radio : conserver la couverture, mais la laisser davantage respirer. */
.radio-page-hero.has-radio-cover .radio-page-backdrop:after{
  backdrop-filter:blur(9px)!important;
  background:linear-gradient(90deg,rgba(6,18,31,.69) 0%,rgba(6,18,31,.47) 48%,rgba(6,18,31,.20) 100%)!important;
}
.radio-page-backdrop{transform:scale(1.025)!important}
.radio-page-copy .detail-actions .button,
.radio-page-copy .station-site-link{border-radius:10px!important;box-shadow:none!important}
.radio-page-copy .detail-actions .button.primary{background:#fff!important;color:#183b5f!important;border-color:#fff!important}
.radio-page-copy .detail-actions .button.primary:hover{background:#edf3f8!important}
.radio-page-copy .detail-actions .button.ghost,
.station-site-link{background:rgba(15,39,63,.26)!important;border-color:rgba(255,255,255,.30)!important;color:#fff!important}
.radio-page-copy .detail-actions .button.ghost:hover,
.station-site-link:hover{background:rgba(255,255,255,.13)!important;border-color:rgba(255,255,255,.44)!important;color:#fff!important}
.station-site-link span{color:#d5e0ea!important}

/* Soumission publique : rester dans la charte bleue et améliorer la lisibilité des bandeaux. */
.v4-submit-form .submit-form-head>span{background:#e7f0f8!important;color:#2b5f91!important}
.v4-submit-form .submit-form-head h3{color:#173957!important}
.v4-submit-form .submit-form-head p{color:#718397!important}
.v4-submit-form .form-section-public h4{color:#234c73!important}
.v4-submit-form button[type="submit"],.v4-submit-form .button.primary{background:#2b5f91!important;border-color:#2b5f91!important;color:#fff!important}
.v4-submit-form button[type="submit"]:hover,.v4-submit-form .button.primary:hover{background:#214c77!important;border-color:#214c77!important}
