.rgcn-news-state{
  grid-column:1/-1;
  margin:0;
  padding:22px 24px;
  border:1px solid #e4d5cf;
  border-radius:18px;
  background:#fff;
  color:#75666b;
  text-align:center;
}
.rgcn-news-state--loading{position:relative;padding-left:54px}
.rgcn-news-state--loading::before{
  content:"";
  position:absolute;
  left:calc(50% - 72px);
  top:50%;
  width:17px;
  height:17px;
  margin-top:-9px;
  border:2px solid #ddc8c2;
  border-top-color:#7c142e;
  border-radius:50%;
  animation:rgcnSpin .75s linear infinite;
}
.rgcn-news-state--error{color:#7c142e;background:#fff7f7}
.rgcn-server-feed{width:100%}
.rgc-news-card img{background:#f3eae1}
@keyframes rgcnSpin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.rgcn-news-state--loading::before{animation:none}}
.rgcn-single,.rgcn-archive{width:min(calc(100% - 40px),1100px);margin:0 auto;padding:70px 0 90px;color:#342b2e}
.rgcn-article{max-width:900px;margin:0 auto}.rgcn-article__header h1,.rgcn-archive__header h1{margin:0;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1;color:#1d1820}
.rgcn-article__eyebrow{margin:0 0 15px;color:#7c142e;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.rgcn-article__meta{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:20px;color:#75666b;font-weight:600}.rgcn-article__image{margin:40px 0 32px}.rgcn-article__image img{width:100%;height:auto;border-radius:24px}
.rgcn-article__content{font-size:1.05rem;line-height:1.8}.rgcn-article__content h2,.rgcn-article__content h3{color:#1d1820}.rgcn-article__relations{margin-top:45px;padding:26px;border-radius:20px;background:#fbf7f2;border:1px solid #e4d5cf}.rgcn-article__relations h2{margin-top:0}.rgcn-article__relations ul{margin-bottom:0}.rgcn-article__relations a{color:#7c142e;font-weight:700}
.rgcn-archive__header{max-width:780px;margin-bottom:42px}.rgcn-archive__header>p:last-child{font-size:1.05rem;color:#75666b}.rgcn-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.rgcn-archive .nav-links{display:flex;justify-content:center;gap:8px;margin-top:40px}.rgcn-archive .page-numbers{padding:9px 13px;border-radius:999px;background:#f3eae1;color:#7c142e;text-decoration:none}.rgcn-archive .page-numbers.current{background:#7c142e;color:#fff}
@media(max-width:900px){.rgcn-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.rgcn-archive__grid{grid-template-columns:1fr}.rgcn-single,.rgcn-archive{padding:45px 0 65px}}


.rgc-news-card.is-pinned{background:#fff5f1;border-color:#c995a3;box-shadow:0 14px 34px rgba(124,20,46,.16)}
.rgcn-pinned-badge{display:inline-flex;align-items:center;margin:0 0 9px;padding:6px 10px;border-radius:999px;background:#7c142e;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}

/* Plataforma unificada 2.0.5 · archivo editorial de noticias. */
.rgcn-modern-archive{
  --rgcn-brand:#8a1432;
  --rgcn-text:#211b20;
  --rgcn-muted:#6f6268;
  --rgcn-line:#eadde0;
  width:min(calc(100% - 48px),1400px);
  max-width:none;
  margin:0 auto;
  padding:56px 0 86px;
  color:var(--rgcn-text);
}
.rgcn-modern-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:38px;
  align-items:center;
  min-height:210px;
  margin-bottom:-18px;
  padding:10px 0 54px;
  overflow:hidden;
}
.rgcn-modern-hero>div:first-child{position:relative;z-index:2;max-width:610px}
.rgcn-modern-hero>div:first-child>span{
  display:block;
  margin-bottom:12px;
  color:var(--rgcn-brand);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.rgcn-modern-hero h1{
  margin:0 0 14px!important;
  color:var(--rgcn-text)!important;
  font-size:clamp(2.8rem,6vw,5rem)!important;
  line-height:.94!important;
  font-weight:900!important;
}
.rgcn-modern-hero p{max-width:590px;margin:0;color:var(--rgcn-muted);font-size:1.02rem;line-height:1.65}
.rgcn-modern-hero__decoration{
  position:relative;
  align-self:stretch;
  opacity:.13;
  background-image:radial-gradient(circle,#9a3651 1.2px,transparent 1.2px);
  background-size:10px 10px;
  mask-image:linear-gradient(90deg,transparent,#000 25%,#000);
}
.rgcn-modern-hero__decoration svg{
  position:absolute;
  right:38px;
  top:32px;
  width:110px;
  height:110px;
  fill:none;
  stroke:var(--rgcn-brand);
  stroke-width:5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.rgcn-modern-filter{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(240px,1.2fr) minmax(180px,.85fr) minmax(170px,.75fr) minmax(160px,.68fr);
  gap:12px;
  align-items:center;
  margin-bottom:22px;
  padding:18px 20px 16px;
  border:1px solid var(--rgcn-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 36px rgba(78,24,42,.06);
}
.rgcn-modern-filter label{display:block;min-width:0}
.rgcn-modern-filter input,.rgcn-modern-filter select{
  width:100%;
  min-height:46px;
  padding:10px 14px;
  border:1px solid var(--rgcn-line);
  border-radius:8px;
  background:#fff;
  color:var(--rgcn-text);
  font:inherit;
}
.rgcn-modern-search{position:relative}
.rgcn-modern-search input{padding-right:44px}
.rgcn-modern-search>span:last-child{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:var(--rgcn-brand);font-size:1.45rem;pointer-events:none}
.rgcn-modern-filter>button{
  min-height:46px;
  padding:10px 18px;
  border:0;
  border-radius:8px;
  background:var(--rgcn-brand);
  color:#fff;
  font-weight:850;
  cursor:pointer;
}
.rgcn-modern-topics{
  grid-column:1/-1;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding-top:2px;
}
.rgcn-modern-topics a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 13px;
  border:1px solid var(--rgcn-line);
  border-radius:8px;
  background:#fbf7f8;
  color:#493d42!important;
  text-decoration:none!important;
  font-size:.82rem;
  font-weight:750;
}
.rgcn-modern-topics a.is-active,.rgcn-modern-topics a:hover{border-color:var(--rgcn-brand);background:var(--rgcn-brand);color:#fff!important}
.rgcn-modern-featured,.rgcn-modern-card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--rgcn-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 28px rgba(66,22,37,.055);
}
.rgcn-modern-featured{display:grid;grid-template-columns:minmax(320px,40%) minmax(0,1fr);min-height:230px;margin-bottom:18px}
.rgcn-modern-featured.is-pinned{border-color:#c68a9a;background:#fff9f9;box-shadow:0 15px 34px rgba(123,20,46,.12)}
.rgcn-modern-card__media{position:relative;display:block;min-height:0;overflow:hidden;background:#eee7e3}
.rgcn-modern-featured .rgcn-modern-card__media{min-height:230px}
.rgcn-modern-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.rgcn-modern-featured:hover .rgcn-modern-card__media img,.rgcn-modern-card:hover .rgcn-modern-card__media img{transform:scale(1.025)}
.rgcn-modern-date{
  position:absolute;
  left:12px;
  top:12px;
  display:grid;
  place-items:center;
  width:54px;
  min-height:72px;
  padding:8px 5px;
  border-radius:8px;
  background:var(--rgcn-brand);
  color:#fff;
  text-align:center;
  box-shadow:0 8px 18px rgba(66,11,28,.24);
}
.rgcn-modern-date strong{font-size:1.45rem;line-height:1}
.rgcn-modern-date span{font-size:.68rem;font-weight:900;line-height:1.1}
.rgcn-modern-date small{font-size:.66rem;line-height:1.1}
.rgcn-modern-card__body{display:flex;flex-direction:column;min-width:0;padding:24px 25px}
.rgcn-modern-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px;color:var(--rgcn-brand);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.rgcn-modern-pin{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f7e8ed;color:var(--rgcn-brand)}
.rgcn-modern-card__body h2{margin:0 0 9px!important;color:var(--rgcn-text)!important;font-size:1.35rem!important;line-height:1.15!important;font-weight:850!important}
.rgcn-modern-featured .rgcn-modern-card__body h2{font-size:1.65rem!important}
.rgcn-modern-card__body h2 a{color:inherit!important;text-decoration:none!important}
.rgcn-modern-card__body p{margin:0 0 18px;color:var(--rgcn-muted);font-size:.92rem;line-height:1.5}
.rgcn-modern-read{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--rgcn-brand)!important;text-decoration:none!important;font-weight:850;font-size:.88rem}
.rgcn-modern-read span{font-size:1.15rem;transition:transform .2s ease}.rgcn-modern-read:hover span{transform:translateX(4px)}
.rgcn-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.rgcn-modern-card{display:grid;grid-template-columns:42% minmax(0,1fr);min-height:178px}
.rgcn-modern-card .rgcn-modern-card__media{min-height:178px}
.rgcn-modern-card .rgcn-modern-card__body{padding:17px 18px}
.rgcn-modern-card .rgcn-modern-card__body h2{font-size:1.08rem!important}
.rgcn-modern-card .rgcn-modern-card__body p{font-size:.82rem;line-height:1.42;margin-bottom:12px}
.rgcn-modern-card .rgcn-modern-read{font-size:.8rem}
.rgcn-modern-pagination{display:flex;justify-content:center;margin-top:30px}
.rgcn-modern-pagination .page-numbers{display:inline-grid;place-items:center;min-width:38px;height:38px;margin:0 3px;padding:0 10px;border-radius:999px;color:#4d4146!important;text-decoration:none!important;font-weight:800}
.rgcn-modern-pagination .current{background:var(--rgcn-brand);color:#fff!important}.rgcn-modern-pagination a:hover{background:#f5e8ec;color:var(--rgcn-brand)!important}
.rgcn-modern-empty{padding:54px 24px;border:1px dashed #d9c9ce;border-radius:14px;background:#fff;text-align:center}.rgcn-modern-empty h2{margin:0 0 8px}.rgcn-modern-empty p{margin:0;color:var(--rgcn-muted)}
@media(max-width:980px){
  .rgcn-modern-filter{grid-template-columns:1fr 1fr}.rgcn-modern-filter>button{grid-column:auto}.rgcn-modern-topics{grid-column:1/-1}
  .rgcn-modern-featured{grid-template-columns:42% minmax(0,1fr)}
}
@media(max-width:760px){
  .rgcn-modern-hero{grid-template-columns:1fr;min-height:0}.rgcn-modern-hero__decoration{display:none}
  .rgcn-modern-filter{grid-template-columns:1fr}.rgcn-modern-topics{grid-column:auto}
  .rgcn-modern-featured,.rgcn-modern-card{grid-template-columns:1fr}.rgcn-modern-featured .rgcn-modern-card__media{min-height:240px}.rgcn-modern-card .rgcn-modern-card__media{min-height:210px}
  .rgcn-modern-grid{grid-template-columns:1fr}
}
@media(max-width:520px){.rgcn-modern-archive{width:calc(100% - 24px);padding-top:36px}.rgcn-modern-hero h1{font-size:3rem!important}.rgcn-modern-filter{padding:14px}.rgcn-modern-featured .rgcn-modern-card__media,.rgcn-modern-card .rgcn-modern-card__media{min-height:190px}}

.rgcn-modern-filter>button.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Plataforma unificada 2.0.11 · ancho editorial completo y compatibilidad con Avada. */
body.post-type-archive-rgc_noticia #main,
body.post-type-archive-rgc_noticia #content,
body.post-type-archive-rgc_noticia .fusion-row,
body.page-slug-actualidad #main,
body.page-slug-actualidad #content {
  max-width:none!important;
  width:100%!important;
}
body.post-type-archive-rgc_noticia #main,
body.page-slug-actualidad #main {
  padding-left:0!important;
  padding-right:0!important;
}
