/* FVE v12.6.0: premium hub grid and pagination */
.fve-v126-hub-results-section .archive-grid{
  align-items:start;
}
.fve-v126-hub-main{
  min-width:0;
}
.fve-result-grid.fve-v126-result-grid,
.fve-v126-hub-results-section .fve-result-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:stretch;
}
.fve-v126-result-card,
.fve-v126-hub-results-section .fve-result-card{
  position:relative;
  display:flex !important;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(15,27,48,.98),rgba(11,19,35,.96));
  border:1px solid rgba(148,163,184,.22);
  box-shadow:0 22px 56px rgba(0,0,0,.24);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.fve-v126-result-card:hover{
  transform:translateY(-3px);
  border-color:rgba(59,130,246,.45);
  box-shadow:0 28px 72px rgba(29,78,216,.22);
}
.fve-v126-result-card.is-featured{
  border-color:rgba(250,204,21,.55);
  box-shadow:0 26px 76px rgba(250,204,21,.12),0 22px 56px rgba(0,0,0,.24);
}
.fve-v126-result-thumb{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:radial-gradient(circle at top left,rgba(59,130,246,.22),rgba(15,23,42,.9));
}
.fve-v126-result-thumb img,
.fve-v126-result-thumb .fve-result-placeholder{
  display:block;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.fve-v126-featured-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#facc15,#f97316);
  color:#111827;
  font-weight:900;
  font-size:12px;
  box-shadow:0 10px 26px rgba(250,204,21,.35);
}
.fve-v126-result-body{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:10px;
  padding:18px;
}
.fve-v126-result-body h3{
  margin:0;
  font-size:clamp(18px,1.4vw,24px);
  line-height:1.15;
}
.fve-v126-result-body h3 a{
  color:#fff;
  text-decoration:none;
}
.fve-v126-card-location,
.fve-v126-card-date{
  color:#cbd5e1;
  font-weight:700;
}
.fve-v126-card-link{
  margin-top:auto;
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-weight:900;
  text-decoration:none;
}
.fve-v126-card-link:hover{
  background:linear-gradient(135deg,#f329b7,#1ca8ff);
}
.fve-v126-pagination-wrap{
  margin-top:30px !important;
}
.fve-v126-pagination{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:center;
  padding:18px;
  border-radius:24px;
  background:rgba(15,23,42,.72);
  border:1px solid rgba(148,163,184,.18);
}
.fve-v126-page{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:46px;
  min-height:44px;
  padding:10px 15px;
  border-radius:14px;
  color:#e5edff;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(148,163,184,.2);
  background:rgba(255,255,255,.05);
}
.fve-v126-page.is-active{
  color:#07111f;
  background:linear-gradient(135deg,#facc15,#38bdf8);
  border-color:transparent;
  box-shadow:0 12px 28px rgba(56,189,248,.22);
}
.fve-v126-page.is-disabled{
  opacity:.45;
  cursor:not-allowed;
}
.fve-v126-no-results .fve-no-result-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.fve-v126-hub-filter .fve-filter-actions{
  display:flex;
  align-items:end;
  gap:12px;
}
@media (max-width:1180px){
  .fve-result-grid.fve-v126-result-grid,
  .fve-v126-hub-results-section .fve-result-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  .fve-result-grid.fve-v126-result-grid,
  .fve-v126-hub-results-section .fve-result-grid{grid-template-columns:1fr !important;}
  .fve-v126-hub-filter .fve-filter-actions{flex-direction:column;align-items:stretch;}
  .fve-v126-page{min-width:40px;min-height:40px;padding:9px 12px;}
}
