.where-to-watch { margin: 24px 0; text-align: left; line-height: 1.6; }
.where-to-watch h2 { font-size: 1.6rem; margin-bottom: 12px; }
.where-to-watch nav { display: flex; flex-wrap: wrap; gap: 16px; }
.where-to-watch a { color: #9bd6d1; text-underline-offset: 4px; overflow-wrap: anywhere; }
.where-to-watch a:focus-visible { outline: 3px solid #9bd6d1; outline-offset: 4px; border-radius: 2px; }
.watch-country { margin-top: 18px; padding: 18px; border: 1px solid #445361; border-radius: 14px; scroll-margin-top: 20px; }
.watch-country h3 { margin-bottom: 10px; }
.watch-options { list-style: none; padding: 0; margin: 0; }
.watch-service { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; min-width: 0; overflow-wrap: anywhere; }
.watch-service-logo { display: block; width: 112px; height: 40px; object-fit: contain; flex: 0 0 112px; }
.watch-service { min-height: 40px; }
.watch-service [hidden] { display: none; }
.watch-options li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; padding: 10px 0; }
.watch-options span, .watch-coverage, .watch-attribution { font-size: .85rem; color: #bec7d3; }
.watch-coverage, .watch-attribution { margin-top: 12px; }
.title-browser-page .watch-coverage,
.title-browser-page .watch-attribution { text-align: center; }
.title-browser-page .title-bottom { grid-column: 1 / -1; width: 100%; text-align: center; }
.title-browser-page .title-bottom .watch-coverage,
.title-browser-page .title-bottom .watch-attribution { max-width: 85ch; margin: 0 auto 16px; line-height: 1.6; }
.title-browser-page .title-bottom .watch-attribution a { color: #9bd6d1; text-underline-offset: 4px; }
.title-browser-page .title-bottom a:focus-visible { outline: 3px solid #9bd6d1; outline-offset: 3px; }
.title-browser-page .title-bottom .actions { margin-top: 24px; }

@media (max-width: 760px) {
  .title-browser-page .watch-country:has(.watch-options) { padding-top: 12px; padding-bottom: 10px; }
  .title-browser-page .watch-country:has(.watch-options) h3 { margin-bottom: 4px; }
  .title-browser-page .watch-options li {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding-top: 6px;
    padding-bottom: 0;
  }
  .title-browser-page .watch-service { justify-content: center; text-align: center; }
  .title-browser-page .watch-options li > span { justify-self: start; text-align: left; }
}
