
/* Özgün Gündem V45.3 - Arama */
.v453-search-page{
  max-width:1050px;
  margin:18px auto 46px;
}
.v453-search-head{
  margin-bottom:18px;
}
.v453-search-head>span{
  display:inline-block;
  margin-bottom:5px;
  color:#e21b23;
  font-size:9px;
  font-weight:950;
  letter-spacing:1px;
}
.v453-search-head h1{
  margin:0 0 7px;
  color:#14283b;
  font-size:30px;
  line-height:1.12;
}
.v453-search-head p{
  margin:0;
  color:#7b8894;
  font-size:11px;
}
.v453-search-form{
  margin-bottom:22px;
}
.v453-search-box{
  min-height:54px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto auto;
  align-items:center;
  overflow:hidden;
  border:2px solid #dce4ea;
  border-radius:10px;
  background:#fff;
  box-shadow:0 6px 18px rgba(20,40,58,.05);
  transition:border-color .16s ease,box-shadow .16s ease;
}
.v453-search-box:focus-within{
  border-color:#214d82;
  box-shadow:0 8px 22px rgba(33,77,130,.10);
}
.v453-search-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#214d82;
  font-size:24px;
}
.v453-search-box input{
  width:100%;
  height:52px;
  border:0;
  outline:0;
  background:transparent;
  color:#172c40;
  font-size:14px;
}
.v453-search-box input::placeholder{
  color:#a3adb5;
}
.v453-clear{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:6px;
  border-radius:50%;
  background:#f1f4f6;
  color:#73818d;
  text-decoration:none;
  font-size:20px;
}
.v453-search-box button{
  align-self:stretch;
  min-width:95px;
  border:0;
  background:linear-gradient(135deg,#214d82,#173d68);
  color:#fff;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.v453-search-box button:hover{
  background:linear-gradient(135deg,#e21b23,#bd151b);
}
.v453-state{
  padding:36px 22px;
  border:1px solid #e2e8ed;
  border-radius:10px;
  background:linear-gradient(180deg,#fff,#f8fafb);
  text-align:center;
}
.v453-state strong{
  display:block;
  margin-bottom:7px;
  color:#1f364b;
  font-size:18px;
}
.v453-state p{
  margin:0;
  color:#7e8a94;
  font-size:11px;
}
.v453-state.error{
  color:#9e2228;
  background:#fff6f6;
  border-color:#f0d4d6;
}
.v453-result-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px;
  padding-bottom:11px;
  border-bottom:2px solid #17283b;
  color:#697886;
  font-size:10px;
}
.v453-result-top b{
  color:#e21b23;
  font-size:13px;
}
.v453-result-top span{
  margin-left:6px;
  color:#1d3449;
  font-weight:900;
}
.v453-results{
  display:flex;
  flex-direction:column;
}
.v453-result-card{
  display:grid;
  grid-template-columns:245px minmax(0,1fr);
  gap:17px;
  padding:0 0 17px;
  margin-bottom:17px;
  border-bottom:1px solid #e3e8ec;
}
.v453-result-image{
  display:block;
  height:145px;
  overflow:hidden;
  border-radius:8px;
  background:#edf1f4;
}
.v453-result-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
.v453-result-card:hover .v453-result-image img{
  transform:scale(1.035);
}
.v453-result-copy{
  min-width:0;
}
.v453-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:7px;
}
.v453-meta a{
  padding:4px 6px;
  border-radius:3px;
  background:#e21b23;
  color:#fff;
  text-decoration:none;
  font-size:8px;
  font-weight:900;
}
.v453-meta span{
  color:#87939d;
  font-size:9px;
}
.v453-result-copy h2{
  margin:0 0 8px;
  font-size:19px;
  line-height:1.25;
}
.v453-result-copy h2 a{
  color:#172b3e;
  text-decoration:none;
}
.v453-result-copy h2 a:hover{
  color:#214d82;
}
.v453-result-copy p{
  margin:0 0 12px;
  color:#74818c;
  font-size:11px;
  line-height:1.55;
}
.v453-result-foot{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:13px;
  color:#8b969f;
  font-size:9px;
}
.v453-result-foot a{
  margin-left:auto;
  color:#214d82;
  text-decoration:none;
  font-weight:900;
}
.v453-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-top:25px;
}
.v453-pagination a{
  min-width:34px;
  height:34px;
  padding:0 7px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  border:1px solid #dae2e8;
  border-radius:5px;
  background:#fff;
  color:#294157;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
}
.v453-pagination a:hover,
.v453-pagination a.active{
  border-color:#214d82;
  background:#214d82;
  color:#fff;
}
@media(max-width:700px){
  .v453-search-page{
    margin-top:10px;
  }
  .v453-search-head h1{
    font-size:25px;
  }
  .v453-search-box{
    grid-template-columns:35px minmax(0,1fr) auto;
  }
  .v453-clear{
    display:none;
  }
  .v453-search-box button{
    min-width:72px;
  }
  .v453-result-card{
    grid-template-columns:125px minmax(0,1fr);
    gap:10px;
    padding-bottom:12px;
    margin-bottom:12px;
  }
  .v453-result-image{
    height:92px;
  }
  .v453-result-copy h2{
    font-size:14px;
    margin-bottom:5px;
  }
  .v453-result-copy p{
    display:none;
  }
  .v453-result-foot{
    gap:6px;
    font-size:8px;
  }
  .v453-result-foot span:nth-child(2){
    display:none;
  }
  .v453-result-foot a{
    display:none;
  }
}
