/* 13.82 — transparence réelle, sans calque noir ni flèche. */
main.djamalb-template-pro .djamalb-pro-press-radio__links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: .75rem !important;
}

main.djamalb-template-pro .djamalb-pro-press-radio__links > a,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:visited {
  box-sizing: border-box !important;
  flex: 0 0 220px !important;
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  min-height: 56.8px !important;
  justify-content: center !important;
  gap: 0 !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #090b0e !important;
  -webkit-text-fill-color: #090b0e !important;
  text-decoration: none !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

body.home a.djamalb-listen-button:hover,
body.home a.djamalb-listen-button:focus-visible,
body.home a.djamalb-home-album__listen:hover,
body.home a.djamalb-home-album__listen:focus-visible,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:hover,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:focus-visible,
main.djamalb-template-pro .djamalb-pro-contact > a:hover,
main.djamalb-template-pro .djamalb-pro-contact > a:focus-visible {
  border-color: #fff !important;
  background: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  mix-blend-mode: normal !important;
}

body.home a.djamalb-listen-button:hover::before,
body.home a.djamalb-listen-button:hover::after,
body.home a.djamalb-listen-button:focus-visible::before,
body.home a.djamalb-listen-button:focus-visible::after,
body.home a.djamalb-home-album__listen:hover::before,
body.home a.djamalb-home-album__listen:hover::after,
body.home a.djamalb-home-album__listen:focus-visible::before,
body.home a.djamalb-home-album__listen:focus-visible::after,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:hover::before,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:hover::after,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:focus-visible::before,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:focus-visible::after,
main.djamalb-template-pro .djamalb-pro-contact > a:hover::before,
main.djamalb-template-pro .djamalb-pro-contact > a:hover::after,
main.djamalb-template-pro .djamalb-pro-contact > a:focus-visible::before,
main.djamalb-template-pro .djamalb-pro-contact > a:focus-visible::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

@media (max-width: 700px) {
  main.djamalb-template-pro .djamalb-pro-press-radio__links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  main.djamalb-template-pro .djamalb-pro-press-radio__links > a,
  main.djamalb-template-pro .djamalb-pro-press-radio__links > a:visited {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 48px !important;
  }
}
