/* AGTV News frontend rebuilt: scoped full-bleed canvas, true Inter typography, corrected scale. v1.0.10 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
:root{--agtv-news-edge:clamp(16px,2.25vw,42px);}
html body.agtv-news-page,
html body.agtv-news-single-page{background:var(--agtv-news-bg,#fff)!important;overflow-x:hidden!important;}
body.agtv-news-page,
body.agtv-news-page *:not(.dashicons):not([class*="fa-"]):not([class*="icon"]),
body.agtv-news-single-page,
body.agtv-news-single-page *:not(.dashicons):not([class*="fa-"]):not([class*="icon"]){font-family:"Inter",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;}
/* Keep the site header/footer untouched. Full-bleed is handled only by the plugin wrapper below. */
body.agtv-news-page .entry-content > .agtv-news-wrap,
body.agtv-news-page .page-content > .agtv-news-wrap{display:block;}
body.agtv-news-page .entry-title,body.agtv-news-page header.entry-header{display:none!important;}

.agtv-news-wrap{
  position:relative;display:block;clear:both;
  width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;
  padding:24px var(--agtv-news-edge) 78px!important;background:var(--agtv-news-bg,#fff);color:var(--agtv-news-text,#111827);box-sizing:border-box;overflow:hidden;
}
.agtv-news-wrap *{box-sizing:border-box;}
.agtv-news-wrap,.agtv-news-wrap *,.agtv-news-single-wrap,.agtv-news-single-wrap *{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.agtv-news-wrap svg,.agtv-news-wrap svg *{font-family:initial!important;}
.agtv-news-ticker,.agtv-featured-slider,.agtv-section-head,.agtv-category-row,.agtv-news-grid,.agtv-load{width:100%;max-width:100%;margin-left:0;margin-right:0;}

.agtv-news-ticker{min-height:48px;background:#07090d;color:#fff;border-radius:10px;display:flex;align-items:center;gap:18px;padding:9px 16px;margin-bottom:12px;box-shadow:0 12px 24px rgba(15,23,42,.075)}
.agtv-news-ticker span{border:1px solid rgba(255,255,255,.78);border-radius:6px;padding:7px 11px;font-size:12px;font-weight:900;white-space:nowrap;letter-spacing:.01em}.agtv-news-ticker p{flex:1;margin:0;font-size:14px;font-weight:500;line-height:1.45;color:#fff}.agtv-news-ticker a{color:#fff;text-decoration:none;font-weight:850;font-size:14px;white-space:nowrap}

.agtv-featured-slider{position:relative;border-radius:var(--agtv-news-radius,18px);overflow:hidden;height:clamp(430px,34vw,590px);margin-bottom:34px;background:#111;box-shadow:0 18px 45px rgba(15,23,42,.09)}
.agtv-featured-slide{display:none;position:absolute;inset:0;background-size:cover;background-position:center}.agtv-featured-slide.is-active{display:block}.agtv-featured-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.74) 40%,rgba(0,0,0,.22) 74%,rgba(0,0,0,.05))}.agtv-featured-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18));pointer-events:none}
.agtv-featured-overlay{position:relative;z-index:2;max-width:760px;padding:clamp(70px,6.2vw,112px) clamp(42px,5vw,84px);color:#fff}.agtv-featured-overlay span{display:block;font-size:13px;font-weight:900;letter-spacing:.2em;color:#fff}.agtv-featured-overlay h1{font-size:clamp(38px,4.1vw,68px);line-height:1.015;margin:24px 0 22px;font-weight:900;color:#fff;letter-spacing:-.055em;text-wrap:balance}.agtv-featured-overlay p{font-size:15px;line-height:1.62;margin:0 0 30px;color:rgba(255,255,255,.95);max-width:620px;font-weight:500}.agtv-featured-overlay a{display:inline-flex;gap:18px;align-items:center;background:#fff;color:#111;text-decoration:none;border-radius:9px;padding:15px 24px;font-size:14px;font-weight:850}.agtv-featured-next{position:absolute;right:clamp(26px,5vw,72px);top:50%;transform:translateY(-50%);z-index:3;width:62px;height:62px;border-radius:50%;border:0;background:#1d222b;color:#fff;font-size:28px;cursor:pointer;box-shadow:0 14px 26px rgba(0,0,0,.22)}.agtv-featured-next:hover{background:#0f172a;transform:translateY(-50%) scale(1.045)}.agtv-featured-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);z-index:4;display:flex;gap:10px}.agtv-featured-dots button{width:42px;height:6px;border-radius:20px;border:0;background:rgba(255,255,255,.42);cursor:pointer}.agtv-featured-dots button.is-active{background:#fff}

.agtv-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px}.agtv-section-head h2{font-size:20px;line-height:1.2;margin:0;font-weight:900;letter-spacing:-.025em;color:var(--agtv-news-text,#111827)}.agtv-section-head a{color:var(--agtv-news-text,#111827);text-decoration:none;font-weight:850;font-size:14px}.agtv-category-row{display:grid;grid-template-columns:repeat(11,minmax(98px,1fr));gap:14px;margin-bottom:42px}.agtv-category-card{min-height:104px;border:1px solid var(--agtv-news-border,#e5e7eb);border-radius:13px;background:var(--agtv-news-card,#fff);box-shadow:0 12px 28px rgba(15,23,42,.04);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;color:var(--agtv-news-text,#111827);padding:14px 10px;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease}.agtv-category-card:hover,.agtv-category-card:focus{transform:translateY(-4px);box-shadow:0 22px 42px rgba(15,23,42,.095);border-color:#d1d5db;background:#fff}.agtv-cat-icon{width:46px;height:46px;border-radius:999px;background:#f6f7f9;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#111827;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}.agtv-cat-icon svg{width:21px;height:21px;stroke:currentColor!important;fill:none!important;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.agtv-category-card strong{font-size:11px;line-height:1.15;font-weight:900;letter-spacing:-.01em}.agtv-category-card small{font-size:10px;color:var(--agtv-news-muted,#6b7280);margin-top:4px;font-weight:600}.agtv-latest-head{margin-top:4px}.agtv-sort{display:flex;gap:10px}.agtv-sort button{border:1px solid var(--agtv-news-border,#e5e7eb);background:#fff;border-radius:12px;padding:9px 13px;font-size:13px;font-weight:800;color:var(--agtv-news-text,#111827);box-shadow:0 8px 20px rgba(15,23,42,.035)}

.agtv-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}.agtv-news-card{background:var(--agtv-news-card,#fff);border:1px solid var(--agtv-news-border,#e5e7eb);border-radius:15px;overflow:hidden;box-shadow:0 16px 38px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column;min-height:430px}.agtv-news-card:hover,.agtv-news-card:focus-within{transform:translateY(-6px);box-shadow:0 26px 58px rgba(15,23,42,.14);border-color:#cfd5dd}.agtv-card-image{height:205px;display:block;position:relative;background:#f3f4f6;overflow:hidden;text-decoration:none}.agtv-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,0) 42%,rgba(0,0,0,.16));pointer-events:none}.agtv-card-image img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.001);transition:transform .28s ease;filter:saturate(1.03) contrast(1.04)}.agtv-news-card:hover .agtv-card-image img{transform:scale(1.045)}.agtv-card-image span{position:absolute;left:14px;top:14px;z-index:2;background:#fff;color:#111;border-radius:6px;padding:7px 10px;font-size:12px;line-height:1;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.14)}.agtv-card-image em{position:absolute;right:14px;bottom:14px;z-index:3;background:#0d1117;color:#fff;border-radius:999px;padding:9px 13px;font-style:normal;font-size:13px;font-weight:900;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.agtv-news-card:hover .agtv-card-image em,.agtv-news-card:focus-within .agtv-card-image em{opacity:1;transform:translateY(0)}.agtv-card-body{padding:20px 18px 18px;display:flex;flex:1;flex-direction:column}.agtv-card-body h3{font-size:20px!important;line-height:1.2!important;margin:0 0 14px!important;font-weight:900!important;letter-spacing:-.04em!important;color:var(--agtv-news-text,#111827)}.agtv-card-body h3 a{text-decoration:none;color:var(--agtv-news-text,#111827)}.agtv-card-body p{font-size:14px!important;line-height:1.55!important;color:var(--agtv-news-muted,#6b7280);margin:0 0 22px!important;font-weight:500}.agtv-card-meta{display:flex;align-items:center;justify-content:space-between;color:var(--agtv-news-muted,#6b7280);font-size:12px;margin-top:auto}.agtv-card-meta small{font-size:12px;font-weight:600}.agtv-card-read{display:inline-flex;align-items:center;gap:8px;margin-top:17px;color:#111827;text-decoration:none;font-size:13px;font-weight:850;opacity:.86}.agtv-card-read:hover{opacity:1}.agtv-load{text-align:center;margin-top:40px}.agtv-load button{background:#0d1117;color:#fff;border:0;border-radius:8px;padding:15px 26px;font-size:14px;font-weight:850;box-shadow:0 14px 24px rgba(15,23,42,.12);cursor:pointer}

.agtv-news-single-wrap{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:48px var(--agtv-news-edge);background:#fff;color:var(--agtv-news-text,#111827)}.agtv-single-article{width:100%;max-width:none;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:46px}.agtv-single-main{background:#fff;border:1px solid var(--agtv-news-border,#e5e7eb);border-radius:16px;padding:38px}.agtv-single-cat{font-size:11px;font-weight:900;background:#f3f4f6;border-radius:6px;padding:6px 9px}.agtv-single-main h1{font-size:clamp(38px,4vw,66px);line-height:1.08;margin:18px 0 10px;font-weight:900;letter-spacing:-.05em}.agtv-single-meta{color:var(--agtv-news-muted,#6b7280);font-size:14px;margin-bottom:22px}.agtv-single-image{width:100%;border-radius:14px;margin-bottom:26px}.agtv-single-content{font-size:18px;line-height:1.85;color:#1f2937}.agtv-single-side h3{margin:0 0 14px}.agtv-share{display:flex;gap:10px;margin-bottom:28px}.agtv-share a{width:38px;height:38px;border-radius:50%;border:1px solid var(--agtv-news-border,#e5e7eb);display:flex;align-items:center;justify-content:center}.agtv-related{display:grid;grid-template-columns:82px 1fr;gap:12px;text-decoration:none;color:var(--agtv-news-text,#111827);margin-bottom:14px}.agtv-related img{width:82px;height:60px;object-fit:cover;border-radius:8px}.agtv-related span{font-weight:800;font-size:14px}.agtv-related small{display:block;color:var(--agtv-news-muted,#6b7280);font-weight:500;margin-top:4px}
@media(min-width:1500px){.agtv-news-grid{gap:30px}.agtv-featured-slider{height:580px}.agtv-card-image{height:218px}.agtv-card-body h3{font-size:21px!important}.agtv-card-body p{font-size:14.5px!important}.agtv-news-card{min-height:450px}}
@media(min-width:1900px){:root{--agtv-news-edge:44px}.agtv-news-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.agtv-featured-slider{height:620px}.agtv-card-image{height:238px}.agtv-card-body h3{font-size:19px!important}}
@media(max-width:1200px){.agtv-category-row{grid-template-columns:repeat(6,1fr)}.agtv-news-grid{grid-template-columns:repeat(3,1fr)}.agtv-featured-slider{height:500px}.agtv-news-card{min-height:430px}.agtv-card-body h3{font-size:20px!important}}
@media(max-width:900px){:root{--agtv-news-edge:22px}.agtv-category-row{grid-template-columns:repeat(4,1fr)}.agtv-news-grid{grid-template-columns:repeat(2,1fr)}.agtv-featured-overlay{padding:72px 42px}.agtv-featured-overlay h1{font-size:44px}.agtv-single-article{grid-template-columns:1fr}.agtv-card-body h3{font-size:19px!important}.agtv-card-body p{font-size:14px!important}}
@media(max-width:640px){:root{--agtv-news-edge:12px}.agtv-news-wrap{padding-top:12px!important;padding-bottom:42px!important}.agtv-news-ticker{height:auto;align-items:flex-start;gap:10px;flex-direction:column;padding:12px}.agtv-featured-slider{height:440px}.agtv-featured-overlay{padding:52px 24px}.agtv-featured-overlay h1{font-size:31px}.agtv-featured-next{right:22px;width:46px;height:46px}.agtv-category-row{display:flex;overflow-x:auto;padding-bottom:4px}.agtv-category-card{min-width:112px}.agtv-news-grid{grid-template-columns:1fr;gap:20px}.agtv-card-image{height:205px}.agtv-news-card{min-height:0}.agtv-single-main{padding:24px}.agtv-single-main h1{font-size:32px}}

/* v1.0.11: remove text-caret rendering; use clean button controls only */
.agtv-sort button::before,
.agtv-sort button::after,
.agtv-load button::before,
.agtv-load button::after{content:none!important;display:none!important;}
.agtv-sort .agtv-sort-btn{padding-right:16px!important;}
.agtv-sort .agtv-filter-btn{width:44px;height:44px;padding:0!important;display:inline-flex;align-items:center;justify-content:center;}
.agtv-sort .agtv-filter-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;font-family:initial!important;}
.agtv-load button{display:inline-flex;align-items:center;justify-content:center;gap:0!important;}

/* v1.0.12: functional sort dropdown, no stray text caret */
.agtv-sort{position:relative;align-items:center;}
.agtv-sort .agtv-sort-btn{min-width:148px;display:inline-flex!important;align-items:center;justify-content:center;gap:4px;cursor:pointer;}
.agtv-sort .agtv-sort-btn strong{font:inherit!important;font-weight:900!important;}
.agtv-sort .agtv-sort-menu{position:absolute;right:54px;top:calc(100% + 8px);z-index:30;display:none;min-width:160px;background:#fff;border:1px solid var(--agtv-news-border,#e5e7eb);border-radius:14px;padding:6px;box-shadow:0 18px 42px rgba(15,23,42,.14);}
.agtv-sort.is-open .agtv-sort-menu{display:block;}
.agtv-sort .agtv-sort-menu button{display:block;width:100%;text-align:left;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:10px!important;padding:10px 12px!important;font-size:13px!important;font-weight:800!important;color:var(--agtv-news-text,#111827)!important;cursor:pointer;}
.agtv-sort .agtv-sort-menu button:hover,.agtv-sort .agtv-sort-menu button.is-active{background:#f4f6f8!important;}

/* v1.0.13 category filter state */
.agtv-news-wrap .agtv-category-card.is-active{
  border-color: var(--agtv-news-primary) !important;
  box-shadow: 0 18px 45px rgba(17,24,39,.14) !important;
  transform: translateY(-2px);
}
.agtv-news-wrap .agtv-category-card.is-active .agtv-cat-icon{
  background: var(--agtv-news-primary) !important;
  color: #fff !important;
}
.agtv-news-wrap .agtv-category-card.is-active .agtv-cat-icon svg path,
.agtv-news-wrap .agtv-category-card.is-active .agtv-cat-icon svg circle,
.agtv-news-wrap .agtv-category-card.is-active .agtv-cat-icon svg rect{
  stroke: #fff !important;
}
.agtv-empty-state{
  grid-column: 1 / -1;
  min-height: 220px;
  border: 1px solid var(--agtv-news-border);
  border-radius: var(--agtv-news-radius);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 36px;
  box-shadow: 0 16px 40px rgba(17,24,39,.05);
}
.agtv-empty-state strong{
  font: 800 22px/1.2 Inter, system-ui, sans-serif !important;
  color: var(--agtv-news-text);
}
.agtv-empty-state p{
  margin: 8px 0 0;
  font: 500 15px/1.6 Inter, system-ui, sans-serif !important;
  color: var(--agtv-news-muted);
}

.agtv-news-card.is-hidden-by-load{display:none!important;}
.agtv-news-card.is-newly-loaded{animation:agtvNewsCardIn .24s ease both;}
@keyframes agtvNewsCardIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

/* v1.0.15 newsroom single article reporter + share rebuild */
.agtv-single-newsroom{grid-template-columns:minmax(0,1fr) 380px;align-items:start;max-width:1500px!important;margin:0 auto!important;}
.agtv-single-newsroom .agtv-single-main{padding:38px 40px;border-radius:18px;box-shadow:0 12px 40px rgba(15,23,42,.035)}
.agtv-single-newsroom .agtv-single-main h1{font-size:clamp(34px,3.35vw,56px)!important;line-height:1.08!important;letter-spacing:-.055em!important;margin:22px 0 28px!important;max-width:980px;color:#071a33!important}
.agtv-single-newsroom .agtv-single-content{font-size:17px!important;line-height:1.78!important;color:#142238!important;border-top:1px solid #edf0f4;padding-top:24px;}
.agtv-single-newsroom .agtv-single-content p{margin:0 0 24px!important;}
.agtv-single-newsroom .agtv-single-content img{border-radius:10px;margin:10px 8px 18px 0;object-fit:cover;}
.agtv-report-row{display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:18px 0;margin:20px 0 22px;}
.agtv-report-by{display:flex;flex-direction:column;gap:4px;min-width:0;}
.agtv-report-by span{font-size:15px;line-height:1.25;color:#111827;font-weight:500;}
.agtv-report-by strong{font-weight:800;color:#155eef;}
.agtv-report-by small{font-size:14px;color:#0f172a;font-weight:650;}
.agtv-report-meta{display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#0f172a;white-space:nowrap;font-size:14px;font-weight:600;}
.agtv-meta-item{display:inline-flex;align-items:center;gap:8px;}
.agtv-meta-item svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.agtv-dot{color:#94a3b8;}
.agtv-share-story{margin:0 0 24px;}
.agtv-share-story h2,.agtv-bottom-related h2{font-size:22px!important;line-height:1.2!important;margin:0 0 18px!important;font-weight:900!important;color:#071a33!important;letter-spacing:-.03em!important;}
.agtv-share-buttons{display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.agtv-share-buttons a,.agtv-share-buttons button{appearance:none;border:0;background:transparent;text-decoration:none;color:#0f172a;cursor:pointer;font:inherit;}
.agtv-share-buttons-large{gap:26px;}
.agtv-share-buttons-large a,.agtv-share-buttons-large button{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:62px;padding:0;}
.agtv-share-buttons-large span,.agtv-share-top a,.agtv-share-top button,.agtv-reporter-socials a{width:48px;height:48px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;line-height:1;color:#155eef;box-shadow:0 8px 22px rgba(15,23,42,.04);}
.agtv-share-buttons-large small{font-size:12px;color:#0f172a;font-weight:650;}
.agtv-share-buttons-large .share-x span{color:#020617}.agtv-share-buttons-large .share-whatsapp span{color:#16a34a}.agtv-share-buttons-large .share-telegram span{color:#0284c7}.agtv-share-buttons-large .share-email span{color:#dc2626}.agtv-share-buttons-large .share-copy span,.agtv-share-buttons-large .share-print span{color:#334155}
.agtv-reporter-card{display:grid;grid-template-columns:112px 1fr;gap:24px;align-items:center;border:1px solid #dfe5ed;border-radius:16px;background:#fff;padding:22px;margin:20px 0 24px;}
.agtv-reporter-card img{width:112px;height:112px;border-radius:999px;object-fit:cover;background:#f1f5f9;}
.agtv-reporter-card span{display:block;font-size:14px;font-weight:900;color:#0f172a;margin-bottom:5px;}
.agtv-reporter-card h3{font-size:22px!important;line-height:1.1!important;margin:0 0 5px!important;color:#071a33!important;font-weight:900!important;letter-spacing:-.03em!important;}
.agtv-reporter-card strong{display:block;font-size:14px;color:#155eef;font-weight:800;margin-bottom:10px;}
.agtv-reporter-card p{font-size:14px!important;line-height:1.55!important;margin:0 0 14px!important;color:#1f2937!important;max-width:700px;}
.agtv-reporter-socials{display:flex;gap:9px;align-items:center;}
.agtv-reporter-socials a{width:32px;height:32px;background:#08111f;color:#fff;border-color:#08111f;font-size:13px;text-decoration:none;}
.agtv-side-card{border:1px solid #dfe5ed;background:#fff;border-radius:18px;padding:28px;margin-bottom:22px;box-shadow:0 12px 38px rgba(15,23,42,.035);}
.agtv-single-side h3{font-size:28px!important;line-height:1.1!important;margin:0 0 22px!important;color:#071a33!important;font-weight:900!important;letter-spacing:-.04em!important;}
.agtv-share-top{gap:14px;margin:0;}
.agtv-share-top a,.agtv-share-top button{font-size:17px;color:#155eef;background:#fff;}
.agtv-related{grid-template-columns:90px 1fr!important;gap:16px!important;margin:0!important;padding:16px 0;border-bottom:1px solid #eef2f7;}
.agtv-related:last-child{border-bottom:0;padding-bottom:0;}
.agtv-related:first-of-type{padding-top:0;}
.agtv-related img{width:90px!important;height:78px!important;border-radius:10px!important;}
.agtv-related span{font-size:15px!important;line-height:1.28!important;font-weight:900!important;color:#071a33!important;}
.agtv-related small{font-size:13px!important;color:#64748b!important;font-weight:600!important;margin-top:8px!important;}
.agtv-bottom-related{margin-top:16px;}
.agtv-bottom-related-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;}
.agtv-bottom-related-head a{text-decoration:none;color:#071a33;font-weight:800;font-size:14px;}
.agtv-bottom-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.agtv-bottom-card{text-decoration:none;color:#071a33;display:block;}
.agtv-bottom-card img{width:100%;height:105px;object-fit:cover;border-radius:10px;display:block;margin-bottom:8px;}
.agtv-bottom-card small{display:inline-block;background:#f1f5f9;border-radius:5px;padding:4px 6px;font-size:9px;font-weight:900;color:#334155;margin-bottom:6px;}
.agtv-bottom-card strong{display:block;font-size:14px;line-height:1.22;font-weight:900;letter-spacing:-.02em;margin-bottom:6px;}
.agtv-bottom-card span{font-size:12px;color:#64748b;font-weight:600;}
.agtv-share-buttons button.is-copied span{background:#16a34a!important;color:#fff!important;border-color:#16a34a!important;}
@media(max-width:1100px){.agtv-single-newsroom{grid-template-columns:1fr}.agtv-single-side{display:grid;grid-template-columns:1fr 1fr;gap:18px}.agtv-side-card{margin-bottom:0}}
@media(max-width:760px){.agtv-single-newsroom .agtv-single-main{padding:24px}.agtv-report-row{align-items:flex-start;flex-direction:column}.agtv-report-meta{justify-content:flex-start;flex-wrap:wrap}.agtv-share-buttons-large{gap:16px}.agtv-reporter-card{grid-template-columns:1fr;text-align:left}.agtv-reporter-card img{width:96px;height:96px}.agtv-bottom-related-grid{grid-template-columns:repeat(2,1fr)}.agtv-single-side{display:block}.agtv-side-card{margin-bottom:18px}}
@media(max-width:520px){.agtv-bottom-related-grid{grid-template-columns:1fr}.agtv-share-buttons-large a,.agtv-share-buttons-large button{min-width:58px}.agtv-share-buttons-large span{width:44px;height:44px}.agtv-single-newsroom .agtv-single-main h1{font-size:29px!important}}


/* v1.0.16: lock single-article image/gallery alignment after article body */
.agtv-single-newsroom .agtv-single-content .wp-block-gallery,
.agtv-single-newsroom .agtv-single-content .gallery{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
  margin:22px 0 28px!important;
  width:100%!important;
  max-width:100%!important;
}
.agtv-single-newsroom .agtv-single-content .wp-block-gallery.has-nested-images figure.wp-block-image,
.agtv-single-newsroom .agtv-single-content .wp-block-gallery figure,
.agtv-single-newsroom .agtv-single-content .gallery figure,
.agtv-single-newsroom .agtv-single-content .gallery .gallery-item{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  float:none!important;
  display:block!important;
}
.agtv-single-newsroom .agtv-single-content .wp-block-gallery img,
.agtv-single-newsroom .agtv-single-content .gallery img{
  width:100%!important;
  height:170px!important;
  max-width:100%!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:10px!important;
  margin:0!important;
}
.agtv-single-newsroom .agtv-single-content p:has(> img){
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:22px 0 28px!important;
}
.agtv-single-newsroom .agtv-single-content p:has(> img) img{
  width:100%!important;
  height:170px!important;
  max-width:100%!important;
  object-fit:cover!important;
  display:block!important;
  margin:0!important;
  border-radius:10px!important;
}
.agtv-single-newsroom .agtv-single-content figure.wp-block-image{
  margin:22px 0!important;
}
.agtv-single-newsroom .agtv-single-content figure.wp-block-image img{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  display:block!important;
  border-radius:10px!important;
  margin:0!important;
}
@media(max-width:760px){
  .agtv-single-newsroom .agtv-single-content .wp-block-gallery,
  .agtv-single-newsroom .agtv-single-content .gallery,
  .agtv-single-newsroom .agtv-single-content p:has(> img){grid-template-columns:1fr!important;}
  .agtv-single-newsroom .agtv-single-content .wp-block-gallery img,
  .agtv-single-newsroom .agtv-single-content .gallery img,
  .agtv-single-newsroom .agtv-single-content p:has(> img) img{height:auto!important;}
}

/* v1.0.17 Featured media controls */
.agtv-card-play{position:absolute;right:14px;bottom:14px;width:38px;height:38px;border-radius:999px;background:rgba(17,24,39,.88);color:#fff;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:900;box-shadow:0 12px 25px rgba(15,23,42,.25);z-index:3}.agtv-single-gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:26px 0 28px!important;clear:both}.agtv-single-gallery a{display:block;border-radius:12px;overflow:hidden;background:#f3f4f6}.agtv-single-gallery img{display:block!important;width:100%!important;height:150px!important;object-fit:cover!important;border-radius:12px!important;margin:0!important}.agtv-single-gallery-count-1{grid-template-columns:1fr!important}.agtv-single-gallery-count-1 img{height:360px!important}.agtv-single-gallery-count-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.agtv-single-video{position:relative;margin:26px 0 28px;border-radius:16px;overflow:hidden;background:#020617}.agtv-single-video iframe,.agtv-single-video video{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0}@media(max-width:760px){.agtv-single-gallery{grid-template-columns:1fr!important}.agtv-single-gallery img{height:auto!important;max-height:none!important}}


/* v1.0.18 — hard scoped Inter typography fix. This is intentionally last so theme CSS cannot override the plugin font. */
.agtv-news-wrap,
.agtv-news-wrap :where(*):not(svg):not(svg *),
.agtv-news-single-wrap,
.agtv-news-single-wrap :where(*):not(svg):not(svg *){
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
  font-synthesis:none!important;
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing:grayscale!important;
  text-rendering:geometricPrecision!important;
}
.agtv-news-wrap :where(button,input,select,textarea,a,span,strong,small,p,h1,h2,h3,h4,h5,h6,div),
.agtv-news-single-wrap :where(button,input,select,textarea,a,span,strong,small,p,h1,h2,h3,h4,h5,h6,div){
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
}
.agtv-news-wrap svg,.agtv-news-wrap svg *,
.agtv-news-single-wrap svg,.agtv-news-single-wrap svg *{font-family:initial!important;}


/* v1.0.19 template pack: selectable homepage and single article templates */
.agtv-admin-wrap select{width:100%;max-width:420px;border:1px solid #d0d7de;border-radius:8px;padding:8px 10px;background:#fff;font-weight:650}

/* Homepage template: Magazine */
.agtv-home-template-magazine .agtv-featured-slider{height:clamp(460px,40vw,680px);margin-bottom:28px}
.agtv-home-template-magazine .agtv-category-row{grid-template-columns:repeat(5,minmax(160px,1fr));gap:18px;margin-bottom:46px}
.agtv-home-template-magazine .agtv-category-card{min-height:92px;flex-direction:row;justify-content:flex-start;text-align:left;padding:16px 18px;gap:14px}
.agtv-home-template-magazine .agtv-cat-icon{margin:0;width:50px;height:50px;flex:0 0 50px}
.agtv-home-template-magazine .agtv-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.agtv-home-template-magazine .agtv-news-card:first-child{grid-column:span 2;display:grid;grid-template-columns:1.15fr .85fr;min-height:360px}
.agtv-home-template-magazine .agtv-news-card:first-child .agtv-card-image{height:100%}
.agtv-home-template-magazine .agtv-news-card:first-child .agtv-card-body{padding:30px}
.agtv-home-template-magazine .agtv-news-card:first-child h3{font-size:30px!important}

/* Homepage template: Compact category sidebar */
.agtv-home-template-compact .agtv-compact-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;align-items:start}
.agtv-home-template-compact .agtv-compact-cats{position:sticky;top:92px;border:1px solid var(--agtv-news-border,#e5e7eb);border-radius:18px;padding:20px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.055)}
.agtv-home-template-compact .agtv-compact-cats .agtv-section-head{margin-bottom:14px}
.agtv-home-template-compact .agtv-compact-cats .agtv-section-head a{display:none}
.agtv-home-template-compact .agtv-category-row{display:grid;grid-template-columns:1fr;gap:10px;margin:0}
.agtv-home-template-compact .agtv-category-card{min-height:68px;flex-direction:row;justify-content:flex-start;text-align:left;padding:12px;gap:12px;border-radius:12px}
.agtv-home-template-compact .agtv-cat-icon{width:40px;height:40px;margin:0;flex:0 0 40px}
.agtv-home-template-compact .agtv-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}

/* Homepage template: Immersive */
.agtv-home-template-immersive{padding-top:0!important}
.agtv-home-template-immersive .agtv-featured-slider{border-radius:0;height:clamp(520px,48vw,760px);margin-left:calc(var(--agtv-news-edge) * -1);margin-right:calc(var(--agtv-news-edge) * -1);width:calc(100% + (var(--agtv-news-edge) * 2));margin-bottom:20px}
.agtv-home-template-immersive .agtv-featured-overlay{padding-top:clamp(100px,10vw,170px)}
.agtv-home-template-immersive .agtv-news-ticker{margin-top:22px}

/* Single article templates */
.agtv-single-template-wide .agtv-single-newsroom{grid-template-columns:minmax(0,1fr);max-width:1180px!important}
.agtv-single-template-wide .agtv-single-side{display:grid;grid-template-columns:1fr 2fr;gap:20px;order:2}
.agtv-single-template-wide .agtv-single-main{order:1}
.agtv-single-template-wide .agtv-single-newsroom .agtv-single-main h1{max-width:1040px!important;font-size:clamp(38px,4.2vw,68px)!important}
.agtv-single-template-wide .agtv-single-newsroom .agtv-single-content{max-width:920px;margin:0 auto;font-size:18px!important}

.agtv-single-template-clean .agtv-news-single-wrap{background:#fff}
.agtv-single-template-clean .agtv-single-newsroom{grid-template-columns:minmax(0,920px);justify-content:center;max-width:980px!important}
.agtv-single-template-clean .agtv-single-side{display:none!important}
.agtv-single-template-clean .agtv-single-main{border:0!important;box-shadow:none!important;padding:22px 0!important;border-radius:0!important}
.agtv-single-template-clean .agtv-single-newsroom .agtv-single-main h1{font-size:clamp(34px,4vw,60px)!important;max-width:900px!important}
.agtv-single-template-clean .agtv-single-newsroom .agtv-single-content{font-size:18px!important;line-height:1.82!important;border-top:1px solid #eef2f7}

@media(max-width:1100px){
  .agtv-home-template-compact .agtv-compact-layout{grid-template-columns:1fr}.agtv-home-template-compact .agtv-compact-cats{position:relative;top:auto}.agtv-home-template-compact .agtv-category-row{grid-template-columns:repeat(4,1fr)}.agtv-home-template-compact .agtv-category-card{flex-direction:column;text-align:center;justify-content:center;min-height:104px}.agtv-home-template-compact .agtv-cat-icon{margin-bottom:8px}
  .agtv-home-template-magazine .agtv-news-card:first-child{grid-column:auto;display:flex;min-height:430px}.agtv-home-template-magazine .agtv-news-card:first-child .agtv-card-image{height:205px}.agtv-home-template-magazine .agtv-news-card:first-child h3{font-size:20px!important}
}
@media(max-width:900px){
  .agtv-home-template-magazine .agtv-news-grid,.agtv-home-template-compact .agtv-news-grid{grid-template-columns:repeat(2,1fr)}
  .agtv-home-template-magazine .agtv-category-row,.agtv-home-template-compact .agtv-category-row{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:640px){
  .agtv-home-template-magazine .agtv-news-grid,.agtv-home-template-compact .agtv-news-grid{grid-template-columns:1fr}
  .agtv-home-template-magazine .agtv-category-row,.agtv-home-template-compact .agtv-category-row{display:flex;overflow-x:auto}.agtv-home-template-magazine .agtv-category-card,.agtv-home-template-compact .agtv-category-card{min-width:130px}
  .agtv-single-template-wide .agtv-single-side{display:block}
}


/* v1.0.20 — arrangement + Elementor-safe layout fix
   - images embedded in the article body are extracted into a clean gallery by PHP;
   - any remaining image/align classes are force-neutralized so text cannot wrap beside images;
   - Elementor pages keep the shortcode inside the Elementor canvas instead of stretching the whole template/footer. */
.agtv-news-single-wrap{box-sizing:border-box!important;overflow-x:hidden!important;}
.agtv-single-newsroom{align-items:start!important;}
.agtv-single-newsroom .agtv-single-content{display:block!important;width:100%!important;max-width:100%!important;clear:both!important;overflow:visible!important;}
.agtv-single-newsroom .agtv-single-content p,
.agtv-single-newsroom .agtv-single-content div,
.agtv-single-newsroom .agtv-single-content blockquote,
.agtv-single-newsroom .agtv-single-content ul,
.agtv-single-newsroom .agtv-single-content ol{max-width:100%!important;clear:both!important;float:none!important;}
.agtv-single-newsroom .agtv-single-content img,
.agtv-single-newsroom .agtv-single-content .alignleft,
.agtv-single-newsroom .agtv-single-content .alignright,
.agtv-single-newsroom .agtv-single-content .aligncenter,
.agtv-single-newsroom .agtv-single-content .wp-caption{float:none!important;clear:both!important;display:block!important;max-width:100%!important;margin:22px 0!important;}
.agtv-content-extracted-gallery{border-bottom:0!important;padding-bottom:0!important;}
.agtv-report-row{clear:both!important;width:100%!important;}
.agtv-report-by{padding-right:20px!important;}
.agtv-report-meta{margin-left:auto!important;}
body.elementor-page .elementor-widget-shortcode .agtv-news-wrap,
body.elementor-page .elementor-widget-text-editor .agtv-news-wrap,
body.elementor-page .elementor .agtv-news-wrap{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow:visible!important;
}
body.elementor-page .elementor .agtv-news-ticker,
body.elementor-page .elementor .agtv-featured-slider,
body.elementor-page .elementor .agtv-section-head,
body.elementor-page .elementor .agtv-category-row,
body.elementor-page .elementor .agtv-news-grid,
body.elementor-page .elementor .agtv-load{max-width:100%!important;}
@media(max-width:760px){
  .agtv-report-row{gap:12px!important;}
  .agtv-report-by{padding-right:0!important;}
  .agtv-report-meta{margin-left:0!important;}
}


/* v1.0.21 scroll animation for share panels/buttons */
.agtv-single-side{align-self:start;}
.agtv-side-share{position:sticky;top:118px;z-index:5;transition:transform .38s ease,box-shadow .38s ease,border-color .38s ease,background .38s ease;}
.agtv-side-share.is-share-floating{transform:translateY(6px) scale(1.012);box-shadow:0 24px 60px rgba(7,26,51,.12);border-color:#cbd8ea;}
.agtv-side-share.is-share-floating h3{animation:agtvShareTitlePulse 1.8s ease-in-out infinite;}
.agtv-share-top a,.agtv-share-top button,.agtv-share-buttons-large span{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease,color .28s ease;}
.agtv-share-top a:hover,.agtv-share-top button:hover,.agtv-share-buttons-large a:hover span,.agtv-share-buttons-large button:hover span{transform:translateY(-4px) scale(1.06);box-shadow:0 14px 32px rgba(21,94,239,.16);border-color:#a8c3ff;background:#f8fbff;}
.agtv-share-buttons-large a,.agtv-share-buttons-large button{opacity:0;transform:translateY(16px);transition:opacity .48s ease,transform .48s ease;}
.agtv-share-story.is-visible .agtv-share-buttons-large a,.agtv-share-story.is-visible .agtv-share-buttons-large button{opacity:1;transform:translateY(0);}
.agtv-share-story.is-visible .agtv-share-buttons-large > *:nth-child(1){transition-delay:.02s}.agtv-share-story.is-visible .agtv-share-buttons-large > *:nth-child(2){transition-delay:.06s}.agtv-share-story.is-visible .agtv-share-buttons-large > *:nth-child(3){transition-delay:.10s}.agtv-share-story.is-visible .agtv-share-buttons-large > *:nth-child(4){transition-delay:.14s}.agtv-share-story.is-visible .agtv-share-buttons-large > *:nth-child(5){transition-delay:.18s}.agtv-share-story.is-visible .agtv-share-buttons-large > *:nth-child(6){transition-delay:.22s}.agtv-share-story.is-visible .agtv-share-buttons-large > *:nth-child(7){transition-delay:.26s}.agtv-share-story.is-visible .agtv-share-buttons-large > *:nth-child(8){transition-delay:.30s}
.agtv-side-share .agtv-share-top > *{animation:agtvShareIconEnter .5s ease both;}
.agtv-side-share .agtv-share-top > *:nth-child(1){animation-delay:.04s}.agtv-side-share .agtv-share-top > *:nth-child(2){animation-delay:.10s}.agtv-side-share .agtv-share-top > *:nth-child(3){animation-delay:.16s}.agtv-side-share .agtv-share-top > *:nth-child(4){animation-delay:.22s}
@keyframes agtvShareIconEnter{from{opacity:0;transform:translateY(10px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes agtvShareTitlePulse{0%,100%{letter-spacing:-.04em}50%{letter-spacing:-.025em}}
@media (prefers-reduced-motion:reduce){.agtv-side-share,.agtv-side-share *,.agtv-share-story *{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}}
@media(max-width:1100px){.agtv-side-share{position:relative;top:auto}.agtv-side-share.is-share-floating{transform:none}}

/* v1.0.22 share icons real SVG + icon-only animation fix */
.agtv-share-svg{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;line-height:0!important;font-size:0!important;}
.agtv-share-svg svg{display:block!important;width:20px!important;height:20px!important;fill:currentColor!important;stroke:none!important;}
.agtv-share-buttons-large span.agtv-share-svg,.agtv-share-top a .agtv-share-svg,.agtv-share-top button .agtv-share-svg,.agtv-reporter-socials a .agtv-share-svg{width:48px!important;height:48px!important;border-radius:999px!important;border:1px solid #dbe3ef!important;background:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important;}
.agtv-share-buttons-large span.agtv-share-svg svg,.agtv-share-top .agtv-share-svg svg{width:19px!important;height:19px!important;}
.agtv-reporter-socials a .agtv-share-svg{width:32px!important;height:32px!important;background:#071a33!important;border-color:#071a33!important;color:#fff!important;box-shadow:none!important;}
.agtv-reporter-socials a .agtv-share-svg svg{width:15px!important;height:15px!important;}
.agtv-share-buttons-large .share-whatsapp .agtv-share-svg{color:#16a34a!important}.agtv-share-buttons-large .share-telegram .agtv-share-svg{color:#0284c7!important}.agtv-share-buttons-large .share-email .agtv-share-svg{color:#dc2626!important}.agtv-share-buttons-large .share-copy .agtv-share-svg,.agtv-share-buttons-large .share-print .agtv-share-svg{color:#334155!important}.agtv-share-buttons-large .share-x .agtv-share-svg{color:#020617!important}
.agtv-side-share{position:relative!important;top:auto!important;z-index:auto!important;transform:none!important;transition:none!important;box-shadow:0 18px 50px rgba(15,23,42,.04)!important;border-color:#e5edf6!important;background:#fff!important;}
.agtv-side-share.is-share-floating{transform:none!important;box-shadow:0 18px 50px rgba(15,23,42,.04)!important;border-color:#e5edf6!important;background:#fff!important;}
.agtv-side-share.is-share-floating h3{animation:none!important;}
.agtv-share-top > *,.agtv-share-buttons-large span.agtv-share-svg{transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease!important;}
.agtv-share-top > *:hover,.agtv-share-buttons-large a:hover span.agtv-share-svg,.agtv-share-buttons-large button:hover span.agtv-share-svg{transform:translateY(-4px) scale(1.06)!important;box-shadow:0 14px 32px rgba(21,94,239,.16)!important;border-color:#a8c3ff!important;background:#f8fbff!important;}


/* v1.0.23 clean print engine — article only, no shares, no URLs, no related/sidebar/theme chrome */
@media print{
  @page{size:A4;margin:14mm 13mm;}
  html,body{background:#fff!important;color:#111827!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  body.agtv-print-article{margin:0!important;padding:0!important;background:#fff!important;}
  body.agtv-print-article *{box-shadow:none!important;text-shadow:none!important;animation:none!important;transition:none!important;}

  /* Hide WordPress/theme chrome and interactive UI */
  body.agtv-print-article #wpadminbar,
  body.agtv-print-article header,
  body.agtv-print-article nav,
  body.agtv-print-article footer,
  body.agtv-print-article .site-header,
  body.agtv-print-article .site-footer,
  body.agtv-print-article .elementor-location-header,
  body.agtv-print-article .elementor-location-footer,
  body.agtv-print-article .agtv-single-side,
  body.agtv-print-article .agtv-side-card,
  body.agtv-print-article .agtv-share-story,
  body.agtv-print-article .agtv-bottom-related,
  body.agtv-print-article .agtv-share-buttons,
  body.agtv-print-article .agtv-reporter-socials,
  body.agtv-print-article .share-print,
  body.agtv-print-article .share-copy,
  body.agtv-print-article .no-print{display:none!important;visibility:hidden!important;}

  /* Print only the article reading area */
  body.agtv-print-article .agtv-news-single-wrap,
  body.agtv-print-article .agtv-single-article,
  body.agtv-print-article .agtv-single-main{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important;}
  body.agtv-print-article .agtv-single-main{font-family:Inter,Arial,sans-serif!important;}

  body.agtv-print-article .agtv-single-cat{display:inline-block!important;margin:0 0 12px!important;padding:5px 9px!important;border:1px solid #d1d5db!important;border-radius:999px!important;background:#f3f4f6!important;color:#111827!important;font-size:9pt!important;letter-spacing:.04em!important;font-weight:800!important;}
  body.agtv-print-article .agtv-single-main h1{font-family:Inter,Arial,sans-serif!important;color:#071a33!important;font-size:25pt!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:0 0 16px!important;page-break-after:avoid!important;}
  body.agtv-print-article .agtv-single-content{border-top:1px solid #e5e7eb!important;padding-top:14px!important;font-size:11pt!important;line-height:1.58!important;color:#111827!important;}
  body.agtv-print-article .agtv-single-content p{font-size:11pt!important;line-height:1.58!important;margin:0 0 12px!important;color:#111827!important;orphans:3;widows:3;}
  body.agtv-print-article .agtv-single-content blockquote{border-left:3px solid #d1d5db!important;margin:14px 0!important;padding:0 0 0 12px!important;color:#111827!important;}

  /* Clean gallery: compact, no URL text, no overflow */
  body.agtv-print-article .agtv-single-gallery{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin:16px 0 14px!important;padding:0!important;border:0!important;page-break-inside:avoid!important;break-inside:avoid!important;}
  body.agtv-print-article .agtv-single-gallery a{display:block!important;text-decoration:none!important;color:inherit!important;}
  body.agtv-print-article .agtv-single-gallery img{display:block!important;width:100%!important;height:42mm!important;max-height:42mm!important;object-fit:cover!important;border-radius:6px!important;}
  body.agtv-print-article .agtv-single-video{display:none!important;}

  /* Reporter/date row prints cleanly */
  body.agtv-print-article .agtv-report-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;margin:16px 0!important;padding:12px 0!important;border-top:1px solid #e5e7eb!important;border-bottom:1px solid #e5e7eb!important;page-break-inside:avoid!important;break-inside:avoid!important;}
  body.agtv-print-article .agtv-report-by span{display:block!important;font-size:10pt!important;color:#111827!important;font-weight:500!important;}
  body.agtv-print-article .agtv-report-by strong{font-weight:800!important;color:#071a33!important;}
  body.agtv-print-article .agtv-report-by small{display:block!important;margin-top:2px!important;font-size:9.5pt!important;color:#374151!important;font-weight:700!important;}
  body.agtv-print-article .agtv-report-meta{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;margin-left:auto!important;color:#111827!important;font-size:9.5pt!important;font-weight:700!important;white-space:nowrap!important;}
  body.agtv-print-article .agtv-report-meta svg{width:12px!important;height:12px!important;margin-right:4px!important;stroke:#111827!important;fill:none!important;}

  /* About reporter may print, but without social buttons/extra chrome */
  body.agtv-print-article .agtv-reporter-card{display:grid!important;grid-template-columns:70px 1fr!important;gap:14px!important;margin:18px 0 0!important;padding:12px!important;border:1px solid #e5e7eb!important;border-radius:10px!important;background:#fff!important;page-break-inside:avoid!important;break-inside:avoid!important;}
  body.agtv-print-article .agtv-reporter-card img{width:70px!important;height:70px!important;border-radius:999px!important;object-fit:cover!important;}
  body.agtv-print-article .agtv-reporter-card span{display:block!important;font-size:8.5pt!important;text-transform:none!important;color:#111827!important;font-weight:800!important;margin:0 0 2px!important;}
  body.agtv-print-article .agtv-reporter-card h3{font-size:13pt!important;line-height:1.2!important;margin:0!important;color:#071a33!important;font-weight:900!important;}
  body.agtv-print-article .agtv-reporter-card strong{display:block!important;font-size:9.5pt!important;color:#155eef!important;margin:2px 0 6px!important;}
  body.agtv-print-article .agtv-reporter-card p{font-size:9.5pt!important;line-height:1.42!important;margin:0!important;color:#111827!important;}

  /* Do not let browser/theme append URLs after links */
  body.agtv-print-article a,
  body.agtv-print-article a:visited{color:inherit!important;text-decoration:none!important;}
  body.agtv-print-article a[href]::after,
  body.agtv-print-article a[href]::before,
  body.agtv-print-article abbr[title]::after{content:""!important;display:none!important;}

  /* Avoid blank page and clipping */
  body.agtv-print-article .agtv-single-main > *{max-width:100%!important;overflow:visible!important;}
}
