/* Accès secondaires : même hiérarchie sur Premium et Le Label. */
.service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 60px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
}
.service-link-copy { display: grid; gap: 5px; min-width: 0; }
.service-link-copy > span { color: var(--muted-strong); font-size: 13px; font-weight: 400; }
.service-link-copy strong { font-size: 14px; font-weight: 600; }
.service-link-copy b { color: var(--gold); font-weight: 750; white-space: nowrap; }
.service-arrow { flex: 0 0 20px; color: var(--gold); }
.service-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
@media (hover: hover) {
  .service-link:hover { color: var(--gold); border-bottom-color: var(--gold); }
}

.pm-service-row { max-width: 560px; margin-top: 12px; border: 0; }
.pm-service-row .pm-support-note {
  display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0 16px;
  max-width: none !important; margin: 18px 0 0 !important; padding: 0;
}
.pm-service-row .pm-support-question { flex: 1 0 100%; font-size: 13px; font-weight: 400; line-height: 1.5; }
.pm-service-row .pm-support-links { gap: 24px; }
.pm-service-row .pm-support-note a { font-size: 13px; font-weight: 600; }
.pm-ticket { border-radius: 12px; background: #14120e; box-shadow: none; }
.pm-ticket .pm-offer-cta .btn { border-radius: 6px; min-height: 56px; padding: 16px; line-height: 1.5; }

.ll-listen .ll-listen-links {
  display: flex; flex-direction: column; margin: 28px 0 0; padding: 0;
  border: 0; border-top: 1px solid var(--line); min-width: 0;
}
.ll-listen-links .service-link {
  min-height: 64px; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line);
  font-size: 14px; font-weight: 600; letter-spacing: 0; line-height: 1.5;
}
.ll-listen-links .service-link::after { content: none; }
.ll-listen .ll-listen-status {
  display: flex; align-items: center; justify-content: flex-start; gap: 16px;
  min-height: 24px; margin: 24px 0 0; padding: 0; border: 0;
}
.ll-listen-status span { font-size: 11px; letter-spacing: .06em; }
.ll-listen-status b { font-family: inherit; font-size: 13px; line-height: 1.5; font-weight: 600; }
.ll-listen .btn { margin-top: 16px; border-radius: 6px; min-height: 56px; }
@media (min-width: 761px) {
  .ll-listen .ll-listen-links { margin-top: 0; }
}
