.vqt-ep-grid{display:grid;grid-template-columns:repeat(var(--vqt-cols,3),minmax(0,1fr));gap:var(--vqt-row-gap,24px) var(--vqt-col-gap,24px)}
.vqt-ep-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e1e6ed;border-radius:16px;box-shadow:0 10px 28px rgba(30,48,73,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.vqt-ep-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(30,48,73,.12)}
.vqt-ep-card-link{position:absolute;inset:0;z-index:1}
.vqt-ep-thumb-wrap{position:relative;display:block;width:100%;overflow:hidden;aspect-ratio:var(--vqt-image-ratio,1.5);background:#eef1f4}
.vqt-ep-thumb{display:block!important;width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center;transition:transform .4s ease}
.vqt-ep-card:hover .vqt-ep-thumb{transform:scale(1.03)}
.vqt-ep-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f2f4f7,#e3e7ec)}
.vqt-ep-content{display:flex;flex:1;flex-direction:column;padding:18px 16px 36px}
.vqt-ep-taxonomy{position:relative;z-index:2;margin:0 0 16px;color:#fa164f;font-family:inherit;font-size:13px;font-weight:700;line-height:1.35;letter-spacing:1.5px;text-transform:uppercase}
.vqt-ep-taxonomy a{color:inherit;text-decoration:none}
.vqt-ep-title{margin:0 0 20px;color:#07162f;font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:600;line-height:1.24}
.vqt-ep-title a{position:relative;z-index:2;color:inherit;text-decoration:none}
.vqt-ep-excerpt{margin:0 0 20px;color:#5d6778;font-size:15px;line-height:1.65}
.vqt-ep-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:auto;color:#8a94a5;font-size:13px;line-height:1.4}
.vqt-ep-meta a{position:relative;z-index:2;color:inherit;text-decoration:none}
.vqt-ep-read-more{position:relative;z-index:2;display:inline-flex;align-items:center;align-self:flex-start;gap:7px;margin-top:18px;color:#fa164f;font-size:14px;font-weight:700;text-decoration:none}
.vqt-ep-read-more svg{width:1em;height:1em;fill:currentColor}
.vqt-ep-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:35px}
.vqt-ep-pagination .page-numbers{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;padding:0 12px;border:1px solid #dfe4ea;border-radius:6px;background:#fff;color:#19263a;text-decoration:none;transition:.2s ease}
.vqt-ep-pagination .page-numbers.current,.vqt-ep-pagination .page-numbers:hover{border-color:#fa164f;background:#fa164f;color:#fff}
.vqt-ep-empty{padding:24px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#667085;text-align:center}
@media(max-width:1024px){.vqt-ep-grid{grid-template-columns:repeat(var(--vqt-cols-tablet,2),minmax(0,1fr))}}
@media(max-width:767px){.vqt-ep-grid{grid-template-columns:repeat(var(--vqt-cols-mobile,1),minmax(0,1fr))}}

/* Featured Posts */
.vqt-fp-wrap{display:grid;gap:var(--vqt-fp-gap,28px)}
.vqt-fp-wrap.vqt-fp-split{grid-template-columns:minmax(0,1fr) minmax(0,.94fr)}
.vqt-fp-side{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:var(--vqt-fp-gap,20px)}
.vqt-fp-card{position:relative;isolation:isolate;display:flex;min-height:var(--vqt-fp-main-height,560px);align-items:flex-end;overflow:hidden;border-radius:16px;background:#172033;color:#fff}
.vqt-fp-side .vqt-fp-card{min-height:0}
.vqt-fp-image,.vqt-fp-overlay,.vqt-fp-card-link{position:absolute;inset:0}
.vqt-fp-image{z-index:-3;display:block!important;width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center;transition:transform .5s ease}
.vqt-fp-overlay{z-index:-2;background:linear-gradient(180deg,rgba(4,14,30,.15) 15%,rgba(2,15,27,.86) 100%)}
.vqt-fp-card-link{z-index:1}
.vqt-fp-card:hover .vqt-fp-image{transform:scale(1.035)}
.vqt-fp-content{position:relative;z-index:2;width:100%;max-width:780px;padding:38px 30px}
.vqt-fp-hero .vqt-fp-content{padding:42px 30px}
.vqt-fp-term{margin:0 0 14px;color:#ff1455;font-size:13px;font-weight:800;line-height:1.3;letter-spacing:1.4px;text-transform:uppercase}
.vqt-fp-term a,.vqt-fp-title a{position:relative;z-index:3;color:inherit;text-decoration:none}
.vqt-fp-title{margin:0;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:56px;font-weight:700;line-height:.98}
.vqt-fp-excerpt{max-width:720px;margin:24px 0 0;font-size:17px;line-height:1.55}
.vqt-fp-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;font-size:13px}
.vqt-fp-button{position:relative;z-index:3;display:inline-flex;align-items:center;gap:10px;margin-top:30px;padding:17px 22px;background:#f20d52;color:#fff;font-size:14px;font-weight:800;text-decoration:none;text-transform:uppercase}
.vqt-fp-button svg{width:17px;fill:currentColor}
.vqt-fp-side .vqt-fp-content{padding:22px 20px}
.vqt-fp-side .vqt-fp-term{margin-bottom:10px;font-size:12px}
.vqt-fp-side .vqt-fp-title{font-size:27px;line-height:1.08}
.vqt-fp-empty{padding:25px;border:1px solid #e4e7ec;border-radius:12px;text-align:center}
@media(max-width:1024px){.vqt-fp-wrap.vqt-fp-split{grid-template-columns:1fr}.vqt-fp-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.vqt-fp-side .vqt-fp-card{min-height:280px}.vqt-fp-title{font-size:46px}}
@media(max-width:767px){.vqt-fp-card{min-height:440px}.vqt-fp-side{grid-template-columns:1fr}.vqt-fp-side .vqt-fp-card{min-height:260px}.vqt-fp-title{font-size:38px}.vqt-fp-content,.vqt-fp-hero .vqt-fp-content{padding:28px 22px}.vqt-fp-excerpt{font-size:15px}}

/* Category Showcase */
.vqt-cs-grid{display:grid;grid-template-columns:repeat(var(--vqt-cs-cols,3),minmax(0,1fr));gap:var(--vqt-cs-row-gap,0) var(--vqt-cs-col-gap,0)}
.vqt-cs-card{position:relative;isolation:isolate;min-width:0;overflow:hidden;border:1px solid #dfe5ed;background:#fff;color:#07162f}
.vqt-cs-inner{position:relative;z-index:2;padding:24px 20px}
.vqt-cs-name{margin:0 0 16px;font-family:Georgia,'Times New Roman',serif;font-size:21px;font-weight:700;line-height:1.25}
.vqt-cs-name a,.vqt-cs-posts a,.vqt-cs-link{position:relative;z-index:3;color:inherit;text-decoration:none}
.vqt-cs-description{margin:0 0 16px;color:#5e6878;font-size:14px;line-height:1.55}
.vqt-cs-posts{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.vqt-cs-posts li{margin:0}.vqt-cs-posts a{font-size:16px;line-height:1.45}
.vqt-cs-count{margin-left:7px;color:#8993a3;font-family:Arial,sans-serif;font-size:.7em;font-weight:400}
.vqt-cs-image{display:block!important;width:100%!important;max-width:none!important;height:var(--vqt-cs-image-height,220px)!important;min-height:var(--vqt-cs-image-height,220px)!important;object-fit:cover!important;object-position:center center;transition:transform .4s ease}
.vqt-cs-image-wrap{display:block;width:100%;height:var(--vqt-cs-image-height,220px);overflow:hidden}
.vqt-cs-card:hover .vqt-cs-image{transform:scale(1.035)}
.vqt-cs-card-link{position:absolute;inset:0;z-index:1}
.vqt-cs-background{display:flex;min-height:var(--vqt-cs-bg-height,320px);align-items:flex-end;background:#182338;color:#fff}
.vqt-cs-background .vqt-cs-image{position:absolute;inset:0;z-index:-3;height:100%!important;min-height:100%!important}
.vqt-cs-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(3,13,26,.12),rgba(3,13,26,.88))}
.vqt-cs-background .vqt-cs-description{color:rgba(255,255,255,.85)}
.vqt-cs-background .vqt-cs-inner{width:100%}
.vqt-cs-name-above .vqt-cs-heading{padding:19px 20px;background:#fff}
.vqt-cs-name-above .vqt-cs-name{margin:0}
.vqt-cs-name-above .vqt-cs-inner{padding-top:18px}
.vqt-cs-link{display:inline-flex;margin-top:18px;color:#f20d52;font-size:13px;font-weight:800;text-transform:uppercase}
@media(max-width:1024px){.vqt-cs-grid{grid-template-columns:repeat(var(--vqt-cs-cols-tablet,2),minmax(0,1fr))}}
@media(max-width:767px){.vqt-cs-grid{grid-template-columns:repeat(var(--vqt-cs-cols-mobile,1),minmax(0,1fr))}}

/* Breaking News Carousel */
.vqt-bn-wrap{display:flex;min-width:0;align-items:stretch;gap:24px;padding:18px 0;border-style:solid;border-width:0 0 1px;border-color:#d9dde4;background:#fff;color:#101828}
.vqt-bn-label{display:flex;flex:0 0 auto;align-items:center;gap:13px;padding:0 24px 0 0;white-space:nowrap}
.vqt-bn-label-icon{display:inline-flex;color:#f51b53;font-size:27px;line-height:1}
.vqt-bn-label-icon svg{width:1em;height:1em;fill:currentColor}
.vqt-bn-label-text{font-size:26px;font-weight:500;line-height:1.2}
.vqt-bn-slider{display:flex;min-width:0;flex:1;align-items:center;gap:10px}
.vqt-bn-viewport{min-width:0;flex:1;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}
.vqt-bn-viewport::-webkit-scrollbar{display:none}
.vqt-bn-track{display:flex;gap:var(--vqt-bn-gap,28px)}
.vqt-bn-item{box-sizing:border-box;display:flex;min-width:calc(50% - 14px);flex:0 0 calc(50% - 14px);flex-direction:column;justify-content:center;padding:2px 0 2px 14px;border-style:solid;border-width:0 0 0 4px;border-color:#fa2a69}
.vqt-bn-title{margin:0 0 7px;font-size:14px;font-weight:700;line-height:1.35}
.vqt-bn-title a{color:inherit;text-decoration:none}
.vqt-bn-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:#667085;font-size:12px;line-height:1.3}
.vqt-bn-date-icon{display:inline-flex}.vqt-bn-date-icon svg{width:1em;height:1em;fill:currentColor}
.vqt-bn-category{color:#f51b53;text-decoration:none}
.vqt-bn-arrow{display:inline-flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;padding:0;border:1px solid #dde2e8;border-radius:50%;background:#fff;color:#344054;cursor:pointer}
.vqt-bn-arrow svg{width:16px;height:16px;fill:currentColor}
@media(max-width:1024px){.vqt-bn-track{--vqt-bn-items:var(--vqt-bn-items-tablet,2)}.vqt-bn-wrap{gap:18px}.vqt-bn-label{padding-right:18px}}
@media(max-width:767px){.vqt-bn-wrap{flex-direction:column;gap:14px}.vqt-bn-label{padding:0}.vqt-bn-track{--vqt-bn-items:var(--vqt-bn-items-mobile,1)}.vqt-bn-label-text{font-size:22px}}
