.cmp-gabco-news, .cmp-gabco-news * { margin: 0; box-sizing: border-box; }
[class*="elementor"] .cmp-gabco-news {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  background: #ffffff !important;
}
.cmp-gabco-news {
  --bg: #ffffff;
  --bg-soft: #f7f8fa;
  --bg-paper: #FAF5E8;
  --ink: #002868;
  --ink-deep: #06122e;
  --ink-mid: #1a3a7a;
  --ink-body: #1a2744;
  --ink-muted: #5a6275;
  --gold: #C5960C;
  --gold-deep: #8E6B08;
  --gold-soft: #FAF1D9;
  --civic-green: #10c97a;
  --green-deep: #0a8a55;
  --green-soft: #E7FBF1;
  --red: #BF0A30;
  --red-deep: #960823;
  --red-soft: #FBE7EB;
  --card-navy: #002868;
  --hairline: rgba(0,40,104,0.12);
  --hairline-strong: rgba(0,40,104,0.22);
  --focus: #C5960C;
  --navy: #06122e;
  --shadow-card: 0 4px 16px rgba(0,40,104,0.08);
  --shadow-card-hover: 0 10px 28px rgba(0,40,104,0.16);
  width: 100%;
  background: var(--bg) !important;
  color: var(--ink-body) !important;
  font-family: 'Inter', system-ui, sans-serif;
  position: relative;
}
.cmp-gabco-news__wrap {
  max-width: 1200px; margin: 0 auto; padding: 64px 32px 48px;
  position: relative;
}
.cmp-gabco-news--empty .cmp-gabco-news__wrap { padding: 48px 32px; }
.cmp-gabco-news--empty .cmp-gabco-news__filters { display: none; }
.cmp-gabco-news--empty .cmp-gabco-news__grid { margin-bottom: 28px; }
.cmp-gabco-news__feed-heading { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.cmp-gabco-news__filters {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 40px;
}
.cmp-gabco-news__filter {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.05em;
  min-height: 44px; padding: 8px 18px; border-radius: 999px; border: 1px solid var(--hairline-strong);
  background: var(--bg); color: var(--ink); cursor: pointer;
  transition: all 0.2s ease; white-space: nowrap; text-decoration: none;
}
.cmp-gabco-news__filter:link, .cmp-gabco-news__filter:visited { color: var(--ink); }
.cmp-gabco-news__filter:hover {
  background: var(--gold-soft); border-color: var(--gold);
  color: var(--gold-deep); text-decoration: none;
}
.cmp-gabco-news__filter--active {
  background: var(--ink); border-color: var(--ink); color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,40,104,0.22);
}
.cmp-gabco-news__filter--active:link, .cmp-gabco-news__filter--active:visited { color: #ffffff; }
.cmp-gabco-news__filter--active:hover {
  background: var(--ink-deep); color: #ffffff;
}
.cmp-gabco-news__filter-count {
  font-size: 11px; font-weight: 500; line-height: 1.3; margin-left: 4px; color: inherit; opacity: 0.85;
}
.cmp-gabco-news__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 56px;
}
.cmp-gabco-news__card {
  display: flex; flex-direction: column;
  background: var(--bg); border: 1px solid var(--hairline);
  box-shadow: var(--shadow-card);
  border-radius: 14px; overflow: hidden;
  transition: all 0.3s ease;
  animation: kf-gabco-news-widget-fadeUp 0.6s ease both;
  text-decoration: none; color: inherit;
  cursor: pointer;
  position: relative;
}
button.cmp-gabco-news__card {
  appearance: none; -webkit-appearance: none;
  width: 100%; padding: 0;
  font: inherit; text-align: left;
}
.cmp-gabco-news__card::before {
  content: ''; position: absolute; left: 18px; right: 18px; top: 0; height: 3px;
  background: var(--gold); z-index: 1;
  opacity: 1; transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.cmp-gabco-news__card:hover::before { transform: scaleX(1); }
.cmp-gabco-news__card:link, .cmp-gabco-news__card:visited { color: inherit; text-decoration: none; }
.cmp-gabco-news__card:hover {
  transform: translateY(-4px);
  border-color: var(--hairline-strong);
  box-shadow: var(--shadow-card-hover);
}
.cmp-gabco-news__card--featured { background: var(--gold-soft); border-color: rgba(197,150,12,0.30); }
.cmp-gabco-news__card--featured::before { transform: scaleX(1); }
.cmp-gabco-news__card:nth-child(2) { animation-delay: 0.08s; }
.cmp-gabco-news__card:nth-child(3) { animation-delay: 0.16s; }
.cmp-gabco-news__card:nth-child(4) { animation-delay: 0.24s; }
.cmp-gabco-news__card:nth-child(5) { animation-delay: 0.32s; }
.cmp-gabco-news__card:nth-child(6) { animation-delay: 0.40s; }
.cmp-gabco-news__card-image {
  width: 100%; aspect-ratio: 16/9; overflow: hidden;
  background: var(--bg-soft); position: relative;
}
.cmp-gabco-news__card-image img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.4s ease;
}
.cmp-gabco-news__card:hover .cmp-gabco-news__card-image img { transform: scale(1.04); }
.cmp-gabco-news__card-image-skel {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,40,104,0.04) 0%, rgba(0,40,104,0.10) 50%, rgba(0,40,104,0.04) 100%);
  background-size: 200% 100%;
  animation: kf-gabco-news-widget-shimmer 1.8s linear infinite;
}
.cmp-gabco-news__card-body {
  display: flex; flex-direction: column; gap: 10px;
  padding: 22px 22px 24px; flex: 1;
}
.cmp-gabco-news__card-badges {
  display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 2px;
}
.cmp-gabco-news__card-badge {
  font-size: 10px; font-weight: 700; line-height: 1.3; letter-spacing: 0.10em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 5px;
  background: var(--red-soft); color: var(--red-deep);
  border: 1px solid rgba(191,10,48,0.28);
  white-space: nowrap;
}
.cmp-gabco-news__card-badge--type { background: var(--ink); color: #ffffff; border-color: var(--ink); }
.cmp-gabco-news__card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px; font-weight: 700; color: var(--ink);
  line-height: 1.3;
}
.cmp-gabco-news__card-excerpt {
  font-size: 13px; font-weight: 500; color: var(--ink-body);
  line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmp-gabco-news__card-meta {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid var(--hairline);
  font-size: 12px; font-weight: 600; line-height: 1.3; color: var(--ink-muted);
}
.cmp-gabco-news__card-meta-item {
  display: inline-flex; align-items: center; gap: 6px;
}
.cmp-gabco-news__card-meta-item svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }
.cmp-gabco-news__loading {
  grid-column: 1/-1;
  padding: 64px 32px; text-align: center;
  color: var(--ink-muted); font-size: 13px; font-weight: 700; line-height: 1.3;
  letter-spacing: 0.10em; text-transform: uppercase;
  animation: kf-gabco-news-widget-pulse 1.8s ease-in-out infinite;
}
.cmp-gabco-news__empty {
  grid-column: 1/-1;
  padding: 56px 24px 28px; text-align: center;
}
.cmp-gabco-news__empty-icon {
  width: 72px; height: 72px; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--gold-soft); border: 1px solid rgba(197,150,12,0.30);
}
.cmp-gabco-news__empty-icon svg { width: 30px; height: 30px; stroke: var(--gold-deep); fill: none; stroke-width: 1.5; }
.cmp-gabco-news__empty-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px; font-weight: 700; line-height: 1.2; color: var(--ink); margin-bottom: 10px;
}
.cmp-gabco-news__empty-text {
  font-size: 14px; color: var(--ink-body); max-width: 420px;
  margin: 0 auto; line-height: 1.6;
}
.cmp-gabco-news__empty-retry {
  min-height: 44px; margin-top: 18px; padding: 10px 20px;
  border: 1px solid var(--ink); border-radius: 7px;
  color: #fff; background: var(--ink); font: inherit;
  font-size: 13px; font-weight: 750; cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.cmp-gabco-news__empty-retry:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-1px); }
