/* === ADP News listing v5 (IGX-style) === */
.adp-news{
  --adp-ink:#141414;--adp-muted:#6b7280;--adp-line:#DFE4EA;--adp-red:#c0392b;
  --adp-soft:#f8f9fb;--adp-card:#fff;
  max-width:1200px;margin:0 auto;padding:8px 20px 80px;color:var(--adp-ink);
  position:relative;
}
.adp-news-toolbar{
  display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;
  gap:16px 32px;margin:0 0 36px;padding:0 0 22px;
  border-bottom:1px solid #e6e6e6;
}
.adp-news-intro{flex:1 1 280px;max-width:42rem;margin:0;min-width:0}
.adp-news-intro p{margin:0;font-size:1.05rem;line-height:1.55;color:#2a2a2a;font-weight:500}
.adp-news-meta{
  display:block;margin:10px 0 0;font-size:13px;line-height:1.4;color:#9a9a9a;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.adp-news-filters{
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;
  flex:0 0 auto;margin-left:auto;
}
.adp-news-filters input{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden}
.adp-news-filters label{
  border:1px solid #d9d9d9;background:#fff;color:#222;cursor:pointer;border-radius:4px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:650;
  padding:11px 16px;line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease;
  user-select:none;
}
.adp-news-filters label:hover{border-color:#111}
.adp-news-filters input:checked + label{background:#111;border-color:#111;color:#fff}
.adp-news-filters input:focus-visible + label{outline:2px solid #c0392b;outline-offset:2px}

/* Featured band — IGX style */
.adp-news-featured{
  position:relative;display:flex!important;flex-direction:column;flex-wrap:nowrap;gap:24px;margin:0 0 64px;
  align-items:stretch;width:100%;
}
@media (min-width:900px){
  .adp-news-featured{flex-direction:row!important;gap:24px;align-items:stretch}
}
.adp-news-featured:before{
  content:"";position:absolute;left:-80px;top:-60px;width:280px;height:280px;border-radius:50%;
  background:rgba(192,57,43,.12);box-shadow:0 0 120px 80px rgba(192,57,43,.08);
  pointer-events:none;z-index:0;
}
.adp-news-hero{
  position:relative;z-index:1;display:flex!important;flex-direction:column;justify-content:flex-end;
  min-height:360px;height:24rem;flex:1 1 58%;max-width:690px;width:auto;min-width:0;
  border-radius:8px;overflow:hidden;text-decoration:none!important;color:#fff!important;
  background-size:cover;background-position:center;padding:24px;
  box-shadow:0 10px 30px rgba(20,20,20,.12);
  transition:transform .35s ease, box-shadow .35s ease;
}
.adp-news-hero:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(20,20,20,.16)}
.adp-news-hero:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.88) 100%);
  pointer-events:none;
}
.adp-news-hero-body{position:relative;z-index:1;margin-top:auto}
.adp-news-hero-date{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:13px;margin:0 0 8px;opacity:.9;
}
.adp-news-hero-title{
  display:block;font-size:clamp(1.35rem,2vw,1.65rem);line-height:1.3;font-weight:650;
  margin:0;color:#fff;transition:color .25s ease;
}
.adp-news-hero:hover .adp-news-hero-title{color:#ffb4ab}

.adp-news-side{
  position:relative;z-index:1;display:flex!important;flex-direction:column!important;gap:16px;
  flex:1 1 38%;min-width:0;width:auto;max-width:100%;
}
@media (min-width:900px){
  .adp-news-side{flex:1 1 0;max-width:calc(100% - 714px);width:auto}
}
.adp-news-side-item{
  display:flex;gap:20px;align-items:flex-start;text-decoration:none!important;color:inherit;
  transition:opacity .2s ease;
}
.adp-news-side-item:hover .adp-news-side-title{color:var(--adp-red)}
.adp-news-side-thumb{
  flex:0 0 180px;width:180px;height:118px;border-radius:8px;overflow:hidden;background:#eee;
}
.adp-news-side-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.adp-news-side-copy{display:flex;flex-direction:column;gap:4px;min-width:0;padding-top:2px}
.adp-news-side-date{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:13px;color:var(--adp-muted);margin:0;
}
.adp-news-side-title{
  font-size:1.05rem;line-height:1.35;font-weight:650;margin:0;color:var(--adp-ink);
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  transition:color .25s ease;
}

/* More / grid */
.adp-news-more{margin-top:8px}
.adp-news-more-head{
  display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 8px;
}
.adp-news-more-head h2{
  font-size:1.5rem;font-weight:650;margin:0;letter-spacing:-.02em;color:var(--adp-ink);
}
.adp-news-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px;
}
.adp-news-card{
  display:block;background:var(--adp-card);border:1px solid var(--adp-line);border-radius:8px;
  overflow:hidden;text-decoration:none!important;color:inherit;
  box-shadow:0 1px 2px rgba(20,20,20,.04);
  transition:box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}
.adp-news-card:hover{
  box-shadow:0 10px 28px rgba(20,20,20,.1);transform:translateY(-3px);border-color:#d0d5dd;
}
.adp-news-card-media{display:block;height:16rem;overflow:hidden;background:#eee}
.adp-news-card-media img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .45s ease;
}
.adp-news-card:hover .adp-news-card-media img{transform:scale(1.04)}
.adp-news-card-body{padding:24px}
.adp-news-card-date{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:12px;color:var(--adp-muted);margin:0 0 8px;
}
.adp-news-card-title{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  font-size:1rem;line-height:1.4;font-weight:650;margin:0;color:#111;
}

.adp-news-item.is-hidden{display:none!important}
.adp-news.is-filtered .adp-news-featured{display:none!important}
.adp-news:not(.is-filtered) .adp-news-item.is-featured-dup{display:none!important}

.adp-news-pager{
  display:flex;justify-content:center;align-items:center;gap:8px;margin:40px 0 0;flex-wrap:wrap;
}
.adp-news-pager button{
  appearance:none;border:0;background:transparent;color:#374151;
  min-width:36px;height:36px;padding:0 8px;border-radius:6px;cursor:pointer;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:14px;font-weight:500;
  transition:background .2s,color .2s;
}
.adp-news-pager button:hover{background:#f3f4f6}
.adp-news-pager button.is-active{
  background:rgba(192,57,43,.08);color:var(--adp-red);font-weight:650;
}
.adp-news-pager button:disabled{opacity:.45;cursor:not-allowed}
.adp-news-empty{display:none;text-align:center;padding:48px 12px;color:#888}
.adp-news.is-empty .adp-news-empty{display:block}
.adp-news.is-empty .adp-news-pager{display:none}

@media (max-width:899px){
  .adp-news-hero{max-width:none!important;width:100%!important;height:20rem;min-height:280px;flex:1 1 auto}
  .adp-news-side{max-width:none!important;width:100%!important}
  .adp-news-side-thumb{flex-basis:140px;width:140px;height:92px}
}
@media (max-width:767px){
  .adp-news{padding:8px 16px 64px}
  .adp-news-grid{grid-template-columns:1fr;gap:16px}
  .adp-news-side-item{gap:14px}
  .adp-news-side-thumb{flex-basis:110px;width:110px;height:78px}
  .adp-news-card-media{height:14rem}
  .adp-news-featured:before{display:none}
}
@media (min-width:768px) and (max-width:1023px){
  .adp-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
