
/* =========================================================
   V46.5 - YAN MANŞET
   Panelden yönetilen bağımsız sağ manşet
   ========================================================= */
.v465-side{
  height:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #dfe6eb;
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 18px rgba(20,35,50,.055);
}
.v465-side-head{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 13px;
  border-bottom:2px solid #173e68;
  background:linear-gradient(180deg,#fff,#f8fafc);
}
.v465-side-head>div{
  min-width:0;
}
.v465-side-head b{
  display:block;
  color:#172b3e;
  font-size:14px;
  line-height:1.05;
  font-weight:950;
}
.v465-side-head small{
  display:block;
  margin-top:3px;
  color:#87939d;
  font-size:9px;
}
.v465-side-head>span{
  flex:0 0 auto;
  padding:4px 7px;
  border-radius:12px;
  background:#eef4f8;
  color:#557088;
  font-size:9px;
  font-weight:800;
}
.v465-side-list{
  flex:1;
  min-height:0;
  overflow-y:auto;
  scrollbar-width:thin;
}
.v465-side-item{
  display:grid;
  grid-template-columns:30px 76px minmax(0,1fr);
  gap:9px;
  align-items:center;
  min-height:58px;
  padding:8px 10px;
  border-bottom:1px solid #edf0f2;
  color:#22374b;
  text-decoration:none;
  transition:background .16s ease,transform .16s ease;
}
.v465-side-item:last-child{
  border-bottom:0;
}
.v465-side-item:hover{
  background:#f5f9fc;
}
.v465-side-no{
  color:#b8c2ca;
  font-size:17px;
  line-height:1;
  font-weight:950;
}
.v465-side-item:nth-child(-n+3) .v465-side-no{
  color:#e21b23;
}
.v465-side-thumb{
  width:76px;
  height:47px;
  overflow:hidden;
  border-radius:5px;
  background:#edf1f4;
}
.v465-side-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .2s ease;
}
.v465-side-item:hover img{
  transform:scale(1.04);
}
.v465-side-copy{
  min-width:0;
}
.v465-side-copy small{
  display:block;
  margin-bottom:3px;
  color:#e21b23;
  font-size:8px;
  line-height:1;
  font-weight:900;
}
.v465-side-copy strong{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
  color:#26394b;
  font-size:13px;
  line-height:1.28;
  font-weight:900;
}
.v465-side-item:hover strong{
  color:#174d7d;
}

/* Ana manşet + yan manşet oranını koru */
.v422-headline-layout{
  grid-template-columns:minmax(0,857px) minmax(310px,1fr)!important;
}

@media(max-width:1100px){
  .v422-headline-layout{
    grid-template-columns:minmax(0,1fr) 315px!important;
  }
  .v465-side-copy strong{
    font-size:12px;
  }
}
@media(max-width:850px){
  .v422-headline-layout{
    display:block!important;
  }
  .v465-side{
    margin-top:10px;
    height:auto;
  }
  .v465-side-list{
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .v465-side-list::-webkit-scrollbar{
    display:none;
  }
  .v465-side-item{
    flex:0 0 280px;
    grid-template-columns:28px 78px minmax(0,1fr);
    min-height:62px;
    border-right:1px solid #edf0f2;
    border-bottom:0;
    scroll-snap-align:start;
  }
}
@media(max-width:520px){
  .v465-side-head{
    min-height:48px;
  }
  .v465-side-head b{
    font-size:13px;
  }
  .v465-side-item{
    flex-basis:265px;
  }
  .v465-side-copy strong{
    font-size:12px;
    line-height:1.3;
  }
}