.cmp-gabco-news__empty-retry:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.cmp-gabco-news__cta {
  background: var(--bg-paper); border: 1px solid var(--hairline-strong);
  border-radius: 16px; padding: 48px 40px; text-align: center;
  animation: kf-gabco-news-widget-fadeUp 0.6s ease 0.45s both;
  position: relative; overflow: hidden;
}
.cmp-gabco-news__cta::before {
  content: ''; position: absolute; top: -80px; right: -80px; width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(197,150,12,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.cmp-gabco-news__cta-eyebrow {
  font-size: 11px; font-weight: 700; line-height: 1.3; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 10px; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
  position: relative;
}
.cmp-gabco-news__cta-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px; font-weight: 700;
  color: var(--ink); margin-bottom: 12px; line-height: 1.25;
  position: relative;
}
.cmp-gabco-news__cta-text {
  font-size: 14px; font-weight: 500; color: var(--ink-body);
  line-height: 1.6; max-width: 520px; margin: 0 auto 26px;
  position: relative;
}
.cmp-gabco-news__cta-btns {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  position: relative;
}
.cmp-gabco-news__btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 10px;
  font-size: 13px; font-weight: 700; text-decoration: none;
  transition: all 0.2s ease; white-space: nowrap; cursor: pointer;
}
.cmp-gabco-news__btn-primary {
  background: var(--ink); color: #ffffff; border: 1px solid var(--ink);
  box-shadow: 0 4px 14px rgba(0,40,104,0.25);
}
.cmp-gabco-news__btn-primary:link, .cmp-gabco-news__btn-primary:visited { color: #ffffff; }
.cmp-gabco-news__btn-primary:hover {
  background: var(--ink-deep); transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,40,104,0.35), 0 0 0 2px rgba(197,150,12,0.18);
}
.cmp-gabco-news__btn-secondary {
  background: var(--bg); border: 1px solid var(--hairline-strong); color: var(--ink);
  box-shadow: var(--shadow-card);
}
.cmp-gabco-news__btn-secondary:link, .cmp-gabco-news__btn-secondary:visited { color: var(--ink); }
.cmp-gabco-news__btn-secondary:hover {
  background: var(--gold-soft); border-color: var(--gold);
  color: var(--gold-deep); transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(197,150,12,0.20);
}
.cmp-gabco-news__btn-arrow {
  width: 14px; height: 14px; transition: transform 0.2s ease; flex-shrink: 0;
}
.cmp-gabco-news__btn:hover .cmp-gabco-news__btn-arrow { transform: translateX(3px); }
@keyframes kf-gabco-news-widget-fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes kf-gabco-news-widget-shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes kf-gabco-news-widget-pulse { 0%,100% { opacity: 0.6; } 50% { opacity: 1; } }
@keyframes kf-gabco-news-widget-cmpSkel { 0%{background-position:200% 0;} 100%{background-position:-200% 0;} }
.cmp-gabco-news__pagination { display:flex; justify-content:center; margin:32px 0 16px; }
.cmp-gabco-news__pagination nav { width:100%; }
.cmp-gabco-news__pagination-list { display:flex; gap:6px; padding:0; margin:0; flex-wrap:wrap; align-items:center; justify-content:center; }
.cmp-gabco-news__pagination a,
.cmp-gabco-news__pagination .page-numbers { display:inline-flex; align-items:center; justify-content:center; min-width:44px; height:44px; padding:0 12px; border-radius:8px; border:1px solid var(--hairline-strong); background:var(--bg); color:var(--ink); text-decoration:none; font-weight:600; font-size:14px; transition:all 0.2s ease; }
.cmp-gabco-news__pagination a:hover { background:var(--gold-soft); border-color:var(--gold); color:var(--gold-deep); transform:translateY(-1px); }
.cmp-gabco-news__pagination a[aria-current="page"],
.cmp-gabco-news__pagination .page-numbers.current { background:var(--ink); border-color:var(--ink); color:#ffffff; cursor:default; pointer-events:none; box-shadow:0 2px 8px rgba(0,40,104,0.22); }
.cmp-gabco-news__pagination .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.cmp-gabco-news__pag-gap { display:inline-flex; align-items:center; justify-content:center; min-width:24px; height:40px; color:var(--ink); font-weight:700; font-size:14px; }
.cmp-gabco-news__skeleton { background:linear-gradient(90deg, rgba(0,40,104,0.04) 25%, rgba(0,40,104,0.08) 50%, rgba(0,40,104,0.04) 75%); background-size:200% 100%; animation:kf-gabco-news-widget-cmpSkel 1.4s ease infinite; border-radius:14px; min-height:320px; }
.cmp-gabco-news__views{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:-18px 0 34px}
.cmp-gabco-news__view{display:inline-flex;align-items:center;gap:6px;min-height:44px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;border-radius:999px;border:1px solid var(--hairline-strong);background:var(--bg);color:var(--ink-muted);cursor:pointer;transition:all .2s ease;white-space:nowrap}
.cmp-gabco-news__view svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none;flex-shrink:0}
.cmp-gabco-news__view:hover{background:var(--gold-soft);border-color:var(--gold);color:var(--gold-deep);transform:translateY(-1px)}
.cmp-gabco-news__view--active{background:var(--gold-soft);border-color:var(--gold);color:var(--navy)}
.cmp-gabco-news--empty .cmp-gabco-news__views{display:none}
.cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead{grid-column:span 2}
.cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)}
.cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img .cmp-gabco-news__card-image{height:100%;min-height:360px;aspect-ratio:auto}
.cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead .cmp-gabco-news__card-body{padding:32px;justify-content:center}
.cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead .cmp-gabco-news__card-title{font-size:28px;line-height:1.18}
.cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead .cmp-gabco-news__card-excerpt{-webkit-line-clamp:4;font-size:14px;line-height:1.65}
.cmp-gabco-news__grid--wall{display:block;column-count:3;column-gap:24px}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card{break-inside:avoid;margin:0 0 24px;display:flex}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card--has-img{position:relative;display:block}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card--has-img .cmp-gabco-news__card-image{aspect-ratio:3/4}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card--has-img:nth-child(2n) .cmp-gabco-news__card-image{aspect-ratio:1/1}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card--has-img:nth-child(3n) .cmp-gabco-news__card-image{aspect-ratio:16/10}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card--has-img .cmp-gabco-news__card-body{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(2,8,24,0.88) 52%,rgba(2,8,24,0.96) 100%);padding:46px 18px 16px;gap:8px}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card--has-img .cmp-gabco-news__card-excerpt{display:none}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card--has-img .cmp-gabco-news__card-title{font-size:17px;line-height:1.25;color:#ffffff}
.cmp-gabco-news__grid--wall .cmp-gabco-news__card--has-img .cmp-gabco-news__card-meta{border-top:0;padding-top:0;margin-top:0;color:rgba(255,255,255,0.88)}
.cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead{grid-column:1/-1}
.cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img{display:grid;grid-template-columns:1.25fr 1fr}
.cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img .cmp-gabco-news__card-image{aspect-ratio:auto;height:100%;min-height:320px}
.cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead .cmp-gabco-news__card-body{padding:34px 38px;justify-content:center}
.cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead .cmp-gabco-news__card-title{font-size:30px;line-height:1.2}
.cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead .cmp-gabco-news__card-excerpt{-webkit-line-clamp:4;font-size:14.5px}
@media (max-width:900px){
  .cmp-gabco-news__grid--wall{column-count:2}
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead{grid-column:1/-1}
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.82fr)}
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img .cmp-gabco-news__card-image{min-height:300px}
  .cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img{display:flex;flex-direction:column}
  .cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img .cmp-gabco-news__card-image{aspect-ratio:16/9;height:auto;min-height:0}
}
@media (max-width:680px){
  .cmp-gabco-news__grid--wall{column-count:1}
}
@media (max-width: 900px) {
  .cmp-gabco-news__grid { grid-template-columns: repeat(2, 1fr); }
  .cmp-gabco-news__wrap { padding: 56px 28px; }
}
@media (max-width: 768px) {
  .cmp-gabco-news__grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img{display:flex;flex-direction:column}
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img .cmp-gabco-news__card-image{min-height:0;aspect-ratio:16/9}
  .cmp-gabco-news__filters { gap: 8px; }
  .cmp-gabco-news__cta { padding: 32px 24px; }
  .cmp-gabco-news__wrap { padding: 24px 20px 48px; }
}
@media (max-width: 480px) {
  .cmp-gabco-news__wrap { padding: 12px 16px 36px; }
  .cmp-gabco-news__filters { justify-content: flex-start; flex-wrap: nowrap; gap: 8px; margin: 0 -16px 12px; padding: 0 16px 4px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .cmp-gabco-news__filters::-webkit-scrollbar { display: none; }
  .cmp-gabco-news__filter { min-height: 44px; padding: 9px 14px; scroll-snap-align: start; flex: 0 0 auto; font-size: 12px; line-height: 1.3; }
  .cmp-gabco-news__views { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 0 0 16px; }
  .cmp-gabco-news__view { justify-content: center; min-width: 0; min-height: 44px; padding: 8px 5px; border-radius: 7px; font-size: 10px; line-height: 1.3; letter-spacing: .04em; }
  .cmp-gabco-news__view svg { width: 12px; height: 12px; }
  .cmp-gabco-news__grid { grid-template-columns: 1fr; gap: 0; margin-bottom: 36px; }
  .cmp-gabco-news__card { display: grid; grid-template-columns: 104px minmax(0,1fr); min-height: 104px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--hairline); border-radius: 0; box-shadow: none; overflow: visible; }
  .cmp-gabco-news__card::before { display: none; }
  .cmp-gabco-news__card:hover { transform: none; box-shadow: none; background: var(--bg-soft); }
  .cmp-gabco-news__card-image { width: 104px; height: 104px; aspect-ratio: 1; border-radius: 7px; }
  .cmp-gabco-news__card-image img { object-position: center; }
  .cmp-gabco-news__card-body { min-width: 0; gap: 6px; padding: 2px 0 2px 14px; }
  .cmp-gabco-news__card-title { font-size: 16px; line-height: 1.25; }
  .cmp-gabco-news__card-excerpt { display: none; }
  .cmp-gabco-news__card-badges { gap: 4px; margin: 0; }
  .cmp-gabco-news__card-badge { max-width: 100%; overflow: hidden; text-overflow: ellipsis; padding: 3px 7px; font-size: 9px; line-height: 1.3; letter-spacing: .06em; }
  .cmp-gabco-news__card-badges .cmp-gabco-news__card-badge:nth-child(n+2) { display: none; }
  .cmp-gabco-news__card-meta { gap: 8px; margin-top: auto; padding-top: 6px; border-top: 0; font-size: 11px; line-height: 1.3; }
  .cmp-gabco-news__card-meta-item:nth-child(n+2) { display: none; }
  .cmp-gabco-news__card-play svg { width: 38px; height: 38px; }
  .cmp-gabco-news__card--lead,
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead,
  .cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead { display: flex; flex-direction: column; padding: 0; margin-bottom: 14px; border: 1px solid var(--hairline-strong); border-radius: 8px; box-shadow: 0 8px 24px rgba(0,40,104,.10); overflow: hidden; }
  .cmp-gabco-news__card--lead .cmp-gabco-news__card-image,
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img .cmp-gabco-news__card-image,
  .cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead.cmp-gabco-news__card--has-img .cmp-gabco-news__card-image { width: 100%; height: auto; min-height: 0; aspect-ratio: 16/10; border-radius: 0; }
  .cmp-gabco-news__card--lead .cmp-gabco-news__card-body,
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead .cmp-gabco-news__card-body,
  .cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead .cmp-gabco-news__card-body { padding: 18px; }
  .cmp-gabco-news__card--lead .cmp-gabco-news__card-title,
  .cmp-gabco-news--layout-editorial .cmp-gabco-news__card--lead .cmp-gabco-news__card-title,
  .cmp-gabco-news--layout-magazine .cmp-gabco-news__card--lead .cmp-gabco-news__card-title { font-size: 21px; line-height: 1.2; }
  .cmp-gabco-news__card--lead .cmp-gabco-news__card-excerpt { display: -webkit-box; -webkit-line-clamp: 2; font-size: 13px; line-height: 1.5; }
  .cmp-gabco-news__card--lead .cmp-gabco-news__card-badges .cmp-gabco-news__card-badge:nth-child(n+2),
  .cmp-gabco-news__card--lead .cmp-gabco-news__card-meta-item:nth-child(n+2) { display: inline-flex; }
  .cmp-gabco-news__skeleton { min-height: 104px; border-radius: 0; border-bottom: 1px solid var(--hairline); }
  .cmp-gabco-news__loading { padding: 32px 16px; }
  .cmp-gabco-news__empty { padding: 32px 16px 18px; }
  .cmp-gabco-news__empty-icon { width: 56px; height: 56px; margin-bottom: 14px; }
  .cmp-gabco-news__empty-title { font-size: 22px; line-height: 1.2; }
  .cmp-gabco-news__empty-text { font-size: 14px; line-height: 1.5; }
  .cmp-gabco-news__empty-retry { margin-top: 16px; padding: 10px 18px; }
  .cmp-gabco-news__cta { padding: 28px 18px; border-radius: 8px; }
  .cmp-gabco-news__cta-btns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .cmp-gabco-news__btn { justify-content: center; min-width: 0; min-height: 44px; padding: 10px 8px; border-radius: 7px; font-size: 13px; line-height: 1.25; white-space: normal; text-align: center; }
}

