/* v485: fast Reels, compact Tali recommendations, and subscription presentation. */
.discover-search-submit > span {
  display:grid;place-items:center;width:34px;height:34px;border-radius:50%;
  color:#fff!important;-webkit-text-fill-color:#fff!important;background:#00876a;
  font:800 10px/1 "Source Sans Pro",Arial,sans-serif;letter-spacing:.08em;
}
.subscription-tier-summary {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0;}
.subscription-tier-summary article {display:grid;gap:3px;min-width:0;padding:12px;border:1px solid var(--line,#d9d9d6);border-radius:12px;background:transparent;}
.subscription-tier-summary strong {font:700 13px/1.2 "Source Sans Pro",Arial,sans-serif;}
.subscription-tier-summary span {font:600 11px/1.35 "Source Sans Pro",Arial,sans-serif;color:var(--muted,#666);}

html body .orchid-video-viewer[data-orchid-video-ui="v461"] .orchid-video-viewer__actions :is(button,.orchid-video-viewer__metric) {
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  background:rgba(0,0,0,.58)!important;border:1px solid rgba(255,255,255,.42)!important;
  border-radius:999px!important;text-shadow:0 2px 5px #000!important;
  filter:drop-shadow(0 2px 7px rgba(0,0,0,.85));
}
html body .orchid-video-viewer[data-orchid-video-ui="v461"] .orchid-video-viewer__actions svg,
html body .orchid-video-viewer[data-orchid-video-ui="v461"] .orchid-video-viewer__actions svg * {
  color:#fff!important;stroke:#fff!important;fill:none!important;opacity:1!important;
}
html body .orchid-video-viewer[data-orchid-video-ui="v461"] .orchid-video-viewer__actions button.is-active,
html body .orchid-video-viewer[data-orchid-video-ui="v461"] .orchid-video-viewer__actions button.is-active svg * {
  color:#6ff2b1!important;stroke:#6ff2b1!important;
}

@media(max-width:600px) {
  .subscription-tier-summary {grid-template-columns:1fr;}
  .tali-recommendation-popover {
    inset:auto 8px max(82px,env(safe-area-inset-bottom)) 8px!important;
    width:auto!important;max-height:min(58svh,480px)!important;padding:13px!important;
    border-radius:17px!important;box-shadow:0 16px 44px rgba(0,0,0,.25)!important;
  }
  .tali-recommendation-popover__close {top:8px!important;right:8px!important;width:30px!important;height:30px!important;font-size:19px!important;}
  .tali-recommendation-head {grid-template-columns:52px minmax(0,1fr)!important;gap:10px!important;padding-right:29px!important;}
  .tali-recommendation-head img {width:52px!important;height:52px!important;border-radius:12px!important;}
  .tali-recommendation-head strong {font-size:16px!important;line-height:1.15!important;}
  .tali-recommendation-head b {font-size:13px!important;}
  .tali-recommendation-facts {gap:5px!important;margin:11px 0!important;}
  .tali-recommendation-facts > div {grid-template-columns:92px minmax(0,1fr)!important;gap:8px!important;padding-top:6px!important;}
  .tali-recommendation-facts dt {font-size:10px!important;}
  .tali-recommendation-facts dd {font-size:11.5px!important;line-height:1.32!important;}
  .tali-recommendation-action {min-height:36px!important;padding-inline:14px!important;font-size:11px!important;}
  .tali-recommendation-popover > small {display:block;margin-top:7px;font-size:10px!important;}
}
