

.v22-top-headlines{
  display:grid;
  grid-template-columns:132px 36px minmax(0,1fr) 36px;
  align-items:stretch;
  border:1px solid #e8ebef;
  background:#fff;
  margin:14px 0 18px;
  min-height:62px;
  overflow:hidden;
  border-radius:7px;
}
.v22-top-label{
  background:#d91b24;
  color:#fff;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  letter-spacing:.2px;
  white-space:nowrap;
}
.v22-top-arrow{
  border:0;
  background:#fff;
  font-size:25px;
  cursor:pointer;
  border-right:1px solid #eceff2;
  color:#333;
}
.v22-top-next{border-right:0;border-left:1px solid #eceff2}
.v22-top-viewport{overflow:hidden;min-width:0}
.v22-top-track{display:flex;height:100%;transition:transform .45s ease}
.v22-top-item{
  flex:0 0 25%;
  min-width:0;
  display:grid;
  grid-template-columns:52px 1fr;
  gap:9px;
  align-items:center;
  padding:6px 11px;
  border-right:1px solid #edf0f2;
  color:#111;
  text-decoration:none;
}
.v22-top-item:hover{background:#fafbfc}
.v22-top-item img{
  width:52px;
  height:44px;
  object-fit:cover;
  border-radius:4px;
}
.v22-top-item div{min-width:0}
.v22-top-item time{
  display:block;
  font-size:10px;
  color:#9aa1a9;
  margin-bottom:2px;
}
.v22-top-item strong{
  font-size:12.5px;
  line-height:1.25;
  font-weight:800;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}


/* Tek büyük ana manşet */
.v22-hero{position:relative;background:#fff;border:1px solid #e5e9ee;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px rgba(25,35,45,.06);margin:16px 0 26px;min-height:545px}
.v22-hero-track{position:relative;min-height:545px}.v22-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease}.v22-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.v22-hero-slide>a{display:block;text-decoration:none;color:#0c1420}
.v22-hero-image{height:430px;background:#10131b;overflow:hidden}.v22-hero-image img{width:100%;height:100%;object-fit:cover}
.v22-hero-caption{min-height:115px;padding:18px 64px 36px;background:#fff;display:flex;align-items:flex-start}.v22-hero-caption h1{margin:0;font-size:30px;line-height:1.18;font-weight:900;color:#07101f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%}
.v22-hero-arrow{position:absolute;z-index:8;top:39%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:rgba(15,15,20,.56);color:#fff;font-size:30px;cursor:pointer;display:flex;align-items:center;justify-content:center}.v22-prev{left:18px}.v22-next{right:18px}
.v22-dots{position:absolute;z-index:8;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.v22-dots button{border:0;padding:0;width:10px;height:10px;border-radius:50%;background:#cfd5dc;cursor:pointer}.v22-dots button.is-active{width:30px;border-radius:8px;background:#e52b32}

.v22-content-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:28px;margin:20px 0 35px}
.v22-section-head{border-bottom:1px solid #e6e6e6;margin-bottom:18px}.v22-section-head h2{font-size:20px;margin:0;padding:0 0 12px;position:relative}.v22-section-head h2:after{content:"";position:absolute;left:0;bottom:-1px;width:34px;height:3px;background:#e21b23}
.v22-news-row{display:grid;grid-template-columns:205px 1fr;gap:18px;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid #eee}.v22-news-img img{width:205px;height:128px;object-fit:cover}.v22-news-meta{display:flex;gap:12px;margin-bottom:7px}.v22-news-meta a{font-size:11px;color:#e21b23;font-weight:900;text-decoration:none}.v22-news-meta time{font-size:11px;color:#999}.v22-news-row h3{font-size:20px;line-height:1.25;margin:0 0 7px}.v22-news-row h3 a{color:#111;text-decoration:none}.v22-news-row p{font-size:13px;line-height:1.55;color:#666;margin:0}
.v22-right-column{display:flex;flex-direction:column;gap:20px}.v22-box{border:1px solid #e5e7ea;background:#fff;padding:16px 18px}.v22-box-head{border-bottom:1px solid #eee;margin-bottom:9px}.v22-box-head h2{font-size:17px;margin:0;padding-bottom:11px}
.v22-author{display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.v22-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#eee;display:flex;align-items:center;justify-content:center;text-decoration:none}.v22-avatar img{width:100%;height:100%;object-fit:cover}.v22-author-name{display:block;color:#111;font-weight:800;font-size:13px;text-decoration:none}.v22-author-title{display:block;color:#666;font-size:11px;text-decoration:none;margin-top:4px}.v22-agenda{list-style:none;margin:0;padding:0}.v22-agenda li{display:grid;grid-template-columns:32px 1fr;gap:9px;padding:12px 0;border-bottom:1px solid #eee}.v22-agenda b{font-size:27px;color:#e21b23}.v22-agenda a{font-size:13px;line-height:1.35;color:#111;text-decoration:none;font-weight:700}
@media(max-width:1100px){.v22-top-item{flex-basis:33.333%}.v22-content-grid{grid-template-columns:1fr}.v22-hero{min-height:500px}.v22-hero-track{min-height:500px}.v22-hero-image{height:390px}.v22-hero-caption h1{font-size:27px}}
@media(max-width:760px){.v22-top-headlines{grid-template-columns:96px 32px minmax(0,1fr) 32px}.v22-top-label{font-size:11px}.v22-top-item{flex-basis:100%;grid-template-columns:48px 1fr;padding:6px 8px}.v22-top-item img{width:48px;height:40px}.v22-hero,.v22-hero-track{min-height:375px}.v22-hero-image{height:285px}.v22-hero-caption{min-height:90px;padding:15px 22px 34px}.v22-hero-caption h1{font-size:21px;-webkit-line-clamp:2}.v22-hero-arrow{width:38px;height:38px;font-size:26px}.v22-news-row{grid-template-columns:115px 1fr;gap:12px}.v22-news-img img{width:115px;height:88px}.v22-news-row h3{font-size:16px}.v22-news-row p{display:none}}


/* V22.0.2 FORCE OVERRIDES - cache bust + exact sizing */
.v22-hero{
    min-height:520px !important;
    margin-top:14px !important;
    margin-bottom:24px !important;
}
.v22-hero-track{
    min-height:520px !important;
}
.v22-hero-image{
    height:405px !important;
}
.v22-hero-caption{
    min-height:115px !important;
    padding:16px 64px 34px !important;
    display:flex !important;
    align-items:flex-start !important;
}
.v22-hero-caption h1{
    font-size:29px !important;
    line-height:1.16 !important;
    margin:0 !important;
    max-height:68px !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
}
.v22-hero-arrow{
    top:38% !important;
}
.v22-dots{
    bottom:13px !important;
}

.v22-top-headlines{
    min-height:58px !important;
    grid-template-columns:120px 32px minmax(0,1fr) 32px !important;
    margin:12px 0 16px !important;
    border-radius:6px !important;
}
.v22-top-label{
    font-size:12px !important;
}
.v22-top-arrow{
    font-size:23px !important;
}
.v22-top-item{
    grid-template-columns:48px 1fr !important;
    gap:8px !important;
    padding:5px 9px !important;
}
.v22-top-item img{
    width:48px !important;
    height:40px !important;
}
.v22-top-item strong{
    font-size:12px !important;
    line-height:1.2 !important;
    -webkit-line-clamp:2 !important;
}

@media(max-width:760px){
    .v22-hero,.v22-hero-track{min-height:360px !important}
    .v22-hero-image{height:275px !important}
    .v22-hero-caption{min-height:85px !important;padding:14px 20px 32px !important}
    .v22-hero-caption h1{font-size:20px !important;max-height:48px !important}
    .v22-top-headlines{grid-template-columns:88px 30px minmax(0,1fr) 30px !important}
}


/* V30.3 Sürmanşet */
.v303-surmanset{
  margin:12px 0 10px;
  background:#101923;
  border-radius:7px;
  overflow:hidden;
}
.v303-surmanset a{
  min-height:48px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  padding:0 16px;
  text-decoration:none;
  color:#fff;
}
.v303-sur-label{
  background:#e21b23;
  font-size:10px;
  font-weight:900;
  padding:6px 9px;
  border-radius:3px;
  letter-spacing:.35px;
}
.v303-surmanset strong{
  font-size:14px;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.v303-sur-arrow{font-size:20px;color:#fff}
@media(max-width:760px){
  .v303-surmanset a{grid-template-columns:auto 1fr;padding:9px 10px;gap:8px}
  .v303-sur-arrow{display:none}
  .v303-surmanset strong{font-size:12px}
}


/* V32.1 - Ana Sayfa Foto Galeri + Video Galeri */
.v321-media-section{margin:36px 0 44px}
.v321-section-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:20px;
  border-bottom:1px solid #e6eaee;padding-bottom:12px;margin-bottom:18px
}
.v321-section-head span{display:block;color:#e21b23;font-size:10px;font-weight:900;letter-spacing:.8px;margin-bottom:3px}
.v321-section-head h2{margin:0;font-size:25px;line-height:1.1;color:#142236}
.v321-section-head>a{font-size:11px;font-weight:800;color:#1478b2;text-decoration:none}

.v321-photo-grid{display:grid;grid-template-columns:1.35fr repeat(2,1fr);gap:14px}
.v321-photo-card{display:block;text-decoration:none;color:#172537;background:#fff;border:1px solid #e3e8ed;border-radius:10px;overflow:hidden;min-width:0}
.v321-photo-card.lead{grid-row:span 2}
.v321-photo-card .v321-media-thumb{height:190px}
.v321-photo-card.lead .v321-media-thumb{height:390px}
.v321-media-thumb{position:relative;overflow:hidden;background:#e9edf1}
.v321-media-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.v321-photo-card:hover img,.v321-video-card:hover img{transform:scale(1.04)}
.v321-count{position:absolute;left:10px;bottom:10px;background:#e21b23;color:#fff;font-size:9px;font-weight:900;padding:6px 8px;border-radius:4px}
.v321-open{position:absolute;right:10px;top:10px;width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.58);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px}
.v321-photo-copy{padding:12px 13px}.v321-photo-copy h3{font-size:15px;line-height:1.28;margin:0}.v321-photo-card.lead .v321-photo-copy h3{font-size:22px}
.v321-photo-copy p{font-size:11px;line-height:1.45;color:#718090;margin:7px 0 0}

.v321-video-section{background:#101923;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:34px max(24px,calc((100vw - 1200px)/2));}
.v321-video-section .v321-section-head{border-bottom-color:rgba(255,255,255,.13)}
.v321-video-section .v321-section-head h2{color:#fff}.v321-video-section .v321-section-head>a{color:#fff}
.v321-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.v321-video-card{text-decoration:none;color:#fff;background:#172433;border-radius:9px;overflow:hidden}
.v321-video-card .v321-media-thumb{height:190px}
.v321-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(226,27,35,.92);color:#fff;font-size:19px;padding-left:3px;box-shadow:0 8px 24px rgba(0,0,0,.22)}
.v321-video-copy{padding:12px 13px 14px}.v321-video-copy>span{font-size:9px;color:#f0a4a7;font-weight:900}.v321-video-copy h3{font-size:15px;line-height:1.3;margin:5px 0 0;color:#fff}

@media(max-width:980px){
 .v321-photo-grid{grid-template-columns:1fr 1fr}
 .v321-photo-card.lead{grid-column:1/-1;grid-row:auto}
 .v321-photo-card.lead .v321-media-thumb{height:330px}
 .v321-video-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
 .v321-photo-grid,.v321-video-grid{grid-template-columns:1fr}
 .v321-photo-card .v321-media-thumb,.v321-photo-card.lead .v321-media-thumb,.v321-video-card .v321-media-thumb{height:225px}
 .v321-photo-card.lead .v321-photo-copy h3{font-size:18px}
 .v321-section-head h2{font-size:21px}
 .v321-video-section{padding-left:14px;padding-right:14px}
}