button.cmp-gabco-news__card { cursor: default; }
button.cmp-gabco-news__card:hover { transform: none; box-shadow: 0 4px 14px rgba(0,40,104,0.08); border-color: rgba(0,40,104,0.10); }
button.cmp-gabco-news__card--modal { cursor: pointer; }
button.cmp-gabco-news__card--modal:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); border-color: var(--hairline-strong); }
.cmp-gabco-news-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
  font-family: 'Inter', system-ui, sans-serif;
}
.cmp-gabco-news-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.cmp-gabco-news-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 20, 0.78);
}
.cmp-gabco-news-modal__panel {
  position: relative;
  width: min(1040px, 100%);
  max-height: calc(100dvh - 36px);
  color: var(--pm-text, #1a2744);
  background: var(--pm-bg, #ffffff);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  transform: translateY(12px);
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1);
}
.cmp-gabco-news-modal.is-open .cmp-gabco-news-modal__panel { transform: translateY(0); }
.cmp-gabco-news-modal__scroll {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.28fr);
  max-height: calc(100dvh - 38px);
  overflow: hidden;
}
.cmp-gabco-news-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  color: #ffffff;
  background: #06122e;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.cmp-gabco-news-modal__close:hover,
.cmp-gabco-news-modal__close:focus-visible {
  color: #06122e;
  border-color: #c5960c;
  background: #f5d77a;
}
.cmp-gabco-news-modal__close-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.cmp-gabco-news-modal__close-icon::before,
.cmp-gabco-news-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.cmp-gabco-news-modal__close-icon::before { transform: rotate(45deg); }
.cmp-gabco-news-modal__close-icon::after { transform: rotate(-45deg); }
.cmp-gabco-news-modal__hero-wrap {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px;
  background: #06122e;
}
.cmp-gabco-news-modal__hero-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(6, 18, 46, 0.68), transparent 18%, transparent 78%, rgba(6, 18, 46, 0.52)),
    linear-gradient(to bottom, rgba(6, 18, 46, 0.38), transparent 18%, transparent 62%, rgba(6, 18, 46, 0.88));
}
.cmp-gabco-news-modal__hero-ph {
  position: relative;
  z-index: 3;
  max-width: 260px;
  color: #ffffff;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cmp-gabco-news-modal__hero {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cmp-gabco-news-modal__media-strip { display: flex; flex-direction: column; gap: 14px; margin: 4px 0 22px; }
.cmp-gabco-news-modal__media { width: 100%; }
.cmp-gabco-news-modal__video { display: block; width: 100%; max-height: 70vh; border-radius: 6px; background: #000000; }
.cmp-gabco-news-modal__audio { display: block; width: 100%; }
.cmp-gabco-news-modal__gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
.cmp-gabco-news-modal__gallery-img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 6px; }
.cmp-gabco-news-modal__media-link,
.cmp-gabco-news-modal__file {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--pm-border, rgba(0, 40, 104, 0.18));
  border-radius: 6px;
  color: var(--pm-head, #002868);
  background: #f7f8fb;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}
.cmp-gabco-news-modal__media-link svg { width: 18px; height: 18px; fill: currentColor; }
.cmp-gabco-news-modal__file svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.cmp-gabco-news__card-image{position:relative}
.cmp-gabco-news__card-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}
.cmp-gabco-news__card-play svg{width:52px;height:52px;fill:rgba(255,255,255,.95);filter:drop-shadow(0 2px 10px rgba(0,0,0,.55))}
.cmp-gabco-news-modal__full { margin-top: 18px; animation: kf-gabco-news-widget-modal-reveal 240ms ease both; }
.cmp-gabco-news-modal__full p:first-child { margin-top: 0; }
@keyframes kf-gabco-news-widget-modal-reveal { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.cmp-gabco-news-modal__btn-chev { transition: transform 160ms ease; }
.cmp-gabco-news-modal__btn[aria-expanded="true"] .cmp-gabco-news-modal__btn-chev { transform: rotate(180deg); }
.cmp-gabco-news-modal__body {
  min-width: 0;
  max-height: calc(100dvh - 38px);
  padding: 42px 42px 34px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.cmp-gabco-news-modal__badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.cmp-gabco-news-modal__badge {
  padding: 6px 10px;
  border: 1px solid rgba(191, 10, 48, 0.18);
  border-radius: 5px;
  color: #8f0a26;
  background: #fbe7eb;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.cmp-gabco-news-modal__title {
  margin-bottom: 16px;
  color: var(--pm-head, #002868);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
.cmp-gabco-news-modal__meta {
  display: flex;
  gap: 10px 18px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--pm-border, rgba(0, 40, 104, 0.12));
  color: var(--pm-meta, #5a6275);
  font-size: 13px;
  font-weight: 650;
}
.cmp-gabco-news-modal__meta-item { display: inline-flex; align-items: center; gap: 7px; }
.cmp-gabco-news-modal__meta-item svg { width: 15px; height: 15px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; }
.cmp-gabco-news-modal__text,
.cmp-gabco-news-modal__full { color: var(--pm-text, #1a2744); font-size: 16px; line-height: 1.7; }
.cmp-gabco-news-modal__text p,
.cmp-gabco-news-modal__full p { margin: 0 0 16px; }
.cmp-gabco-news-modal__text p:last-child,
.cmp-gabco-news-modal__full p:last-child { margin-bottom: 0; }
.cmp-gabco-news-modal__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--pm-border, rgba(0, 40, 104, 0.12));
}
.cmp-gabco-news-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid #002868;
  border-radius: 6px;
  color: #ffffff;
  background: #002868;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.cmp-gabco-news-modal__btn:hover,
.cmp-gabco-news-modal__btn:focus-visible { border-color: #c5960c; background: #06122e; transform: translateY(-1px); }
.cmp-gabco-news-modal__btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.4; }
.cmp-gabco-news-modal__nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--pm-border, rgba(0, 40, 104, 0.12));
}
.cmp-gabco-news-modal__nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(0, 40, 104, 0.2);
  border-radius: 6px;
  color: #002868;
  background: #f7f8fb;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}
.cmp-gabco-news-modal__nav-btn:last-child { justify-self: end; }
.cmp-gabco-news-modal__nav-btn:hover,
.cmp-gabco-news-modal__nav-btn:focus-visible { border-color: #c5960c; background: #faf5e8; }
.cmp-gabco-news-modal__nav-btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.cmp-gabco-news-modal__nav-btn--off { visibility: hidden; pointer-events: none; }
.cmp-gabco-news-modal__nav-count { color: var(--pm-meta, #5a6275); font-size: 12px; font-weight: 800; line-height: 1.3; letter-spacing: 0.04em; white-space: nowrap; }
@media (max-width: 860px) {
  .cmp-gabco-news-modal { padding: 12px; }
  .cmp-gabco-news-modal__panel,
  .cmp-gabco-news-modal__scroll { max-height: calc(100dvh - 24px); }
  .cmp-gabco-news-modal__scroll { display: block; overflow-y: auto; overscroll-behavior: contain; }
  .cmp-gabco-news-modal__hero-wrap { min-height: 260px; padding: 24px; }
  .cmp-gabco-news-modal__body { max-height: none; padding: 30px 28px 28px; overflow: visible; }
  .cmp-gabco-news-modal__title { padding-right: 48px; font-size: 34px; line-height: 1.12; }
}
@media (max-width: 560px) {
  .cmp-gabco-news-modal { padding: 0; }
  .cmp-gabco-news-modal__panel,
  .cmp-gabco-news-modal__scroll { width: 100%; max-height: 100dvh; min-height: 100dvh; border-radius: 0; }
  .cmp-gabco-news-modal__hero-wrap { min-height: 210px; padding: 20px; }
  .cmp-gabco-news-modal__body { padding: 24px 20px 28px; }
  .cmp-gabco-news-modal__title { padding-right: 38px; font-size: 28px; line-height: 1.14; }
  .cmp-gabco-news-modal__meta { margin-bottom: 20px; padding-bottom: 16px; }
  .cmp-gabco-news-modal__actions { display: grid; }
  .cmp-gabco-news-modal__btn { width: 100%; }
  .cmp-gabco-news-modal__nav-btn span { display: none; }
  .cmp-gabco-news-modal__nav-btn { min-width: 44px; padding: 9px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .cmp-gabco-news *,
  .cmp-gabco-news *::before,
  .cmp-gabco-news *::after,
  .cmp-gabco-news-modal,
  .cmp-gabco-news-modal__panel,
  .cmp-gabco-news-modal__btn,
  .cmp-gabco-news-modal__full { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
@media (max-width: 520px) {
  .cmp-gabco-news,
  .cmp-gabco-news__wrap,
  .cmp-gabco-news__inner,
  .cmp-gabco-news__grid,
  .cmp-gabco-news__cards,
  .cmp-gabco-news__card,
  .cmp-gabco-news__text,
  .cmp-gabco-news__body,
  .cmp-gabco-news__controls { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .cmp-gabco-news__decoration,
  .cmp-gabco-news__decoration--tl,
  .cmp-gabco-news__decoration--br { display: none; }
}
