#what-to-watch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:20px 0}
.wtw-card{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;min-height:88px;padding:10px 12px;background:#fafcfd;border:1px solid #d7e0e5;border-radius:10px;color:#222;text-decoration:none !important;overflow:hidden;box-shadow: 0 4px 14px rgba(0,0,0,.09);transition:box-shadow .2s,border-color .2s}
.wtw-card:hover{border-color:#b9cbd3;box-shadow:0 4px 14px rgba(0,0,0,.18);color:#111 !important;text-decoration:none}
.wtw-logo{display:flex;align-items:center;justify-content:center;width:100%;height:68px;padding:4px}
.wtw-logo img{display:block;max-width:90px;max-height:62px;width:auto;height:auto}
.wtw-info{min-width:0;padding-left:12px}
.wtw-current{min-width:0}
.wtw-title{min-width:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wtw-current-title{font-size:14px;font-weight:600}
.wtw-progress-row{display:flex;align-items:center;gap:8px;margin:6px 0;line-height:1}
.wtw-progress{flex:1;height:5px;background:#c3dede;border-radius:5px;overflow:hidden}
.wtw-progress span{display:block;width:0;height:100%;background:#00A9A9;border-radius:5px;transition:width .5s linear}
.wtw-remaining{flex:0 0 auto;font-size:13px;line-height:1;color:#676767;white-space:nowrap;transform:translateY(-2px)}
.wtw-next{display:flex;align-items:baseline;gap:8px;min-width:0}
.wtw-time{flex:0 0 auto;font-size:13px;color:#676767;white-space:nowrap}
.wtw-next-title{font-size:14px;color:#676767}
@media(max-width:700px){#what-to-watch{grid-template-columns:1fr;gap:10px}.wtw-card{grid-template-columns:90px minmax(0,1fr);min-height:82px;padding:9px 10px}.wtw-logo{height:62px}.wtw-logo img{max-width:75px;max-height:56px}.wtw-info{padding-left:8px}}