/* Pinoyworld Media fork additions: Netflix-style rows, watchlist, paywall, networks grid */
/* .pw-watch-hero and .pw-watch-hero-copy intentionally removed from here — they
   were leftover from the pre-fork Watch hero design and conflicted with the
   fuller hero rules in pw-media-watch.css (both loaded on the Watch page),
   which caused this rule's padding/min-height to squeeze the hero background
   image inward and render it clipped. pw-media-watch.css is now the single
   source of truth for .pw-watch-hero. */
.pw-media-row{margin:28px 0}
.pw-media-row h2{font-size:19px;margin:0 0 12px}
.pw-row-track{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}
.pw-row-card{flex:0 0 200px;position:relative}
.pw-row-thumb{display:block;width:200px;height:112px;border-radius:8px;background-color:#0d182a;background-size:cover;background-position:center;transition:transform .2s}
.pw-row-card:hover .pw-row-thumb{transform:scale(1.04)}
.pw-row-title{font-size:13px;margin-top:6px;opacity:.9}
.pw-watchlist-btn{border:0;border-radius:6px;padding:6px 10px;background:rgba(7,27,58,.75);color:#fff;cursor:pointer;font-size:12px;margin:6px 0}
.pw-row-card .pw-watchlist-btn{position:absolute;top:6px;right:6px;margin:0}
.pw-watchlist-btn.is-active{background:#E52B32}
.pw-media-paywall{padding:24px;border-radius:12px;background:#0D182A;color:#fff;text-align:center}
.pw-media-paywall-note{opacity:.75;margin-top:10px}
.pw-media-locked{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:60px 0}
.pw-lock{font-size:36px}
.pw-networks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
.pw-network-card{position:relative;display:flex;align-items:flex-end;min-height:140px;border-radius:12px;background-size:cover;background-position:center;background-color:#0D182A;text-decoration:none;padding:16px;color:#fff;font-weight:800}
.pw-media-empty{padding:40px;text-align:center;opacity:.7}
