
.presstv-wrapper{width:100%;max-width:1280px;margin:20px auto;font-family:Inter,Arial,sans-serif}
.presstv-header{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:0 4px}
.presstv-header-left{display:flex;align-items:center;gap:8px;flex-shrink:0}
.presstv-redbar{width:4px;height:18px;background:#E30613;border-radius:2px;display:inline-block}
.presstv-title-head{font-weight:800;font-size:14px;letter-spacing:.5px;color:#111827;text-transform:uppercase}
.presstv-header-line{flex:1;height:1px;background:#e5e7eb;margin-left:8px}
.presstv-grid{display:flex;gap:0;justify-content:space-between;align-items:stretch}
.presstv-card-wrap{display:flex;align-items:stretch;flex:1;gap:0}
.presstv-card{flex:1;min-width:0;cursor:pointer;padding:0 12px;display:block}
.presstv-card:first-child{padding-left:0}
.presstv-vline{width:1px;background:#e5e7eb;margin:0 4px;flex-shrink:0;min-height:100px}
.presstv-thumb{position:relative;width:100%;aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#0f172a}
.presstv-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.presstv-card:hover .presstv-thumb img{transform:scale(1.04)}
.presstv-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;background:#E30613;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 12px rgba(0,0,0,.4);z-index:2}
.presstv-duration{position:absolute;left:8px;bottom:8px;background:rgba(0,0,0,.82);color:#fff;font-size:11px;font-weight:600;padding:3px 7px;border-radius:4px;z-index:2}
.presstv-card-title{margin-top:10px;font-size:14px;line-height:1.35;font-weight:600;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}
.presstv-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:none;align-items:center;justify-content:center}
.presstv-modal.active{display:flex}
.presstv-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85)}
.presstv-modal-content{position:relative;background:#000;border-radius:16px;overflow:hidden;width:90%;max-width:900px;aspect-ratio:16/9;z-index:2}
.presstv-modal-video{width:100%;height:100%}
.presstv-modal-video iframe{width:100%;height:100%;border:none}
.presstv-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;font-size:24px;cursor:pointer;z-index:3}
@media(max-width:900px){.presstv-grid{overflow-x:auto}.presstv-card-wrap{min-width:200px;flex:none}}
