.rgseo-radios-dept-hub, .rgseo-radios-dept-hub *{
  box-sizing:border-box;
}
.rgseo-radios-dept-hub{
  width:min(1680px,calc(100vw - 8px));
  max-width:none;
  margin:30px 0 36px 50%;
  transform:translateX(-50%);
  padding:clamp(18px,2.4vw,28px);
  border-radius:30px;
  color:var(--rg-text);
  background:
    radial-gradient(circle at 8% 0%,var(--rg-orange-a14),transparent 34%),
    radial-gradient(circle at 92% 0%,var(--rg-cyan-soft-a13),transparent 38%),
    linear-gradient(135deg,var(--rg-bg) 0%,var(--rg-card-2) 52%,var(--rg-card-2) 100%);
  border:1px solid var(--rg-white-a07);
  box-shadow:0 24px 64px var(--rg-black-a34),0 0 24px var(--rg-orange-a035);
  overflow:hidden;
}
.entry-content .rgseo-radios-dept-hub, .post-content .rgseo-radios-dept-hub, .site-content .rgseo-radios-dept-hub, .wp-block-post-content .rgseo-radios-dept-hub{
  max-width:none;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-hero{
  position:relative;
  padding:clamp(18px,2.2vw,26px);
  border-radius:26px;
  background:linear-gradient(180deg,var(--rg-white-a058),var(--rg-white-a024));
  border:1px solid var(--rg-white-a075);
  box-shadow:inset 0 1px 0 var(--rg-white-a055);
  overflow:hidden;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-hero--premium{
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at 10% 0%,var(--rg-orange-a12),transparent 36%),
    radial-gradient(circle at 92% 10%,var(--rg-cyan-soft-a12),transparent 42%),
    linear-gradient(180deg,var(--rg-white-a065),var(--rg-white-a026));
  border:1px solid var(--rg-white-a095);
  box-shadow:0 16px 36px var(--rg-black-a24),inset 0 1px 0 var(--rg-white-a065);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-hero-copy{
  position:relative;
  max-width:930px;
  z-index:1;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0%,var(--rg-white-a045) 46%,transparent 70%);
  pointer-events:none;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  color:var(--rg-orange-soft);
  background:linear-gradient(135deg,var(--rg-orange-a20),var(--rg-cyan-soft-a14));
  border:1px solid var(--rg-white-a095);
  font-size:12px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker--hero{
  z-index:1;
  width:max-content;
  box-shadow:0 10px 22px var(--rg-black-a18),0 0 16px var(--rg-orange-a08),inset 0 1px 0 var(--rg-white-a08);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker.is-blue{
  color:var(--rg-muted);
  background:linear-gradient(135deg,var(--rg-cyan-soft-a20),var(--rg-cyan-soft-a14));
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker.is-pink{
  color:var(--rg-orange-soft);
  background:linear-gradient(135deg,var(--rg-orange-a20),var(--rg-orange-a12));
}
.rgseo-radios-dept-hub .rgseo-radios-dept-hero-title{
  position:relative;
  margin:14px 0 0;
  color:var(--rg-text);
  font-size:clamp(2rem,4.4vw,4.4rem);
  line-height:.96;
  font-weight:950;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-hero-subtitle{
  position:relative;
  max-width:880px;
  margin:14px 0 0;
  color:var(--rg-white-a72);
  font-size:clamp(.98rem,1.3vw,1.12rem);
  line-height:1.58;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-badges{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  border-radius:999px;
  color:var(--rg-text);
  background:var(--rg-white-a06);
  border:1px solid var(--rg-white-a085);
  font-size:13px;
  font-weight:850;
  box-shadow:inset 0 1px 0 var(--rg-white-a04);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-badge--radio{
  background:linear-gradient(135deg,var(--rg-cyan-soft-a14),var(--rg-cyan-a08));
  border-color:var(--rg-cyan-soft-a22);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-badge--department{
  background:linear-gradient(135deg,var(--rg-orange-a14),var(--rg-white-a05));
  border-color:var(--rg-orange-soft-a22);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-badge--live{
  background:linear-gradient(135deg,var(--rg-white-a07),var(--rg-cyan-soft-a08));
  border-color:var(--rg-white-a12);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-badge--radio i,
.rgseo-radios-dept-hub .rgseo-radios-dept-badge--live i{
  color:var(--rg-cyan-soft);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-badge--department i{
  color:var(--rg-orange-soft);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section{
  margin-top:20px;
  padding:18px;
  border-radius:26px;
  background:linear-gradient(180deg,var(--rg-cyan-a72),var(--rg-cyan-a90));
  border:1px solid var(--rg-white-a065);
  box-shadow:0 16px 35px var(--rg-black-a24), inset 0 1px 0 var(--rg-white-a035);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head{
  margin-bottom:15px;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--continue,
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--department,
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--featured,
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--category{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0;
  padding-bottom:2px;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--continue:after,
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--department:after,
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--featured:after,
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--category:after{
  content:"";
  width:min(100%,220px);
  height:1px;
  margin-top:12px;
  background:linear-gradient(90deg,var(--rg-cyan-soft-a24),var(--rg-orange-a16),transparent);
  opacity:.9;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--featured:after{
  background:linear-gradient(90deg,var(--rg-orange-a24),var(--rg-cyan-soft-a14),transparent);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head--category:after{
  background:linear-gradient(90deg,var(--rg-white-a12),var(--rg-cyan-soft-a16),transparent);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-kicker{
  box-shadow:0 8px 18px var(--rg-black-a16),inset 0 1px 0 var(--rg-white-a06);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-kicker--continue,
.rgseo-radios-dept-hub .rgseo-radios-dept-section-kicker--department{
  color:var(--rg-cyan-soft);
  background:linear-gradient(135deg,var(--rg-cyan-soft-a20),var(--rg-cyan-soft-a10));
  border-color:var(--rg-cyan-soft-a24);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-kicker--featured{
  color:var(--rg-orange-soft);
  background:linear-gradient(135deg,var(--rg-orange-a20),var(--rg-orange-a11));
  border-color:var(--rg-orange-soft-a22);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-kicker--category{
  color:var(--rg-muted);
  background:linear-gradient(135deg,var(--rg-white-a07),var(--rg-cyan-soft-a08));
  border-color:var(--rg-white-a12);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-title{
  margin:10px 0 0;
  color:var(--rg-text);
  font-size:clamp(1.45rem,2.1vw,2rem);
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.035em;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-subtitle{
  max-width:780px;
  margin:8px 0 0;
  color:var(--rg-white-a70);
  font-size:14px;
  line-height:1.48;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card{
  position:relative;
  min-height:86px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 15px;
  border-radius:20px;
  color:var(--rg-text);
  text-decoration:none;
  background:linear-gradient(135deg,var(--rg-cyan-a94),var(--rg-cyan-a98));
  border:1px solid var(--rg-white-a095);
  box-shadow:0 14px 28px var(--rg-black-a22), inset 0 1px 0 var(--rg-white-a035);
  overflow:hidden;
  cursor:pointer;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease,filter .22s ease;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at 12% 0%,var(--rg-cyan-soft-a08),transparent 34%),radial-gradient(circle at 100% 0%,var(--rg-orange-a07),transparent 38%);
  opacity:.78;
  pointer-events:none;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card:hover, .rgseo-radios-dept-hub .rgseo-radios-dept-card:focus-visible{
  transform:translateY(-4px);
  border-color:var(--rg-cyan-soft-a26);
  background:linear-gradient(135deg,var(--rg-cyan-a98),var(--rg-bg-a99));
  box-shadow:0 18px 38px var(--rg-black-a34),0 0 20px var(--rg-cyan-soft-a08),0 0 0 1px var(--rg-white-a03) inset;
  color:var(--rg-text);
  text-decoration:none;
  outline:none;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-icon{
  position:relative;
  z-index:1;
  width:42px;
  min-width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  color:var(--rg-muted);
  background:linear-gradient(135deg,var(--rg-cyan-soft-a20),var(--rg-cyan-soft-a16));
  border:1px solid var(--rg-white-a10);
  box-shadow:inset 0 1px 0 var(--rg-white-a08),0 8px 16px var(--rg-black-a18);
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card:hover .rgseo-radios-dept-card-icon, .rgseo-radios-dept-hub .rgseo-radios-dept-card:focus-visible .rgseo-radios-dept-card-icon{
  transform:scale(1.06);
  box-shadow:inset 0 1px 0 var(--rg-white-a08),0 12px 20px var(--rg-black-a24),0 0 14px var(--rg-cyan-soft-a10);
  filter:brightness(1.08);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-copy{
  position:relative;
  z-index:1;
  display:block;
  min-width:0;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-title{
  display:block;
  color:var(--rg-text);
  font-size:15px;
  line-height:1.16;
  font-weight:950;
  letter-spacing:-.012em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-meta{
  display:block;
  margin-top:4px;
  color:var(--rg-white-a61);
  font-size:12px;
  line-height:1.22;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.rgseo-radios-dept-hub .rgseo-radios-dept-card-title--department,
.rgseo-radios-dept-hub .rgseo-radios-dept-card-title--featured,
.rgseo-radios-dept-hub .rgseo-radios-dept-card-title--category{
  color:var(--rg-text);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-meta--department{
  color:var(--rg-cyan-soft);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-meta--featured{
  color:var(--rg-orange-soft);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-meta--category{
  color:var(--rg-muted);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow{
  position:relative;
  z-index:1;
  margin-left:auto;
  width:32px;
  min-width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:var(--rg-white-a78);
  background:var(--rg-bg-a58);
  border:1px solid var(--rg-white-a10);
  box-shadow:inset 0 1px 0 var(--rg-white-a04);
  transition:transform .22s ease,color .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow i{
  color:inherit;
  font-size:12px;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card:hover .rgseo-radios-dept-card-arrow, .rgseo-radios-dept-hub .rgseo-radios-dept-card:focus-visible .rgseo-radios-dept-card-arrow{
  transform:translateX(2px);
  color:var(--rg-cyan-soft);
  border-color:var(--rg-cyan-soft-a24);
  background:var(--rg-cyan-a94);
  box-shadow:0 10px 20px var(--rg-black-a28),0 0 14px var(--rg-cyan-soft-a12), inset 0 1px 0 var(--rg-white-a06);
}
.rgseo-radios-dept-hub .rgseo-radios-type-card .rgseo-radios-dept-card-icon{
  color:var(--rg-orange-soft);
  background:linear-gradient(135deg,var(--rg-orange-a18),var(--rg-orange-a12));
}
.rgseo-radios-dept-hub .rgseo-radios-type-card:hover .rgseo-radios-dept-card-arrow, .rgseo-radios-dept-hub .rgseo-radios-type-card:focus-visible .rgseo-radios-dept-card-arrow{
  color:var(--rg-orange-soft);
  border-color:var(--rg-orange-soft-a28);
  box-shadow:0 10px 20px var(--rg-black-a28),0 0 14px var(--rg-orange-a12), inset 0 1px 0 var(--rg-white-a06);
}
.rgseo-radios-dept-hub{
  background:
    radial-gradient(circle at 8% 0%,var(--rg-orange-a11),transparent 34%),
    radial-gradient(circle at 92% 0%,var(--rg-cyan-soft-a10),transparent 38%),
    linear-gradient(135deg,var(--rg-panel) 0%,var(--rg-card-2) 52%,var(--rg-card) 100%);
  border:1px solid var(--rg-white-a07);
  box-shadow:0 20px 46px var(--rg-black-a32),inset 0 1px 0 var(--rg-white-a045);
}
.rgseo-radios-dept-hub:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,var(--rg-white-a026),transparent);
  opacity:.92;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section{
  background:linear-gradient(180deg,var(--rg-white-a058),var(--rg-white-a024));
  border:1px solid var(--rg-white-a085);
  box-shadow:0 14px 34px var(--rg-black-a24),0 0 0 1px var(--rg-white-a025) inset,inset 0 1px 0 var(--rg-white-a045);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker, .rgseo-radios-dept-hub .rgseo-radios-dept-kicker-link .rgseo-radios-dept-kicker, .rgseo-radios-dept-hub .rgseo-radios-dept-kicker.is-orange, .rgseo-radios-dept-hub .rgseo-radios-dept-kicker-link .rgseo-radios-dept-kicker.is-orange{
  color:var(--rg-orange-soft);
  background:linear-gradient(135deg,var(--rg-orange-a20),var(--rg-orange-a12));
  border:1px solid var(--rg-white-a095);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker.is-blue, .rgseo-radios-dept-hub .rgseo-radios-dept-kicker-link .rgseo-radios-dept-kicker.is-blue{
  color:var(--rg-cyan-soft);
  background:linear-gradient(135deg,var(--rg-cyan-soft-a20),var(--rg-cyan-soft-a14));
  border:1px solid var(--rg-white-a095);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker-link:hover, .rgseo-radios-dept-hub .rgseo-radios-dept-kicker-link:focus-visible{
  filter:brightness(1.06);
  box-shadow:0 10px 22px var(--rg-black-a16), inset 0 1px 0 var(--rg-white-a08);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-badge{
  color:var(--rg-text);
  background:var(--rg-white-a06);
  border:1px solid var(--rg-white-a085);
  box-shadow:inset 0 1px 0 var(--rg-white-a04);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-title, .rgseo-radios-dept-hub .rgseo-radios-dept-hero-title, .rgseo-radios-dept-hub .rgseo-radios-dept-card-title, .rgseo-radios-dept-hub .rgseo-radios-continue-title{color:var(--rg-text);}
.rgseo-radios-dept-hub .rgseo-radios-dept-section-subtitle, .rgseo-radios-dept-hub .rgseo-radios-dept-hero-subtitle, .rgseo-radios-dept-hub .rgseo-radios-dept-card-meta, .rgseo-radios-dept-hub .rgseo-radios-continue-meta{color:var(--rg-white-a70);}
.rgseo-radios-dept-hub .rgseo-radios-dept-card, .rgseo-radios-dept-hub .rgseo-radios-continue-card{
  background:linear-gradient(180deg,var(--rg-white-a058),var(--rg-white-a024));
  border:1px solid var(--rg-white-a115);
  box-shadow:0 14px 34px var(--rg-black-a28),0 0 0 1px var(--rg-white-a025) inset,inset 0 1px 0 var(--rg-white-a055);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card:before, .rgseo-radios-dept-hub .rgseo-radios-continue-card:before{
  background:radial-gradient(circle at 18% 0%,var(--rg-orange-a085),transparent 42%),radial-gradient(circle at 88% 0%,var(--rg-cyan-soft-a075),transparent 44%);
  opacity:.78;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card:hover, .rgseo-radios-dept-hub .rgseo-radios-dept-card:focus-visible, .rgseo-radios-dept-hub .rgseo-radios-continue-card:hover, .rgseo-radios-dept-hub .rgseo-radios-continue-card:focus-visible{
  transform:translateY(-6px);
  border-color:var(--rg-white-a18);
  background:linear-gradient(180deg,var(--rg-white-a074),var(--rg-white-a03));
  box-shadow:0 18px 40px var(--rg-black-a35),0 0 20px var(--rg-cyan-soft-a08),0 0 0 1px var(--rg-cyan-soft-a10) inset;
  color:var(--rg-text);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-icon{
  color:var(--rg-cyan-soft);
  background:linear-gradient(135deg,var(--rg-cyan-soft-a16),var(--rg-cyan-a95));
  border:1px solid var(--rg-cyan-soft-a24);
  box-shadow:inset 0 1px 0 var(--rg-white-a08),0 8px 16px var(--rg-black-a18);
}
.rgseo-radios-dept-hub .rgseo-radios-featured .rgseo-radios-dept-card-icon, .rgseo-radios-dept-hub .rgseo-radios-type-card .rgseo-radios-dept-card-icon, .rgseo-radios-dept-hub .rgseo-radios-continue-placeholder{
  color:var(--rg-orange-soft);
  background:linear-gradient(135deg,var(--rg-orange-a20),var(--rg-bg-a94));
  border:1px solid var(--rg-orange-a22);
  box-shadow:inset 0 1px 0 var(--rg-white-a08),0 8px 16px var(--rg-black-a18);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card:hover .rgseo-radios-dept-card-icon, .rgseo-radios-dept-hub .rgseo-radios-dept-card:focus-visible .rgseo-radios-dept-card-icon, .rgseo-radios-dept-hub .rgseo-radios-continue-card:hover .rgseo-radios-dept-card-icon, .rgseo-radios-dept-hub .rgseo-radios-continue-card:focus-visible .rgseo-radios-dept-card-icon{
  filter:brightness(1.08);
  box-shadow:inset 0 1px 0 var(--rg-white-a08),0 12px 20px var(--rg-black-a24);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow{
  color:var(--rg-text);
  background:linear-gradient(180deg,var(--rg-bg-a98),var(--rg-bg-a99));
  border:1px solid var(--rg-orange-a26);
  box-shadow:inset 0 1px 0 var(--rg-white-a04);
}
.rgseo-radios-dept-hub .rgseo-radios-type-card .rgseo-radios-dept-card-arrow{
  background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-cyan-a99));
  border-color:var(--rg-cyan-soft-a26);
}

.rgseo-radios-dept-hub .rgseo-radios-dept-card--department{
  border-color:var(--rg-cyan-soft-a18);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card--featured{
  border-color:var(--rg-orange-a22);
  background:linear-gradient(180deg,var(--rg-white-a058),var(--rg-orange-a035));
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card--category{
  border-color:var(--rg-white-a12);
  background:linear-gradient(180deg,var(--rg-white-a058),var(--rg-cyan-a03));
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card--department:before{
  background:radial-gradient(circle at 18% 0%,var(--rg-cyan-soft-a10),transparent 42%),radial-gradient(circle at 88% 0%,var(--rg-orange-a06),transparent 44%);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card--featured:before{
  background:radial-gradient(circle at 18% 0%,var(--rg-orange-a14),transparent 42%),radial-gradient(circle at 88% 0%,var(--rg-cyan-soft-a07),transparent 44%);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card--category:before{
  background:radial-gradient(circle at 18% 0%,var(--rg-white-a07),transparent 42%),radial-gradient(circle at 88% 0%,var(--rg-cyan-soft-a09),transparent 44%);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-icon--department{
  color:var(--rg-cyan-soft);
  background:linear-gradient(135deg,var(--rg-cyan-soft-a16),var(--rg-cyan-a95));
  border-color:var(--rg-cyan-soft-a24);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-icon--featured{
  color:var(--rg-orange-soft);
  background:linear-gradient(135deg,var(--rg-orange-a20),var(--rg-bg-a94));
  border-color:var(--rg-orange-a22);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-icon--category{
  color:var(--rg-muted);
  background:linear-gradient(135deg,var(--rg-glass),var(--rg-cyan-a95));
  border-color:var(--rg-white-a12);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow--department{
  border-color:var(--rg-cyan-soft-a24);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow--featured{
  border-color:var(--rg-orange-a26);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow--category{
  border-color:var(--rg-white-a12);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card--featured:hover .rgseo-radios-dept-card-arrow--featured,
.rgseo-radios-dept-hub .rgseo-radios-dept-card--featured:focus-visible .rgseo-radios-dept-card-arrow--featured{
  color:var(--rg-orange-soft);
  border-color:var(--rg-orange-soft-a28);
  background:linear-gradient(180deg,var(--rg-bg-a98),var(--rg-bg-a99));
  box-shadow:0 10px 20px var(--rg-black-a28),0 0 14px var(--rg-orange-a12),inset 0 1px 0 var(--rg-white-a06);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card--category:hover .rgseo-radios-dept-card-arrow--category,
.rgseo-radios-dept-hub .rgseo-radios-dept-card--category:focus-visible .rgseo-radios-dept-card-arrow--category{
  color:var(--rg-cyan-soft);
  border-color:var(--rg-cyan-soft-a26);
  background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-cyan-a99));
  box-shadow:0 10px 20px var(--rg-black-a28),0 0 14px var(--rg-cyan-soft-a10),inset 0 1px 0 var(--rg-white-a06);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-card:hover .rgseo-radios-dept-card-arrow, .rgseo-radios-dept-hub .rgseo-radios-dept-card:focus-visible .rgseo-radios-dept-card-arrow, .rgseo-radios-dept-hub .rgseo-radios-continue-card:hover .rgseo-radios-dept-card-arrow, .rgseo-radios-dept-hub .rgseo-radios-continue-card:focus-visible .rgseo-radios-dept-card-arrow{
  color:var(--rg-text);
  background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-cyan-a99));
  border-color:var(--rg-cyan-soft-a26);
  box-shadow:0 10px 20px var(--rg-black-a28), inset 0 1px 0 var(--rg-white-a06);
}

@media (max-width: 1024px){.rgseo-radios-dept-hub .rgseo-radios-dept-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width: 760px){.rgseo-radios-dept-hub{
    width:calc(100vw - 8px);
    padding:14px 8px;
    border-radius:24px;
    margin:22px 0 28px 50%;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-hero{
    padding:18px 14px;
    border-radius:22px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-hero-title{
    font-size:clamp(1.78rem,9vw,2.7rem);
    letter-spacing:-.045em;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-badges{
    gap:8px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-badge{
    font-size:12px;
    padding:8px 10px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-section{
    padding:14px 10px;
    border-radius:22px;
    margin-top:16px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card{
    min-height:78px;
    gap:9px;
    padding:10px;
    border-radius:18px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card-icon{
    width:36px;
    min-width:36px;
    height:36px;
    border-radius:13px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card-title{
    font-size:13.5px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card-meta{
    font-size:11px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow{
    width:27px;
    min-width:27px;
    height:27px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow i{
    font-size:10px;
  }
}
@media (max-width: 390px){.rgseo-radios-dept-hub{
    padding-left:6px;
    padding-right:6px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card{
    padding:9px 8px;
    gap:8px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card-icon{
    width:34px;
    min-width:34px;
    height:34px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow{
    width:24px;
    min-width:24px;
    height:24px;
  }
}
.rgseo-radios-dept-hub .rgseo-radios-dept-cta-wrap{
  display:flex;
  justify-content:center;
  margin-top:16px;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-main-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  color:var(--rg-text);
  text-decoration:none;
  font-weight:950;
  background:linear-gradient(135deg,var(--rg-orange-a22),var(--rg-cyan-soft-a16));
  border:1px solid var(--rg-white-a10);
  box-shadow:0 12px 26px var(--rg-orange-a12),inset 0 1px 0 var(--rg-white-a06);
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,border-color .22s ease,background .22s ease;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-main-cta--primary{
  background:linear-gradient(135deg,var(--rg-orange-a22),var(--rg-cyan-soft-a16));
  border-color:var(--rg-cyan-soft-a24);
}
.rgseo-radios-dept-hub .rgseo-radios-dept-main-cta-icon{
  color:var(--rg-orange-soft);
  font-size:14px;
  line-height:1;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-main-cta-text{
  color:inherit;
  line-height:1.1;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-main-cta:hover, .rgseo-radios-dept-hub .rgseo-radios-dept-main-cta:focus-visible{
  transform:translateY(-2px);
  color:var(--rg-text);
  text-decoration:none;
  filter:brightness(1.08);
  border-color:var(--rg-orange-soft-a28);
  box-shadow:0 16px 34px var(--rg-orange-a18),0 0 18px var(--rg-cyan-soft-a10),inset 0 1px 0 var(--rg-white-a08);
  outline:none;
}
.rgseo-radios-dept-hub .rgseo-radios-featured .rgseo-radios-dept-card-icon{color:var(--rg-orange-soft);background:linear-gradient(135deg,var(--rg-orange-a18),var(--rg-orange-a12))}
@media (max-width: 760px){.rgseo-radios-dept-hub .rgseo-radios-dept-main-cta{width:100%;min-height:48px}
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker-link{
  text-decoration:none;
  cursor:pointer;
  transition:transform .22s ease,filter .22s ease,box-shadow .22s ease;
}
.rgseo-radios-dept-hub .rgseo-radios-dept-kicker-link:hover, .rgseo-radios-dept-hub .rgseo-radios-dept-kicker-link:focus-visible{
  transform:translateY(-1px);
  filter:brightness(1.08);
  color:var(--rg-text);
  text-decoration:none;
  box-shadow:0 10px 22px var(--rg-orange-a12), inset 0 1px 0 var(--rg-white-a08);
  outline:none;
}
.rgseo-radios-dept-hub .rgseo-radios-continue[hidden]{display:none}
.rgseo-radios-dept-hub .rgseo-radios-continue-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.rgseo-radios-dept-hub .rgseo-radios-continue-card{
  position:relative;
  min-height:154px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  padding:13px;
  border-radius:20px;
  color:var(--rg-text);
  text-decoration:none;
  background:linear-gradient(135deg,var(--rg-cyan-a94),var(--rg-cyan-a98));
  border:1px solid var(--rg-white-a095);
  box-shadow:0 14px 28px var(--rg-black-a22),inset 0 1px 0 var(--rg-white-a035);
  overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.rgseo-radios-dept-hub .rgseo-radios-continue-card--recent{
  background:linear-gradient(135deg,var(--rg-cyan-a94),var(--rg-cyan-a98));
  border-color:var(--rg-cyan-soft-a18);
}
.rgseo-radios-dept-hub .rgseo-radios-continue-card--recent:before{
  background:radial-gradient(circle at 18% 0%,var(--rg-cyan-soft-a10),transparent 42%),radial-gradient(circle at 88% 0%,var(--rg-orange-a06),transparent 44%);
}

.rgseo-radios-dept-hub .rgseo-radios-continue-card:hover,
.rgseo-radios-dept-hub .rgseo-radios-continue-card:focus-visible{
  transform:translateY(-4px);
  border-color:var(--rg-orange-soft-a26);
  background:linear-gradient(135deg,var(--rg-cyan-a98),var(--rg-bg-a99));
  box-shadow:0 18px 38px var(--rg-black-a34),0 0 20px var(--rg-orange-a08),0 0 0 1px var(--rg-white-a03) inset;
  color:var(--rg-text);
  text-decoration:none;
  outline:none;
}

.rgseo-radios-dept-hub .rgseo-radios-continue-thumb{
  width:86px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  overflow:hidden;
  background:transparent;
  border:0;
  box-shadow:none;
  line-height:0;
}
.rgseo-radios-dept-hub .rgseo-radios-continue-thumb--recent{
  background:linear-gradient(135deg,var(--rg-white-a045),var(--rg-cyan-soft-a05));
  border:1px solid var(--rg-white-a07);
}

.rgseo-radios-dept-hub .rgseo-radios-continue-thumb img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:18px;display:block}
.rgseo-radios-dept-hub .rgseo-radios-continue-placeholder{
  background:linear-gradient(135deg,var(--rg-orange-a22),var(--rg-cyan-soft-a16));
  border:1px solid var(--rg-white-a10);
  line-height:1;
}
.rgseo-radios-dept-hub .rgseo-radios-continue-placeholder--recent{
  color:var(--rg-text);
  box-shadow:inset 0 1px 0 var(--rg-white-a06),0 8px 16px var(--rg-black-a16);
}

.rgseo-radios-dept-hub .rgseo-radios-continue-placeholder b{font-size:18px;color:var(--rg-text)}
.rgseo-radios-dept-hub .rgseo-radios-continue-copy{
  display:block;
  width:100%;
  text-align:center;
  min-width:0;
}
.rgseo-radios-dept-hub .rgseo-radios-continue-copy--recent{
  position:relative;
  z-index:1;
}

.rgseo-radios-dept-hub .rgseo-radios-continue-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.35em;color:var(--rg-text);font-size:14px;line-height:1.16;font-weight:950}
.rgseo-radios-dept-hub .rgseo-radios-continue-meta{display:block;margin-top:5px;color:var(--rg-white-a58);font-size:11.5px;font-weight:800}

.rgseo-radios-dept-hub .rgseo-radios-continue-title--recent{
  color:var(--rg-text);
}
.rgseo-radios-dept-hub .rgseo-radios-continue-meta--recent{
  color:var(--rg-cyan-soft);
}
.rgseo-radios-dept-hub .rgseo-radios-continue-card .rgseo-radios-dept-card-arrow{
  position:absolute;
  right:10px;
  top:10px;
  width:28px;
  min-width:28px;
  height:28px;
}
.rgseo-radios-dept-hub .rgseo-radios-continue-card .rgseo-radios-dept-card-arrow--continue{
  color:var(--rg-cyan-soft);
  border-color:var(--rg-cyan-soft-a24);
}
.rgseo-radios-dept-hub .rgseo-radios-continue-card:hover .rgseo-radios-dept-card-arrow--continue,
.rgseo-radios-dept-hub .rgseo-radios-continue-card:focus-visible .rgseo-radios-dept-card-arrow--continue{
  color:var(--rg-text);
  background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-cyan-a99));
  border-color:var(--rg-orange-soft-a26);
}

@media (max-width: 1024px){.rgseo-radios-dept-hub .rgseo-radios-continue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 760px){.rgseo-radios-dept-hub .rgseo-radios-continue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.rgseo-radios-dept-hub .rgseo-radios-continue-card{min-height:142px;padding:11px 9px;border-radius:18px}
.rgseo-radios-dept-hub .rgseo-radios-continue-thumb{width:82px;height:55px;border-radius:17px}
.rgseo-radios-dept-hub .rgseo-radios-continue-thumb img{border-radius:17px}
.rgseo-radios-dept-hub .rgseo-radios-continue-title{font-size:13px}
.rgseo-radios-dept-hub .rgseo-radios-continue-card .rgseo-radios-dept-card-arrow{width:25px;min-width:25px;height:25px;right:8px;top:8px}
}
@media (orientation: landscape) and (max-height: 620px) and (pointer: coarse) and (max-width: 980px){.rgseo-radios-dept-hub .rgseo-radios-continue-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }
}
.rgseo-radios-dept-hub .rgseo-radios-continue-title, .rgseo-radios-dept-hub .rgseo-radios-dept-card-title{
  white-space:normal;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
  min-height:auto;
  line-height:1.16;
}
.rgseo-radios-dept-hub .rgseo-radios-continue-title{
  min-height:3.48em;
}
@media (min-width: 761px) and (max-width: 1180px) and (pointer: coarse){.rgseo-radios-dept-hub .rgseo-radios-dept-grid, .rgseo-radios-dept-hub .rgseo-radios-featured-grid, .rgseo-radios-dept-hub .rgseo-radios-type-grid, .rgseo-radios-dept-hub .rgseo-radios-continue-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card{
    min-height:96px;
  }
.rgseo-radios-dept-hub .rgseo-radios-continue-card{
    min-height:176px;
  }
}
@media (orientation: landscape) and (max-height: 620px) and (pointer: coarse){.rgseo-radios-dept-hub .rgseo-radios-dept-grid, .rgseo-radios-dept-hub .rgseo-radios-featured-grid, .rgseo-radios-dept-hub .rgseo-radios-type-grid, .rgseo-radios-dept-hub .rgseo-radios-continue-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card{
    min-height:96px;
    padding:12px;
  }
.rgseo-radios-dept-hub .rgseo-radios-continue-card{
    min-height:170px;
    padding:12px;
  }
}
@media (orientation: portrait) and (max-width: 760px){.rgseo-radios-dept-hub .rgseo-radios-dept-grid, .rgseo-radios-dept-hub .rgseo-radios-featured-grid, .rgseo-radios-dept-hub .rgseo-radios-type-grid, .rgseo-radios-dept-hub .rgseo-radios-continue-grid{
    grid-template-columns:1fr;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card{
    min-height:88px;
    padding:12px;
  }
.rgseo-radios-dept-hub .rgseo-radios-continue-card{
    min-height:160px;
  }
.rgseo-radios-dept-hub .rgseo-radios-dept-card-title{
    font-size:14px;
  }
}
@media (min-width: 1181px){.rgseo-radios-dept-hub .rgseo-radios-featured-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid .rgseo-radios-featured-card{
    display:flex;
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid .rgseo-radios-featured-card:nth-child(n+6){
    display:none;
  }
}
@media (min-width: 761px) and (max-width: 1180px) and (pointer: coarse){.rgseo-radios-dept-hub .rgseo-radios-featured-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid .rgseo-radios-featured-card{
    display:flex;
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid .rgseo-radios-featured-card:nth-child(n+7){
    display:none;
  }
}
@media (orientation: landscape) and (max-height: 620px) and (pointer: coarse){.rgseo-radios-dept-hub .rgseo-radios-featured-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid .rgseo-radios-featured-card{
    display:flex;
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid .rgseo-radios-featured-card:nth-child(n+7){
    display:none;
  }
}
@media (orientation: portrait) and (max-width: 760px){.rgseo-radios-dept-hub .rgseo-radios-continue-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid, .rgseo-radios-dept-hub .rgseo-radios-dept-grid, .rgseo-radios-dept-hub .rgseo-radios-type-grid{
    grid-template-columns:1fr;
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid .rgseo-radios-featured-card{
    display:flex;
  }
.rgseo-radios-dept-hub .rgseo-radios-featured-grid .rgseo-radios-featured-card:nth-child(n+6){
    display:none;
  }
}
.rgseo-radio-emisoras-premium *{
  box-sizing:border-box;
}
.rgseo-radio-emisoras-premium{
  width:min(1680px,calc(100vw - 8px));
  max-width:none;
  margin:32px 0 36px 50%;
  transform:translateX(-50%);
  padding:24px clamp(10px,1.6vw,24px);
  border-radius:24px;
  color:var(--rg-text);
  background:linear-gradient(135deg,var(--rg-bg) 0%,var(--rg-card-2) 50%,var(--rg-card-2) 100%);
  border:1px solid var(--rg-white-a06);
  box-shadow:0 18px 40px var(--rg-black-a28), inset 0 1px 0 var(--rg-white-a045);
  overflow:hidden;
  position:relative;
  isolation:isolate;
}
.rgseo-radio-emisoras-premium:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 0%,var(--rg-orange-a10),transparent 36%),
    radial-gradient(circle at 92% 8%,var(--rg-cyan-soft-a10),transparent 40%),
    linear-gradient(90deg,transparent,var(--rg-white-a025),transparent);
  opacity:.92;
}
.entry-content .rgseo-radio-emisoras-premium, .post-content .rgseo-radio-emisoras-premium, .site-content .rgseo-radio-emisoras-premium, .wp-block-post-content .rgseo-radio-emisoras-premium{
  width:min(1680px,calc(100vw - 8px));
  max-width:none;
  margin-left:50%;
  transform:translateX(-50%);
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:248px;
  padding:13px;
  border-radius:20px;
  color:var(--rg-text)!important;
  text-decoration:none!important;
  background:linear-gradient(180deg,var(--rg-white-a058),var(--rg-white-a024));
  border:1px solid var(--rg-white-a115);
  box-shadow:0 14px 34px var(--rg-black-a28),0 0 0 1px var(--rg-white-a025) inset,inset 0 1px 0 var(--rg-white-a055);
  transition:transform .26s cubic-bezier(.2,.8,.2,1),box-shadow .26s ease,border-color .26s ease,background .26s ease;
  isolation:isolate;
  overflow:hidden;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  background:radial-gradient(circle at 18% 0%,var(--rg-orange-a085),transparent 42%),radial-gradient(circle at 88% 0%,var(--rg-cyan-soft-a075),transparent 44%);
  opacity:.78;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible{
  transform:translateY(-6px);
  border-color:var(--rg-white-a18);
  background:linear-gradient(180deg,var(--rg-white-a074),var(--rg-white-a03));
  box-shadow:0 18px 40px var(--rg-black-a35),0 0 20px var(--rg-orange-a08),0 0 0 1px var(--rg-orange-a10) inset;
  outline:none;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb{
  width:100%;
  height:142px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:20px;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  margin:0;
  clip-path:inset(0 round 20px);
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  padding:0;
  margin:0;
  border:0;
  border-radius:20px;
  background:transparent;
  box-shadow:none;
  overflow:hidden;
  clip-path:inset(0 round 20px);
  filter:drop-shadow(0 13px 24px var(--rg-black-a34));
  transition:transform .25s cubic-bezier(.2,.8,.2,1),filter .25s ease;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-thumb img, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible .rgseo-radio-emisora-thumb img{
  transform:scale(1.035);
  filter:drop-shadow(0 18px 34px var(--rg-black-a42));
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-fallback{
  width:78px;
  height:78px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  color:var(--rg-white-a86);
  font-size:2rem;
  font-weight:950;
  background:linear-gradient(135deg,var(--rg-orange-a22),var(--rg-cyan-soft-a13));
  border:1px solid var(--rg-white-a10);
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin:15px 2px 0;
  min-height:2.52em;
  color:var(--rg-text);
  font-size:1.02rem;
  font-weight:900;
  line-height:1.24;
  letter-spacing:-.02em;
  text-align:center;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  padding-top:12px;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:0;
  border-radius:999px;
  font-size:.74rem;
  font-weight:900;
  line-height:1;
  letter-spacing:.01em;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type{
  padding:7px 9px;
  color:var(--rg-white-a84);
  background:var(--rg-white-a06);
  border:1px solid var(--rg-white-a08);
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-dot{
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--rg-orange);
  box-shadow:0 0 12px var(--rg-orange-a55);
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
  padding:8px 10px;
  color:var(--rg-text);
  background:linear-gradient(135deg,var(--rg-orange-a26),var(--rg-cyan-soft-a14));
  border:1px solid var(--rg-white-a10);
}
@media (max-width: 1024px){.rgseo-radio-emisoras-premium{
    width:calc(100vw - 14px);
    margin:28px 0 32px 50%;
    padding:20px 12px;
    border-radius:26px;
  }
}
@media (max-width: 760px){.rgseo-radio-emisoras-premium{
    width:calc(100vw - 8px);
    padding:16px 7px;
    margin:22px 0 26px 50%;
    border-radius:24px;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
    min-height:214px;
    padding:10px;
    border-radius:20px;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb{
    height:112px;
    border-radius:20px;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img{
    border-radius:20px;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{
    margin-top:11px;
    font-size:.91rem;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{
    gap:7px;
    padding-top:10px;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
    font-size:.68rem;
    padding:7px 8px;
  }
}
@media (max-width: 430px){.rgseo-radio-emisoras-premium{
    padding:14px;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
    min-height:204px;
    padding:9px;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb{
    height:102px;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{
    flex-direction:column;
    align-items:stretch;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
    width:100%;
  }
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
  position:relative;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card.rgseo-related-card-popular:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px var(--rg-orange-a16), 0 0 20px var(--rg-orange-a055);
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{
  display:flex!important;
  align-items:center!important;
  gap:clamp(5px,.45vw,8px)!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  min-height:31px!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{
  min-width:0!important;
  max-width:100%!important;
  min-height:30px!important;
  padding:7px clamp(7px,.45vw,10px)!important;
  gap:clamp(4px,.35vw,7px)!important;
  font-size:clamp(.66rem,.58rem + .18vw,.74rem)!important;
  letter-spacing:-.005em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept{
  flex:1 1 auto!important;
  justify-content:flex-start!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
  flex:0 1 auto!important;
  justify-content:center!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip i{
  flex:0 0 auto!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-text{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format .rgseo-radio-emisora-chip-text{
  overflow:visible!important;
  text-overflow:clip!important;
}
@media (max-width: 760px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{gap:5px!important}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{font-size:clamp(.62rem,2.8vw,.69rem)!important;padding:7px 7px!important;gap:4px!important}
}
@media (max-width: 430px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{overflow:visible!important}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format .rgseo-radio-emisora-chip-text{overflow:hidden!important;text-overflow:ellipsis!important}
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  column-gap:6px!important;
  row-gap:0!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:30px!important;
  max-height:30px!important;
  margin:2px 0 0!important;
  overflow:hidden!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  max-width:100%!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 8px!important;
  gap:5px!important;
  border-radius:10px!important;
  font-size:clamp(.64rem,.52rem + .18vw,.72rem)!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:-.012em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept{
  justify-self:stretch!important;
  width:100%!important;
  flex:1 1 auto!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
  justify-self:end!important;
  width:auto!important;
  max-width:98px!important;
  flex:0 0 auto!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip i{
  flex:0 0 auto!important;
  margin:0!important;
  font-size:.72rem!important;
  line-height:1!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-text{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format .rgseo-radio-emisora-chip-text{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
@media (max-width: 760px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{column-gap:5px!important;min-height:28px!important;max-height:28px!important}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{height:28px!important;min-height:28px!important;padding:0 6px!important;gap:4px!important;font-size:clamp(.61rem,2.75vw,.68rem)!important}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{max-width:88px!important}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip i{font-size:.67rem!important}
}
@media (max-width: 430px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{grid-template-columns:minmax(0,1fr) minmax(0,88px)!important;overflow:hidden!important}
}
.entry-content .rgseo-radio-emisoras-premium, .post-content .rgseo-radio-emisoras-premium, .site-content .rgseo-radio-emisoras-premium, .wp-block-post-content .rgseo-radio-emisoras-premium, .rgseo-radio-emisoras-premium{
  width:min(1680px,calc(100vw - 8px))!important;
  max-width:none!important;
  margin:32px 0 36px 50%!important;
  transform:translateX(-50%)!important;
}
@media (max-width: 1024px){.entry-content .rgseo-radio-emisoras-premium, .post-content .rgseo-radio-emisoras-premium, .site-content .rgseo-radio-emisoras-premium, .wp-block-post-content .rgseo-radio-emisoras-premium, .rgseo-radio-emisoras-premium{
    width:calc(100vw - 14px)!important;
    margin:28px 0 32px 50%!important;
    padding:20px 12px!important;
  }
}
@media (max-width: 720px){.entry-content .rgseo-radio-emisoras-premium, .post-content .rgseo-radio-emisoras-premium, .site-content .rgseo-radio-emisoras-premium, .wp-block-post-content .rgseo-radio-emisoras-premium, .rgseo-radio-emisoras-premium{
    width:calc(100vw - 8px)!important;
    margin:22px 0 26px 50%!important;
    padding:16px 7px!important;
    border-radius:24px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:11px!important;
  }
}
@media (max-width: 430px){.entry-content .rgseo-radio-emisoras-premium, .post-content .rgseo-radio-emisoras-premium, .site-content .rgseo-radio-emisoras-premium, .wp-block-post-content .rgseo-radio-emisoras-premium, .rgseo-radio-emisoras-premium{
    padding:16px 7px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
}
@media (max-width: 430px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{
    display:grid!important;
    grid-template-columns:minmax(52px,.72fr) minmax(74px,1fr)!important;
    align-items:center!important;
    justify-content:stretch!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding-top:8px!important;
    flex-direction:row!important;
    overflow:hidden!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:36px!important;
    min-height:36px!important;
    padding:0 7px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:.66rem!important;
    line-height:1!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
    flex:0 1 auto!important;
    border-radius:12px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type{
    flex:0 1 auto!important;
    border-radius:999px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:before{
    margin-right:4px!important;
    font-size:.66rem!important;
    flex:0 0 auto!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-dot{
    width:6px!important;
    height:6px!important;
    min-width:6px!important;
    flex:0 0 auto!important;
  }
}
@media (max-width: 360px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{
    grid-template-columns:minmax(48px,.68fr) minmax(68px,1fr)!important;
    gap:5px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
    height:34px!important;
    min-height:34px!important;
    padding:0 6px!important;
    font-size:.62rem!important;
  }
}
@media (max-width: 430px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
    min-height:318px!important;
    padding:10px!important;
    gap:8px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-rows:28px!important;
    align-items:center!important;
    justify-content:stretch!important;
    row-gap:6px!important;
    column-gap:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:62px!important;
    max-height:none!important;
    margin:2px 0 0!important;
    overflow:visible!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:28px!important;
    min-height:28px!important;
    padding:0 8px!important;
    justify-self:stretch!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    font-size:clamp(.60rem,2.45vw,.66rem)!important;
    line-height:1!important;
    letter-spacing:-.018em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip i{
    flex:0 0 auto!important;
    font-size:.65rem!important;
    margin:0!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-text{
    min-width:0!important;
    max-width:100%!important;
    display:block!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{
    text-align:center!important;
    margin-top:8px!important;
  }
}
@media (max-width: 360px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
    padding:9px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{
    grid-auto-rows:27px!important;
    min-height:59px!important;
    row-gap:5px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
    height:27px!important;
    min-height:27px!important;
    padding:0 6px!important;
    gap:4px!important;
    font-size:.58rem!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip i{
    font-size:.60rem!important;
  }
}
.rgseo-radio-emisoras-premium{
  --rg-bg:var(--rg-panel);
  --rg-panel:var(--rg-card-2);
  --rg-card:var(--rg-card);
  --rg-card-2:var(--rg-card-2);
  --rg-border:var(--rg-white-a085);
  --rg-orange:var(--rg-orange);
  --rg-orange-soft:var(--rg-orange);
  --rg-cyan:var(--rg-cyan);
  --rg-cyan-soft:var(--rg-cyan);
  --rg-white:var(--rg-text);
  --rg-muted:var(--rg-muted);
  position:relative!important;
  overflow:hidden!important;
  color:var(--rg-white)!important;
  background:linear-gradient(180deg,var(--rg-cyan-a985),var(--rg-cyan-a99))!important;
  border:1px solid var(--rg-border)!important;
  box-shadow:0 16px 34px var(--rg-black-a26),inset 0 1px 0 var(--rg-white-a035)!important;
}
.rgseo-radio-emisoras-premium:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  border-radius:inherit!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 100% 0%,var(--rg-orange-a10),transparent 34%),radial-gradient(circle at 0% 100%,var(--rg-cyan-soft-a07),transparent 34%)!important;
  opacity:1!important;
  z-index:-1!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
  color:var(--rg-white)!important;
  background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-cyan-a99))!important;
  border:1px solid var(--rg-white-a09)!important;
  box-shadow:0 10px 22px var(--rg-black-a22),inset 0 1px 0 var(--rg-white-a035)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,var(--rg-white-a03),transparent 34%)!important;
  opacity:1!important;
  z-index:0!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:2px!important;
  background:linear-gradient(90deg,transparent,var(--rg-orange-a52),var(--rg-cyan-soft-a28),transparent)!important;
  opacity:0!important;
  transition:opacity .22s ease!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible{
  transform:translateY(-4px)!important;
  background:linear-gradient(180deg,var(--rg-cyan-a99),var(--rg-cyan-a99))!important;
  border-color:var(--rg-orange-a24)!important;
  box-shadow:0 16px 28px var(--rg-black-a28)!important;
  color:var(--rg-white)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover:after, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible:after{opacity:1!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb{background:transparent!important;border:0!important;box-shadow:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{color:var(--rg-white)!important;text-shadow:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-type, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{
  color:var(--rg-muted)!important;
  background:linear-gradient(135deg,var(--rg-cyan-a94),var(--rg-cyan-a98))!important;
  border:1px solid var(--rg-white-a10)!important;
  box-shadow:inset 0 1px 0 var(--rg-white-a04)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge-radio, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept{
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(135deg,var(--rg-cyan-soft-a16),var(--rg-cyan-a95))!important;
  border-color:var(--rg-cyan-soft-a24)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge-you, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
  color:var(--rg-orange-soft)!important;
  background:linear-gradient(135deg,var(--rg-orange-a18),var(--rg-bg-a96))!important;
  border-color:var(--rg-orange-a24)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip i{color:var(--rg-cyan-soft)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format i{color:var(--rg-orange-soft)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-dot{background:var(--rg-orange)!important;box-shadow:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
  color:var(--rg-text)!important;
  background:linear-gradient(180deg,var(--rg-bg-a98),var(--rg-bg-a99))!important;
  border:1px solid var(--rg-orange-a26)!important;
  box-shadow:inset 0 1px 0 var(--rg-white-a05),0 6px 12px var(--rg-black-a18)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:hover, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible .rgseo-radio-emisora-action{border-color:var(--rg-orange-a36)!important;filter:brightness(1.04)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-fallback{
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(180deg,var(--rg-cyan-a96),var(--rg-cyan-a98))!important;
  border:1px solid var(--rg-cyan-soft-a18)!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb--premium{
  position:relative!important;
  min-height:142px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,var(--rg-cyan-a96),var(--rg-cyan-a985))!important;
  border:1px solid var(--rg-white-a07)!important;
  box-shadow:inset 0 1px 0 var(--rg-white-a04),0 12px 24px var(--rg-black-a18)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb--premium:before{
  content:""!important;
  position:absolute!important;
  inset:7px!important;
  border-radius:16px!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 20% 0%,var(--rg-cyan-soft-a12),transparent 42%),radial-gradient(circle at 88% 18%,var(--rg-orange-a10),transparent 40%)!important;
  opacity:.88!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb--premium img{
  position:relative!important;
  z-index:1!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-fallback{
  position:relative!important;
  z-index:1!important;
  width:82px!important;
  height:82px!important;
  border-radius:22px!important;
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(135deg,var(--rg-cyan-soft-a16),var(--rg-orange-a14))!important;
  border:1px solid var(--rg-white-a11)!important;
  box-shadow:inset 0 1px 0 var(--rg-white-a06),0 12px 22px var(--rg-black-a22)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{
  width:100%!important;
  text-align:center!important;
  justify-content:center!important;
  align-items:center!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{
  display:grid!important;
  grid-template-columns:minmax(0,.78fr) minmax(0,1fr)!important;
  align-items:center!important;
  gap:8px!important;
  min-height:32px!important;
  max-height:none!important;
  overflow:visible!important;
  margin:4px 0 0!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio{
  justify-content:center!important;
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(135deg,var(--rg-cyan-soft-a16),var(--rg-cyan-a95))!important;
  border-color:var(--rg-cyan-soft-a24)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio .rgseo-radio-emisora-dot{
  width:7px!important;
  height:7px!important;
  min-width:7px!important;
  display:inline-block!important;
  border-radius:999px!important;
  background:var(--rg-cyan)!important;
  box-shadow:0 0 8px var(--rg-cyan-soft-a22)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
  justify-content:center!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{
  display:flex!important;
  width:100%!important;
  padding-top:10px!important;
  justify-content:center!important;
  align-items:center!important;
  grid-template-columns:1fr!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta .rgseo-radio-emisora-type{
  display:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
  width:min(100%,150px)!important;
  min-height:36px!important;
  justify-content:center!important;
  margin:0 auto!important;
}
@media (max-width: 760px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{
    text-align:center!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{
    grid-template-columns:minmax(0,.72fr) minmax(0,1fr)!important;
    gap:6px!important;
    min-height:30px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
    height:30px!important;
    min-height:30px!important;
    width:100%!important;
    max-width:100%!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{
    width:100%!important;
    min-height:36px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb--premium{
    min-height:112px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-fallback{
    width:72px!important;
    height:72px!important;
  }
}
@media (max-width: 430px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
    min-height:292px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge{
    min-height:286px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge--live{
    max-width:calc(100% - 18px)!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb--premium{
    min-height:102px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-fallback{
    width:64px!important;
    height:64px!important;
    border-radius:18px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{
    grid-template-columns:minmax(0,.70fr) minmax(0,1fr)!important;
    grid-auto-rows:30px!important;
    row-gap:0!important;
    min-height:30px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{
    display:flex!important;
    grid-template-columns:1fr!important;
    padding-top:8px!important;
  }
}
@media (max-width: 430px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{min-height:214px!important;padding:9px!important;border-radius:18px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb{aspect-ratio:3/2!important;border-radius:16px!important;clip-path:inset(0 round 16px)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img{border-radius:16px!important;clip-path:inset(0 round 16px)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{font-size:.84rem!important;line-height:1.2!important;min-height:2.4em!important;}
}
@media (max-width: 360px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{gap:8px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{padding:8px!important;}
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-thumb img{filter:none!important;transform:none!important;}
@media (max-width: 560px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img{border-radius:12px!important;}
}
@media (max-width: 390px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
}
.rgseo-radio-emisoras-premium{
  --rg-bg:var(--rg-bg)!important;
  --rg-panel:var(--rg-panel)!important;
  --rg-card:var(--rg-card)!important;
  --rg-card-2:var(--rg-card-2)!important;
  --rg-border:var(--rg-border-a38)!important;
  --rg-border-strong:var(--rg-border-strong-a52)!important;
  --rg-cyan:var(--rg-cyan)!important;
  --rg-cyan-soft:var(--rg-cyan-soft)!important;
  --rg-orange:var(--rg-orange)!important;
  --rg-white:var(--rg-text)!important;
  --rg-muted:var(--rg-muted)!important;
  background:radial-gradient(circle at 6% 0%,var(--rg-cyan-soft-a10),transparent 34%),radial-gradient(circle at 96% 4%,var(--rg-orange-a10),transparent 30%),linear-gradient(180deg,var(--rg-panel) 0%,var(--rg-bg) 100%)!important;
  border:1px solid var(--rg-border-a28)!important;
  box-shadow:0 18px 42px var(--rg-black-a32),inset 0 1px 0 var(--rg-white-a05)!important;
}
.rgseo-radio-emisoras-premium:before{
  background:radial-gradient(circle at 12% 0%,var(--rg-cyan-soft-a12),transparent 38%),radial-gradient(circle at 94% 0%,var(--rg-orange-a11),transparent 36%)!important;
  opacity:.92!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head h2{color:var(--rg-white)!important;text-shadow:0 2px 0 var(--rg-black-a18)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head p{color:var(--rg-muted)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(180deg,var(--rg-panel),var(--rg-bg))!important;
  border:1px solid var(--rg-cyan-a28)!important;
  box-shadow:-10px 0 18px var(--rg-orange-a10),10px 0 18px var(--rg-cyan-soft-a12),0 14px 24px var(--rg-black-a34),inset 0 1px 0 var(--rg-white-a06),inset 0 0 0 1px var(--rg-white-a03)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title{
  color:var(--rg-text)!important;
  font-size:clamp(1.55rem,2.7vw,2.45rem)!important;
  line-height:1.08!important;
  font-weight:950!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
  text-shadow:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-sub{
  max-width:780px!important;
  color:var(--rg-muted)!important;
  font-size:clamp(.92rem,1.15vw,1.05rem)!important;
  line-height:1.45!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge{
  min-height:270px!important;
  background:linear-gradient(180deg,var(--rg-card) 0%,var(--rg-card-2) 100%)!important;
  border-color:var(--rg-border)!important;
  box-shadow:0 14px 34px var(--rg-shadow-card),0 0 0 1px var(--rg-glass) inset!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:before{
  background:radial-gradient(circle at 18% 0%,var(--rg-wash-cyan),transparent 42%),radial-gradient(circle at 88% 0%,var(--rg-wash-orange),transparent 44%)!important;
  opacity:.72!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:focus-visible{
  transform:translateY(-5px)!important;
  border-color:var(--rg-border-strong)!important;
  box-shadow:0 18px 40px var(--rg-shadow-hover),0 0 20px var(--rg-wash-cyan-2),0 0 0 1px var(--rg-wash-cyan-3) inset!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge--live{
  position:absolute!important;
  z-index:4!important;
  top:12px!important;
  left:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-height:28px!important;
  max-width:calc(100% - 24px)!important;
  padding:0 10px!important;
  border-radius:999px!important;
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(135deg,var(--rg-cyan-soft-a16),var(--rg-bg-a94))!important;
  border:1px solid var(--rg-cyan-soft-a24)!important;
  box-shadow:0 8px 16px var(--rg-black-a18),inset 0 1px 0 var(--rg-white-a08)!important;
  font-size:.68rem!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  text-transform:uppercase!important;
  pointer-events:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge--live .rgseo-radio-emisora-dot{
  width:7px!important;
  height:7px!important;
  min-width:7px!important;
  background:var(--rg-cyan)!important;
  box-shadow:0 0 10px var(--rg-cyan-soft-a30)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
  background:linear-gradient(180deg,var(--rg-card) 0%,var(--rg-card) 100%)!important;
  border:1px solid var(--rg-border-a40)!important;
  box-shadow:0 12px 24px var(--rg-black-a28),inset 0 1px 0 var(--rg-white-a065),0 0 0 1px var(--rg-bg-a44)!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:before{
  background:linear-gradient(180deg,var(--rg-white-a055),transparent 42%),radial-gradient(circle at 18% 0%,var(--rg-cyan-soft-a07),transparent 44%)!important;
  opacity:1!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible{
  transform:translateY(-3px)!important;
  background:linear-gradient(180deg,var(--rg-card) 0%,var(--rg-card) 100%)!important;
  border-color:var(--rg-cyan-soft-a55)!important;
  box-shadow:0 18px 34px var(--rg-black-a34),0 0 0 1px var(--rg-cyan-soft-a18),inset 0 1px 0 var(--rg-white-a08)!important;
  outline:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible{outline:3px solid var(--rg-cyan-soft-a78)!important;outline-offset:4px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  overflow:visible!important;
  clip-path:none!important;
  line-height:0!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb:before, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb:after{content:none!important;display:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:initial!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  border-radius:14px!important;
  clip-path:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-thumb img, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible .rgseo-radio-emisora-thumb img{filter:none!important;transform:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{
  color:var(--rg-text)!important;
  text-align:center!important;
  font-weight:950!important;
  text-shadow:0 1px 0 var(--rg-black-a20)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{justify-content:center!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept{
  color:var(--rg-text)!important;
  background:linear-gradient(135deg,var(--rg-cyan-soft-a18),var(--rg-cyan-a98))!important;
  border-color:var(--rg-cyan-soft-a46)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
  color:var(--rg-orange-soft)!important;
  background:linear-gradient(135deg,var(--rg-orange-a20),var(--rg-card-a98))!important;
  border-color:var(--rg-orange-a42)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio .rgseo-radio-emisora-dot, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-dot{background:var(--rg-cyan)!important;box-shadow:0 0 10px var(--rg-cyan-soft-a30)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip i{color:var(--rg-cyan-soft)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format i{color:var(--rg-orange)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{justify-content:center!important;align-items:center!important;width:100%!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card .rgseo-radio-emisora-action{
  min-height:40px!important;
  width:min(100%,156px)!important;
  color:var(--rg-cyan)!important;
  background:linear-gradient(180deg,var(--rg-cyan-soft) 0%,var(--rg-cyan) 100%)!important;
  border:1px solid var(--rg-cyan-soft-a74)!important;
  box-shadow:0 8px 16px var(--rg-black-a24),inset 0 1px 0 var(--rg-white-a22)!important;
  font-weight:950!important;
  border-radius:999px!important;
  text-shadow:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:before{color:var(--rg-cyan)!important;text-shadow:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:hover, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-action, .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible .rgseo-radio-emisora-action{
  color:var(--rg-cyan)!important;
  background:linear-gradient(180deg,var(--rg-cyan-soft) 0%,var(--rg-cyan) 100%)!important;
  border-color:var(--rg-cyan-soft-a88)!important;
  transform:translateY(-1px) scale(1.025)!important;
  filter:saturate(1.05)!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta--live{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  padding-top:10px!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-height:34px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(135deg,var(--rg-wash-cyan-2),var(--rg-glass-soft))!important;
  border:1px solid var(--rg-cyan-border)!important;
  box-shadow:inset 0 1px 0 var(--rg-glass-border),0 8px 16px var(--rg-shadow-chip)!important;
  font-size:.72rem!important;
  line-height:1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-height:40px!important;
  padding:0 16px!important;
  color:var(--rg-bg)!important;
  background:linear-gradient(180deg,var(--rg-cyan-soft),var(--rg-cyan))!important;
  border-color:var(--rg-cyan-soft-a74)!important;
  box-shadow:0 10px 18px var(--rg-shadow-chip),inset 0 1px 0 var(--rg-glass-text)!important;
  text-decoration:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen:before{
  content:"▶"!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:1em!important;
  height:1em!important;
  color:var(--rg-bg)!important;
  font-size:.72em!important;
  line-height:1!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-action--listen,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible .rgseo-radio-emisora-action--listen{
  color:var(--rg-bg)!important;
  border-color:var(--rg-cyan-soft-a88)!important;
  box-shadow:0 12px 22px var(--rg-shadow-hover),0 0 16px var(--rg-wash-cyan-3),inset 0 1px 0 var(--rg-glass-text)!important;
}
@media (max-width: 760px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta--live{gap:6px!important;padding-top:9px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{min-height:32px!important;padding:0 8px!important;font-size:.66rem!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen{min-height:38px!important;padding:0 12px!important;font-size:.72rem!important;}
}

@media (min-width: 1181px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:clamp(14px,1.25vw,18px)!important;}
}
@media (max-width: 760px){.rgseo-radio-emisoras-premium{padding:18px 10px!important;border-radius:24px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title{font-size:1.35rem!important;line-height:1.12!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-sub{font-size:.92rem!important;line-height:1.45!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{min-height:0!important;padding:10px!important;border-radius:18px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge{min-height:250px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge--live{top:9px!important;left:9px!important;min-height:26px!important;padding:0 8px!important;font-size:.62rem!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{font-size:.92rem!important;min-height:2.35em!important;margin-top:10px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{grid-template-columns:minmax(0,1fr) minmax(0,86px)!important;min-height:28px!important;max-height:28px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{height:28px!important;min-height:28px!important;font-size:clamp(.61rem,2.75vw,.68rem)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{padding-top:9px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{width:100%!important;min-height:38px!important;font-size:.74rem!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img{border-radius:12px!important;}
}
@media (max-width: 390px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{padding:8px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{max-width:82px!important;}
}
.rgseo-radio-emisoras-premium{
  background:linear-gradient(135deg,var(--rg-cyan-a995) 0%,var(--rg-cyan-a995) 52%,var(--rg-cyan-a99) 100%)!important;
  border-color:var(--rg-border-a28)!important;
}
.rgseo-radio-emisoras-premium:before{
  background:radial-gradient(circle at 0% 0%,var(--rg-cyan-soft-a075),transparent 32%),radial-gradient(circle at 100% 0%,var(--rg-orange-a065),transparent 30%)!important;
  opacity:.58!important;
}
@media (max-width: 760px){.rgseo-radio-emisoras-premium{
    background:linear-gradient(180deg,var(--rg-panel) 0%,var(--rg-bg) 100%)!important;
  }
.rgseo-radio-emisoras-premium:before{
    background:radial-gradient(circle at 0% 0%,var(--rg-cyan-soft-a045),transparent 34%),radial-gradient(circle at 100% 0%,var(--rg-orange-a04),transparent 32%)!important;
    opacity:.42!important;
  }
}
@media (max-width: 900px), (hover: none) and (pointer: coarse){.rgseo-radio-emisoras-premium, section.rgseo-radio-emisoras-premium, [data-rgseo-radio-emisoras="1"]{
    background:var(--rg-bg)!important;
    background-color:var(--rg-bg)!important;
    background-image:linear-gradient(180deg,var(--rg-panel) 0%,var(--rg-bg) 100%)!important;
    border-color:var(--rg-border-a30)!important;
  }
.rgseo-radio-emisoras-premium:before, .rgseo-radio-emisoras-premium:after, section.rgseo-radio-emisoras-premium:before, section.rgseo-radio-emisoras-premium:after, [data-rgseo-radio-emisoras="1"]:before, [data-rgseo-radio-emisoras="1"]:after{
    content:none!important;
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    background:none!important;
    background-image:none!important;
    box-shadow:none!important;
  }
}
@media (max-width: 430px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{
    min-height:214px!important;
    padding:9px!important;
    border-radius:18px!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb{
    aspect-ratio:3/2!important;
    border-radius:16px!important;
    clip-path:inset(0 round 16px)!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img{
    border-radius:16px!important;
    clip-path:inset(0 round 16px)!important;
  }
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{
    font-size:.84rem!important;
    line-height:1.2!important;
    min-height:2.4em!important;
  }
}
@media (max-width: 360px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{gap:8px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{padding:8px!important;}
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin:0 0 18px;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-wrap{
  display:flex;
  align-items:flex-start;
  gap:13px;
  min-width:0;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-copy{
  position:relative!important;
  min-width:0!important;
  max-width:780px!important;
  padding:2px 0 0!important;
  isolation:isolate!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-copy:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:-8px!important;
  width:min(150px,52vw)!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--rg-cyan-soft-a55),var(--rg-orange-a42),transparent)!important;
  opacity:.86!important;
  pointer-events:none!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-copy:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:-13px!important;
  width:38px!important;
  height:2px!important;
  border-radius:999px!important;
  background:var(--rg-cyan-soft)!important;
  box-shadow:0 0 14px var(--rg-cyan-soft-a24)!important;
  opacity:.72!important;
  pointer-events:none!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{
  width:46px;
  height:46px;
  min-width:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:var(--rg-text);
  background:linear-gradient(135deg,var(--rg-orange-a28),var(--rg-cyan-soft-a17));
  border:1px solid var(--rg-white-a10);
  box-shadow:0 12px 26px var(--rg-black-a25),0 0 18px var(--rg-orange-a12),inset 0 1px 0 var(--rg-white-a10);
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon i{
  font-size:18px;
  color:var(--rg-text);
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head h2{
  margin:0;
  padding:0;
  font-size:clamp(1.22rem,2.6vw,1.72rem);
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.035em;
  color:var(--rg-text);
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head p{
  margin:7px 0 0;
  padding:0;
  max-width:760px;
  color:var(--rg-white-a70);
  font-size:.98rem;
  line-height:1.45;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  white-space:nowrap;
  color:var(--rg-white-a86);
  font-size:.82rem;
  font-weight:850;
  letter-spacing:.01em;
  background:linear-gradient(135deg,var(--rg-white-a075),var(--rg-white-a035));
  border:1px solid var(--rg-white-a09);
  box-shadow:inset 0 1px 0 var(--rg-white-a075);
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill--live{
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(135deg,var(--rg-wash-cyan-2),var(--rg-glass-soft))!important;
  border-color:var(--rg-cyan-border)!important;
  box-shadow:0 10px 20px var(--rg-shadow-chip),inset 0 1px 0 var(--rg-glass-border)!important;
  min-height:36px!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill--live i{
  color:var(--rg-orange-soft)!important;
  filter:drop-shadow(0 0 8px var(--rg-wash-orange));
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill-text{
  display:inline-flex!important;
  align-items:center!important;
  min-width:0!important;
  color:inherit!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill i{
  color:var(--rg-orange);
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  width:100%;
}

@media (max-width: 1180px){
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

}

@media (max-width: 1024px){
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

}

@media (max-width: 760px){
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head{
    flex-direction:column;
    gap:12px;
    margin-bottom:15px;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-wrap{
    gap:11px;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-copy{
    max-width:100%!important;
    padding-top:1px!important;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-copy:before{
    width:min(120px,58vw)!important;
    top:-7px!important;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-copy:after{
    top:-12px!important;
    width:30px!important;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head--premium{
    padding:14px!important;
    border-radius:20px!important;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head--premium .rgseo-radio-emisoras-pill--live{
    align-self:stretch!important;
    width:100%!important;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:15px;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head p{
    font-size:.92rem;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill{
    white-space:normal;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill--live{
    min-height:34px!important;
    padding:8px 11px!important;
  }

  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:11px;
  }

  

  

  

  

  

  

}

@media (max-width: 430px){
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
    gap:10px;
  }

  

  

  

  

}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head{position:relative!important;z-index:1!important;}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head--premium{
  padding:clamp(14px,1.7vw,20px)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,var(--rg-glass),var(--rg-glass-soft))!important;
  border:1px solid var(--rg-glass-border)!important;
  box-shadow:0 14px 30px var(--rg-shadow-panel),inset 0 1px 0 var(--rg-glass-border)!important;
  isolation:isolate!important;
  overflow:hidden!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head--premium:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  pointer-events:none!important;
  background:radial-gradient(circle at 0% 0%,var(--rg-wash-cyan-2),transparent 42%),radial-gradient(circle at 100% 0%,var(--rg-wash-orange),transparent 36%)!important;
  opacity:.86!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head--premium .rgseo-radio-emisoras-pill--live{
  align-self:flex-start!important;
  margin-top:2px!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  width:72px!important;
  min-width:72px!important;
  height:72px!important;
  border-radius:22px!important;
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(180deg,var(--rg-panel),var(--rg-bg))!important;
  border:1px solid var(--rg-cyan-a26)!important;
  box-shadow:-10px 0 18px var(--rg-orange-a10),10px 0 18px var(--rg-cyan-soft-a12),0 14px 24px var(--rg-black-a34),inset 0 1px 0 var(--rg-white-a06),inset 0 0 0 1px var(--rg-white-a03)!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon:before{
  content:""!important;
  position:absolute!important;
  inset:4px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,var(--rg-bg-a98),var(--rg-cyan-a99))!important;
  box-shadow:inset 1px 0 0 var(--rg-orange-a55),inset -1px 0 0 var(--rg-cyan-soft-a62),inset 0 0 0 1px var(--rg-white-a03)!important;
  z-index:0!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon:after{
  content:""!important;
  position:absolute!important;
  inset:11px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,var(--rg-cyan-soft-a14),var(--rg-orange-a03))!important;
  box-shadow:inset 0 0 0 1px var(--rg-white-a03),inset 0 -16px 18px var(--rg-black-a26)!important;
  z-index:0!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon i, .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon svg{position:relative!important;z-index:2!important;color:inherit!important;filter:none!important;text-shadow:0 0 14px var(--rg-cyan-soft-a24)!important;}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon--live{
  color:var(--rg-cyan-soft)!important;
  background:linear-gradient(180deg,var(--rg-bg-a98),var(--rg-cyan-a98))!important;
  border-color:var(--rg-cyan-soft-a24)!important;
  box-shadow:-10px 0 18px var(--rg-orange-a10),10px 0 18px var(--rg-cyan-soft-a16),0 16px 26px var(--rg-black-a34),inset 0 1px 0 var(--rg-white-a07),inset 0 0 0 1px var(--rg-white-a04)!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon--live:before{
  background:linear-gradient(180deg,var(--rg-cyan-a98),var(--rg-bg-a98))!important;
  box-shadow:inset 1px 0 0 var(--rg-cyan-soft-a55),inset -1px 0 0 var(--rg-orange-a42),inset 0 0 0 1px var(--rg-white-a04)!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon--live:after{
  background:radial-gradient(circle at 50% 0%,var(--rg-cyan-soft-a20),transparent 58%),linear-gradient(180deg,var(--rg-cyan-soft-a12),var(--rg-orange-a05))!important;
  box-shadow:inset 0 0 0 1px var(--rg-white-a04),inset 0 -16px 18px var(--rg-black-a24)!important;
}


.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head h2{color:var(--rg-white)!important;text-shadow:none!important;}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head p{color:var(--rg-muted)!important;text-shadow:none!important;}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill{
  color:var(--rg-muted)!important;
  background:linear-gradient(180deg,var(--rg-cyan-a96),var(--rg-cyan-a98))!important;
  border:1px solid var(--rg-cyan-soft-a11)!important;
  box-shadow:inset 0 1px 0 var(--rg-white-a05)!important;
}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill i{color:var(--rg-cyan-soft)!important;}

.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{position:relative!important;z-index:1!important;}

@media (max-width: 760px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{width:58px!important;min-width:58px!important;height:58px!important;border-radius:18px!important;font-size:24px!important;}

}

/* Frontend Premium Recovery v1.7.40 */
.rgseo-radio-emisoras-premium,
.rgseo-radios-dept-hub{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid var(--rg-premium-border)!important;
  border-radius:var(--rg-premium-radius-xl)!important;
  background:radial-gradient(circle at 10% 0%,rgba(34,211,238,.13),transparent 35%),radial-gradient(circle at 94% 8%,rgba(255,138,61,.11),transparent 35%),var(--rg-premium-surface)!important;
  box-shadow:var(--rg-premium-shadow)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head,
.rgseo-radios-dept-hub .rgseo-radios-dept-hero,
.rgseo-radios-dept-hub .rgseo-radios-dept-section-head{
  border-radius:var(--rg-premium-radius-lg)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid,
.rgseo-radios-dept-hub .rgseo-radios-dept-grid{
  gap:16px!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card,
.rgseo-radios-dept-hub .rgseo-radios-dept-card,
.rgseo-radios-dept-hub .rgseo-radios-continue-card{
  border:1px solid rgba(148,163,184,.20)!important;
  border-radius:20px!important;
  background:var(--rg-premium-card)!important;
  box-shadow:var(--rg-premium-shadow-soft)!important;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-within,
.rgseo-radios-dept-hub .rgseo-radios-dept-card:hover,
.rgseo-radios-dept-hub .rgseo-radios-dept-card:focus-within,
.rgseo-radios-dept-hub .rgseo-radios-continue-card:hover,
.rgseo-radios-dept-hub .rgseo-radios-continue-card:focus-within{
  transform:translateY(-2px)!important;
  border-color:var(--rg-premium-border-strong)!important;
  background:var(--rg-premium-card-hover)!important;
  box-shadow:0 18px 34px rgba(0,0,0,.30),0 0 22px rgba(34,211,238,.09)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-icon,
.rgseo-radios-dept-hub .rgseo-radios-dept-card-icon,
.rgseo-radios-dept-hub .rgseo-radios-continue-placeholder{
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.075)!important;
  border-radius:16px!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-title,
.rgseo-radios-dept-hub .rgseo-radios-dept-card-title,
.rgseo-radios-dept-hub .rgseo-radios-continue-title{
  color:var(--rg-text)!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta,
.rgseo-radios-dept-hub .rgseo-radios-dept-card-meta,
.rgseo-radios-dept-hub .rgseo-radios-continue-meta{
  color:rgba(212,222,233,.86)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action,
.rgseo-radios-dept-hub .rgseo-radios-dept-card-arrow,
.rgseo-radios-dept-hub .rgseo-radios-continue-action{
  background:linear-gradient(180deg,rgba(255,186,116,.96),rgba(255,138,61,.96))!important;
  color:#111827!important;
  border-radius:999px!important;
}
@media (max-width: 760px){
  .rgseo-radio-emisoras-premium,
  .rgseo-radios-dept-hub{padding:16px 12px!important;border-radius:22px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid,
  .rgseo-radios-dept-hub .rgseo-radios-dept-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card,
  .rgseo-radios-dept-hub .rgseo-radios-dept-card,
  .rgseo-radios-dept-hub .rgseo-radios-continue-card{
    min-height:76px!important;
    padding:10px!important;
    border-radius:17px!important;
    display:flex!important;
    align-items:center!important;
    gap:11px!important;
  }
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo,
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-icon,
  .rgseo-radios-dept-hub .rgseo-radios-dept-card-icon,
  .rgseo-radios-dept-hub .rgseo-radios-continue-placeholder{
    width:54px!important;
    min-width:54px!important;
    height:54px!important;
  }
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-title,
  .rgseo-radios-dept-hub .rgseo-radios-dept-card-title,
  .rgseo-radios-dept-hub .rgseo-radios-continue-title{font-size:.94rem!important;line-height:1.18!important;}
}
/* Frontend Premium Recovery v1.7.40 focus compatibility */
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:focus-visible{outline:none!important;box-shadow:var(--rg-premium-focus)!important;}


/* Frontend Color Harmony Recovery v1.7.40 */
.rgseo-radio-emisoras-premium,
.rgseo-radios-dept-hub{
  background:
    radial-gradient(circle at 8% 0%,rgba(88,215,255,.07),transparent 34%),
    radial-gradient(circle at 95% 0%,rgba(255,155,74,.05),transparent 28%),
    var(--rg-premium-surface)!important;
  border:1px solid var(--rg-premium-border)!important;
  box-shadow:var(--rg-premium-shadow)!important;
}
.rgseo-radio-emisoras-head,
.rgseo-radios-dept-hero,
.rgseo-radios-dept-section,
.rgseo-radios-featured,
.rgseo-radios-continue,
.rgseo-radios-dept-card,
.rgseo-radio-emisora-card,
.rgseo-radios-featured-card,
.rgseo-radios-continue-card,
.rgseo-radios-type-card{
  background:var(--rg-premium-card)!important;
  border:1px solid var(--rg-premium-border)!important;
  border-radius:20px!important;
  box-shadow:var(--rg-premium-shadow-soft)!important;
}
.rgseo-radios-dept-section-head,
.rgseo-radio-emisoras-head{background:rgba(255,255,255,.03)!important;border:1px solid var(--rg-premium-border)!important;border-radius:18px!important;}
.rgseo-radio-emisora-chip,
.rgseo-radio-emisora-badge,
.rgseo-radios-dept-badge,
.rgseo-radios-dept-kicker,
.rgseo-radio-emisoras-pill{
  background:rgba(255,255,255,.045)!important;
  border:1px solid var(--rg-premium-border)!important;
  color:var(--rg-muted)!important;
}
.rgseo-radio-emisora-title,
.rgseo-radio-emisoras-title,
.rgseo-radios-dept-hero-title,
.rgseo-radios-dept-card-title,
.rgseo-radios-dept-section-title{color:var(--rg-text)!important;}
.rgseo-radio-emisora-meta,
.rgseo-radio-emisoras-sub,
.rgseo-radios-dept-hero-subtitle,
.rgseo-radios-dept-section-subtitle,
.rgseo-radios-dept-card-meta{color:var(--rg-muted)!important;}
.rgseo-radio-emisora-action,
.rgseo-radios-dept-main-cta,
.rgseo-radios-continue-action{
  background:linear-gradient(180deg,rgba(255,155,74,.18),rgba(255,155,74,.10))!important;
  border:1px solid rgba(255,155,74,.30)!important;
  color:var(--rg-text)!important;
  border-radius:14px!important;
}
.rgseo-radio-emisora-action:hover,
.rgseo-radios-dept-main-cta:hover,
.rgseo-radios-continue-action:hover{border-color:rgba(255,155,74,.42)!important;box-shadow:0 14px 24px rgba(0,0,0,.20)!important;}
.rgseo-radio-emisora-dot,
.rgseo-related-dot,.rgseo-ver-tambien-dot{color:var(--rg-cyan-soft)!important;}
@media (max-width:760px){
  .rgseo-radio-emisoras-premium,
  .rgseo-radios-dept-hub{margin:18px 0 22px 0!important;transform:none!important;padding:16px!important;width:100%!important;}
  .rgseo-radio-emisoras-grid,
  .rgseo-radios-featured-grid,
  .rgseo-radios-continue-grid,
  .rgseo-radios-dept-grid,
  .rgseo-radios-type-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .rgseo-radio-emisora-card,
  .rgseo-radios-dept-card,
  .rgseo-radios-continue-card,
  .rgseo-radios-featured-card,
  .rgseo-radios-type-card{padding:14px!important;}
}


/* Frontend Premium Polish v1.7.40 */
.rgseo-radio-emisoras-head,.rgseo-radios-dept-hero{padding:clamp(15px,2.3vw,22px)!important;}
.rgseo-radio-emisoras-title,.rgseo-radios-dept-hero-title{font-size:clamp(1.48rem,3.5vw,2.45rem)!important;line-height:1.04!important;letter-spacing:-.052em!important;}
.rgseo-radio-emisoras-sub,.rgseo-radios-dept-hero-subtitle{line-height:1.55!important;max-width:780px!important;}
.rgseo-radio-emisora-card,.rgseo-radios-dept-card,.rgseo-radios-featured-card,.rgseo-radios-continue-card,.rgseo-radios-type-card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;}
.rgseo-radio-emisora-card:hover,.rgseo-radios-dept-card:hover,.rgseo-radios-featured-card:hover,.rgseo-radios-continue-card:hover,.rgseo-radios-type-card:hover{transform:translateY(-2px)!important;border-color:var(--rg-premium-line-hover)!important;box-shadow:0 18px 34px rgba(0,0,0,.24)!important;}
.rgseo-radio-emisora-action,.rgseo-radios-dept-main-cta,.rgseo-radios-continue-action{min-height:46px!important;font-weight:850!important;text-decoration:none!important;}
.rgseo-radio-emisora-logo,.rgseo-radio-emisora-thumb,.rgseo-radios-continue-thumb{border-radius:16px!important;background:rgba(255,255,255,.055)!important;border:1px solid var(--rg-premium-line)!important;}
@media (max-width:760px){
  .rgseo-radio-emisoras-title,.rgseo-radios-dept-hero-title{font-size:1.62rem!important;}
  .rgseo-radio-emisoras-head,.rgseo-radios-dept-hero{padding:14px!important;}
  .rgseo-radio-emisora-action,.rgseo-radios-dept-main-cta,.rgseo-radios-continue-action{width:100%!important;justify-content:center!important;}
}


/* Frontend Visual Acceptance v1.7.40 */
@media (max-width:760px){
  .rgseo-radio-emisora-action,.rgseo-radios-dept-main-cta,.rgseo-radios-continue-action{min-height:var(--rg-acceptance-mobile-min-touch)!important;}
}


/* Radio Modules Source Palette Restore v1.7.40
   Radio Emisoras Strict Palette Parity v1.7.40
   Radio Emisoras Premium Elegance v1.7.40
   Radio Emisoras Root Cleanup v1.7.40
   Scope: [rgseo_radio_emisoras_premium]
   Root rules: pure images, centered text, strict department/category result set, balanced premium palette. */
.rgseo-radio-emisoras-premium{
  --rg1722-bg:#101722;
  --rg1722-panel:#141D2B;
  --rg1722-card:#1D2A3D;
  --rg1722-card-2:#172232;
  --rg1722-card-hover:#22344D;
  --rg1722-line:rgba(139,160,184,.34);
  --rg1722-line-soft:rgba(139,160,184,.22);
  --rg1722-cyan:#22D3EE;
  --rg1722-cyan-soft:#67E8F9;
  --rg1722-orange:#FF8A3D;
  --rg1722-orange-soft:#FFC08A;
  --rg1722-text:#F8FAFC;
  --rg1722-muted:#D7E2EF;
  color:var(--rg1722-text)!important;
}
.rgseo-radio-emisoras-premium.rgseo-radio-emisoras-premium,
.entry-content .rgseo-radio-emisoras-premium,
.post-content .rgseo-radio-emisoras-premium,
.site-content .rgseo-radio-emisoras-premium,
.wp-block-post-content .rgseo-radio-emisoras-premium{
  background:
    radial-gradient(circle at 10% 0%,rgba(34,211,238,.09),transparent 34%),
    radial-gradient(circle at 92% 4%,rgba(255,138,61,.075),transparent 30%),
    linear-gradient(180deg,var(--rg1722-panel) 0%,var(--rg1722-bg) 100%)!important;
  border:1px solid var(--rg1722-line-soft)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.rgseo-radio-emisoras-premium:before{
  background:radial-gradient(circle at 14% 0%,rgba(34,211,238,.08),transparent 38%),radial-gradient(circle at 92% 0%,rgba(255,138,61,.07),transparent 34%)!important;
  opacity:.82!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head--premium{
  border-radius:24px!important;
  padding:18px 20px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.022))!important;
  border:1px solid var(--rg1722-line-soft)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head h2{
  color:var(--rg1722-text)!important;
  text-align:center!important;
  text-shadow:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-sub,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head p{
  color:var(--rg1722-muted)!important;
  text-align:center!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-wrap,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-copy{
  align-items:center!important;
  text-align:center!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon--live{
  color:var(--rg1722-cyan-soft)!important;
  background:linear-gradient(180deg,rgba(34,211,238,.13),rgba(20,29,43,.92))!important;
  border:1px solid rgba(34,211,238,.28)!important;
  box-shadow:0 12px 26px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill--live{
  color:var(--rg1722-muted)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(20,29,43,.80))!important;
  border:1px solid var(--rg1722-line-soft)!important;
  box-shadow:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:clamp(14px,1.25vw,18px)!important;
  align-items:stretch!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge,
.rgseo-radio-emisoras-premium a.rgseo-radio-emisora-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
  border-radius:24px!important;
  padding:14px!important;
  gap:11px!important;
  min-height:0!important;
  background:linear-gradient(180deg,var(--rg1722-card) 0%,var(--rg1722-card-2) 100%)!important;
  border:1px solid var(--rg1722-line)!important;
  color:var(--rg1722-text)!important;
  box-shadow:0 15px 32px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.045)!important;
  overflow:hidden!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:before{
  background:linear-gradient(180deg,rgba(255,255,255,.045),transparent 42%),radial-gradient(circle at 14% 0%,rgba(103,232,249,.08),transparent 38%)!important;
  opacity:1!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:after,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:after{content:none!important;display:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-within,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:focus-visible{
  transform:translateY(-3px)!important;
  background:linear-gradient(180deg,var(--rg1722-card-hover) 0%,var(--rg1722-card-2) 100%)!important;
  border-color:rgba(103,232,249,.42)!important;
  box-shadow:0 20px 36px rgba(0,0,0,.32),0 0 0 1px rgba(103,232,249,.13),inset 0 1px 0 rgba(255,255,255,.06)!important;
  outline:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge--live{
  align-self:flex-start!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:26px!important;
  padding:4px 10px!important;
  border-radius:999px!important;
  color:#FFF2E7!important;
  background:linear-gradient(180deg,rgba(255,138,61,.24),rgba(56,36,24,.92))!important;
  border:1px solid rgba(255,138,61,.38)!important;
  box-shadow:none!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-dot{
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:var(--rg1722-orange)!important;
  box-shadow:0 0 0 4px rgba(255,138,61,.11),0 0 12px rgba(255,138,61,.42)!important;
}
/* Pure image: no artificial white/color container around logos. */
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo,
.rgseo-radio-emisoras-premium .rgseo-related-thumb{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:150px!important;
  min-height:150px!important;
  max-height:150px!important;
  aspect-ratio:auto!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  overflow:visible!important;
  clip-path:none!important;
  line-height:0!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb:after,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo:after,
.rgseo-radio-emisoras-premium .rgseo-related-thumb:before,
.rgseo-radio-emisoras-premium .rgseo-related-thumb:after{content:none!important;display:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo img,
.rgseo-radio-emisoras-premium .rgseo-related-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  border-radius:12px!important;
  clip-path:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-thumb img,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-logo img,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-related-thumb img{filter:none!important;transform:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-title{
  width:100%!important;
  color:var(--rg1722-text)!important;
  text-align:center!important;
  font-size:1rem!important;
  line-height:1.18!important;
  font-weight:900!important;
  letter-spacing:-.018em!important;
  min-height:2.38em!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-shadow:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{
  width:100%!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{
  min-height:28px!important;
  padding:4px 10px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
  box-shadow:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept{
  background:linear-gradient(180deg,rgba(34,211,238,.13),rgba(22,33,49,.90))!important;
  border:1px solid rgba(34,211,238,.28)!important;
  color:#D8F9FF!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{
  background:linear-gradient(180deg,rgba(255,138,61,.14),rgba(34,26,22,.90))!important;
  border:1px solid rgba(255,138,61,.28)!important;
  color:#FFE3CC!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta--live{
  width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  align-items:center!important;
  justify-items:center!important;
  margin-top:auto!important;
  text-align:center!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{
  justify-self:center!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(17,24,39,.90))!important;
  border:1px solid rgba(148,163,184,.22)!important;
  color:var(--rg1722-muted)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card .rgseo-radio-emisora-action{
  display:inline-flex!important;
  width:100%!important;
  max-width:180px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:44px!important;
  border-radius:999px!important;
  color:#06202A!important;
  background:linear-gradient(180deg,var(--rg1722-cyan-soft) 0%,var(--rg1722-cyan) 100%)!important;
  border:1px solid rgba(103,232,249,.74)!important;
  box-shadow:0 12px 20px rgba(7,32,42,.18),inset 0 1px 0 rgba(255,255,255,.25)!important;
  font-size:15px!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
  text-decoration:none!important;
  opacity:1!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen:before{
  content:'▶';
  font-size:11px!important;
  line-height:1!important;
  opacity:.88!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-action,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible .rgseo-radio-emisora-action{
  transform:translateY(-1px)!important;
  filter:saturate(1.02) brightness(1.02)!important;
}
@media(max-width:1180px){
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:1024px){
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:720px){
  .rgseo-radio-emisoras-premium.rgseo-radio-emisoras-premium{width:calc(100vw - 14px)!important;margin:22px 0 26px 50%!important;gap:18px!important;padding:18px 10px!important;border-radius:24px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head{padding:16px 12px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card,
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge{border-radius:20px!important;padding:10px!important;gap:9px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb,
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo,
  .rgseo-radio-emisoras-premium .rgseo-related-thumb{height:116px!important;min-height:116px!important;max-height:116px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-name,
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-title{font-size:.94rem!important;min-height:2.24em!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{display:none!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{max-width:none!important;min-height:43px!important;font-size:14px!important;}
}
@media(max-width:380px){
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{gap:9px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{padding:9px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-type,
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip,
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{font-size:11px!important;padding:4px 9px!important;}
}

/* Radio Emisoras Source Screenshot Canonical v1.7.40
   Scope: [rgseo_radio_emisoras_premium]
   Source visual reference: v1.4.55 screenshots. No artificial logo panels. */
.rgseo-radio-emisoras-premium{
  --rg1723-bg:#111318;
  --rg1723-panel:#171B22;
  --rg1723-card:#252A33;
  --rg1723-card-2:#181C23;
  --rg1723-card-hover:#2B313A;
  --rg1723-border:rgba(255,255,255,.10);
  --rg1723-border-soft:rgba(255,255,255,.075);
  --rg1723-orange:#FF6A00;
  --rg1723-orange-soft:#FF8A3D;
  --rg1723-cyan:#00BBD4;
  --rg1723-cyan-soft:#60DDEB;
  --rg1723-white:#F5F5F7;
  --rg1723-muted:#BBC4D0;
  width:min(1680px,calc(100vw - 8px))!important;
  max-width:none!important;
  margin:32px 0 36px 50%!important;
  transform:translateX(-50%)!important;
  padding:clamp(22px,2vw,30px)!important;
  border-radius:28px!important;
  color:var(--rg1723-white)!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(255,106,0,.11),transparent 34%),
    radial-gradient(circle at 92% 0%,rgba(0,187,212,.10),transparent 38%),
    linear-gradient(135deg,var(--rg1723-bg) 0%,var(--rg1723-panel) 52%,#2A2D34 100%)!important;
  border:1px solid var(--rg1723-border-soft)!important;
  box-shadow:0 20px 46px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.045)!important;
  overflow:hidden!important;
  position:relative!important;
  isolation:isolate!important;
  clear:both!important;
}
.entry-content .rgseo-radio-emisoras-premium,
.post-content .rgseo-radio-emisoras-premium,
.site-content .rgseo-radio-emisoras-premium,
.wp-block-post-content .rgseo-radio-emisoras-premium{width:min(1680px,calc(100vw - 8px))!important;max-width:none!important;margin-left:50%!important;transform:translateX(-50%)!important;}
.rgseo-radio-emisoras-premium:before{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;pointer-events:none!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.026),transparent),radial-gradient(circle at 100% 0%,rgba(255,106,0,.10),transparent 34%),radial-gradient(circle at 0% 100%,rgba(0,187,212,.07),transparent 34%)!important;opacity:1!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin:0 0 20px!important;padding:0!important;position:relative!important;z-index:1!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-wrap{display:flex!important;align-items:flex-start!important;gap:13px!important;min-width:0!important;margin:0!important;padding:0!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{width:58px!important;min-width:58px!important;height:58px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:18px!important;color:var(--rg1723-cyan-soft)!important;background:linear-gradient(180deg,#111820,#090D12)!important;border:1px solid rgba(121,139,160,.28)!important;box-shadow:-10px 0 18px rgba(255,106,0,.10),10px 0 18px rgba(0,187,212,.12),0 14px 24px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06),inset 0 0 0 1px rgba(255,255,255,.03)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon i{font-size:18px!important;color:inherit!important;line-height:1!important;margin:0!important;text-shadow:0 0 14px rgba(0,187,212,.24)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title{margin:0!important;padding:0!important;font-size:clamp(1.35rem,2.2vw,1.95rem)!important;line-height:1.12!important;font-weight:950!important;letter-spacing:-.035em!important;color:var(--rg1723-white)!important;text-shadow:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-sub{margin:8px 0 0!important;padding:0!important;max-width:760px!important;color:var(--rg1723-muted)!important;font-size:clamp(.92rem,1.12vw,1.02rem)!important;line-height:1.48!important;text-shadow:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:9px 12px!important;border-radius:999px!important;white-space:nowrap!important;color:rgba(255,255,255,.88)!important;font-size:.82rem!important;font-weight:850!important;letter-spacing:.01em!important;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.075)!important;text-decoration:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill i{color:var(--rg1723-orange-soft)!important;margin:0!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important;width:100%!important;margin:0!important;padding:0!important;align-items:stretch!important;position:relative!important;z-index:1!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge,
.rgseo-radio-emisoras-premium a.rgseo-radio-emisora-card{position:relative!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;min-width:0!important;width:100%!important;min-height:302px!important;padding:14px!important;gap:10px!important;border-radius:22px!important;color:var(--rg1723-white)!important;text-decoration:none!important;background:linear-gradient(180deg,rgba(37,42,51,.98),rgba(24,28,35,.99))!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 14px 34px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.045)!important;transition:transform .26s cubic-bezier(.2,.8,.2,1),box-shadow .26s ease,border-color .26s ease,background .26s ease!important;isolation:isolate!important;overflow:hidden!important;float:none!important;clear:none!important;max-width:none!important;text-align:center!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:before{content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;border-radius:inherit!important;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 34%),radial-gradient(circle at 18% 0%,rgba(255,106,0,.085),transparent 42%),radial-gradient(circle at 88% 0%,rgba(0,187,212,.075),transparent 44%)!important;opacity:.86!important;pointer-events:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:2px!important;background:linear-gradient(90deg,transparent,rgba(255,106,0,.52),rgba(0,187,212,.28),transparent)!important;opacity:0!important;transition:opacity .22s ease!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible{transform:translateY(-4px)!important;background:linear-gradient(180deg,rgba(43,49,58,.99),rgba(26,30,38,.99))!important;border-color:rgba(255,106,0,.24)!important;box-shadow:0 18px 42px rgba(0,0,0,.32),0 0 20px rgba(255,106,0,.055)!important;outline:none!important;color:var(--rg1723-white)!important;text-decoration:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover:after,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible:after{opacity:1!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-badge--live{display:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo,
.rgseo-radio-emisoras-premium .rgseo-related-thumb{width:100%!important;aspect-ratio:3/2!important;height:auto!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:20px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;clip-path:inset(0 round 20px)!important;line-height:0!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb:after,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo:after,
.rgseo-radio-emisoras-premium .rgseo-related-thumb:before,
.rgseo-radio-emisoras-premium .rgseo-related-thumb:after{content:none!important;display:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo img,
.rgseo-radio-emisoras-premium .rgseo-related-thumb img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;border-radius:20px!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important;clip-path:inset(0 round 20px)!important;filter:none!important;transition:transform .25s cubic-bezier(.2,.8,.2,1),filter .25s ease!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-thumb img,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible .rgseo-radio-emisora-thumb img{transform:scale(1.018)!important;filter:brightness(1.03)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:8px 0 0!important;min-height:2.45em!important;color:var(--rg1723-white)!important;font-size:clamp(.9rem,1vw,1rem)!important;font-weight:900!important;line-height:1.23!important;letter-spacing:-.018em!important;text-align:center!important;text-decoration:none!important;text-shadow:none!important;width:100%!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:nowrap!important;gap:8px!important;min-height:32px!important;max-height:none!important;overflow:visible!important;margin:4px 0 0!important;width:100%!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:0!important;height:30px!important;min-height:30px!important;padding:0 10px!important;border-radius:12px!important;font-size:.72rem!important;line-height:1!important;font-weight:850!important;letter-spacing:-.012em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-decoration:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept{color:#CCF8FF!important;background:linear-gradient(135deg,rgba(0,187,212,.16),rgba(24,35,38,.95))!important;border:1px solid rgba(0,187,212,.24)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{color:#FFD4BA!important;background:linear-gradient(135deg,rgba(255,106,0,.18),rgba(36,29,24,.96))!important;border:1px solid rgba(255,106,0,.24)!important;max-width:110px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip i{margin:0!important;font-size:.72rem!important;color:var(--rg1723-cyan-soft)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format i{color:var(--rg1723-orange-soft)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-text{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-dot{width:7px!important;height:7px!important;min-width:7px!important;border-radius:999px!important;background:var(--rg1723-cyan)!important;box-shadow:0 0 8px rgba(0,187,212,.22)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta--live{display:flex!important;width:100%!important;padding-top:10px!important;margin-top:auto!important;justify-content:center!important;align-items:center!important;gap:10px!important;grid-template-columns:1fr!important;text-align:center!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta .rgseo-radio-emisora-type,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{display:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card .rgseo-radio-emisora-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:min(100%,150px)!important;min-height:36px!important;padding:0 14px!important;margin:0 auto!important;border-radius:999px!important;color:#fff!important;background:linear-gradient(180deg,rgba(24,33,36,.98),rgba(17,22,24,.99))!important;border:1px solid rgba(0,187,212,.26)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 6px 12px rgba(0,0,0,.18)!important;opacity:1!important;font-size:.78rem!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;letter-spacing:0!important;transition:transform .22s ease,border-color .22s ease,filter .22s ease!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen:before{content:"\f04b"!important;font-family:"Font Awesome 5 Free"!important;font-weight:900!important;font-size:.74em!important;line-height:1!important;color:#fff!important;margin-right:1px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-action,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible .rgseo-radio-emisora-action{transform:scale(1.04)!important;border-color:rgba(0,187,212,.34)!important;background:linear-gradient(180deg,rgba(28,38,42,.99),rgba(19,25,28,.99))!important;filter:brightness(1.04)!important;color:#fff!important;}
@media(max-width:1180px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{min-height:300px!important}}
@media(max-width:980px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:1024px){.rgseo-radio-emisoras-premium{width:calc(100vw - 14px)!important;margin:28px 0 32px 50%!important;padding:20px 12px!important;border-radius:26px!important}}
@media(max-width:760px){.rgseo-radio-emisoras-premium{width:calc(100vw - 8px)!important;padding:16px 7px!important;margin:22px 0 26px 50%!important;border-radius:24px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head{flex-direction:column!important;gap:12px!important;margin-bottom:15px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-wrap{gap:11px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:15px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-sub{font-size:.92rem!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill{white-space:normal!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{min-height:286px!important;padding:12px!important;border-radius:21px!important;gap:9px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo,.rgseo-radio-emisoras-premium .rgseo-related-thumb{border-radius:18px!important;clip-path:inset(0 round 18px)!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo img,.rgseo-radio-emisoras-premium .rgseo-related-thumb img{border-radius:18px!important;clip-path:inset(0 round 18px)!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{margin-top:8px!important;font-size:.91rem!important;text-align:center!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{gap:6px!important;min-height:30px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{height:30px!important;min-height:30px!important;width:auto!important;max-width:100%!important;font-size:.68rem!important;padding:0 9px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{max-width:90px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{width:100%!important;min-height:34px!important;padding:0 11px!important;font-size:.72rem!important}}
@media(max-width:430px){.rgseo-radio-emisoras-premium{padding:16px 7px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{min-height:292px!important;padding:10px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb{aspect-ratio:16/8.8!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;overflow:hidden!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{font-size:clamp(.60rem,2.45vw,.66rem)!important;padding:0 7px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{display:none!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta{display:flex!important;grid-template-columns:1fr!important;padding-top:8px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{width:100%!important}}
@media(max-width:360px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{gap:9px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card{padding:9px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{font-size:.58rem!important;padding:0 6px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{height:34px!important;min-height:34px!important;font-size:.66rem!important}}

/* Radio Emisoras Mobile Category Hover v1.7.40
   Canonical visual end block for [rgseo_radio_emisoras_premium].
   Keeps category/format visible on mobile and modernizes hover without changing taxonomy logic. */
.rgseo-radio-emisoras-premium,
.rgseo-radio-emisoras-premium.rgseo-radio-emisoras-premium{
  --rg1726-ret-bg:#0B1020;
  --rg1726-ret-panel:#111827;
  --rg1726-ret-card:#243247;
  --rg1726-ret-card-2:#1B2433;
  --rg1726-ret-card-hover:#2A3A52;
  --rg1726-ret-card-hover-2:#202B3B;
  --rg1726-ret-border:rgba(148,163,184,.40);
  --rg1726-ret-border-soft:rgba(148,163,184,.28);
  --rg1726-ret-border-strong:rgba(34,211,238,.48);
  --rg1726-ret-cyan:#22D3EE;
  --rg1726-ret-cyan-soft:#67E8F9;
  --rg1726-ret-orange:#FF8A3D;
  --rg1726-ret-text:#F8FAFC;
  --rg1726-ret-muted:#D4DEE9;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head--premium{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 20px!important;
  padding:16px 20px!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 6% 0%,rgba(34,211,238,.10),transparent 34%),
    radial-gradient(circle at 96% 4%,rgba(255,138,61,.08),transparent 30%),
    linear-gradient(180deg,var(--rg1726-ret-panel) 0%,var(--rg1726-ret-bg) 100%)!important;
  border:1px solid var(--rg1726-ret-border-soft)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-wrap{display:flex!important;align-items:center!important;gap:16px!important;min-width:0!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon--live{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,var(--rg1726-ret-card) 0%,var(--rg1726-ret-card-2) 100%)!important;
  border:1px solid var(--rg1726-ret-border)!important;
  box-shadow:0 14px 28px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06)!important;
  overflow:hidden!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon:before{content:'';position:absolute;inset:7px;border-radius:14px;background:radial-gradient(circle at 34% 24%,rgba(103,232,249,.36),rgba(11,16,32,.92) 68%)!important;border:1px solid rgba(103,232,249,.18)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon i{position:relative!important;z-index:1!important;color:var(--rg1726-ret-cyan-soft)!important;font-size:20px!important;text-shadow:0 0 16px rgba(103,232,249,.20)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head h2,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title{color:var(--rg1726-ret-text)!important;text-shadow:0 2px 0 rgba(0,0,0,.16)!important;line-height:1.08!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head p,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-sub{color:var(--rg1726-ret-muted)!important;line-height:1.35!important;max-width:920px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill,
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill--live{min-height:38px!important;padding:0 14px!important;border-radius:999px!important;color:var(--rg1726-ret-text)!important;background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(17,24,39,.88))!important;border:1px solid rgba(203,213,225,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:clamp(14px,1.25vw,18px)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge,
.rgseo-radio-emisoras-premium a.rgseo-radio-emisora-card{
  background:linear-gradient(180deg,var(--rg1726-ret-card) 0%,var(--rg1726-ret-card-2) 100%)!important;
  border:1px solid var(--rg1726-ret-border)!important;
  border-radius:20px!important;
  box-shadow:0 12px 24px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.065),0 0 0 1px rgba(15,23,42,.44)!important;
  padding:12px!important;
  gap:10px!important;
  min-height:unset!important;
  transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease,box-shadow .22s ease,background .22s ease,filter .22s ease!important;
  will-change:transform!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:before{background:linear-gradient(180deg,rgba(255,255,255,.055),transparent 42%),radial-gradient(circle at 18% 0%,rgba(34,211,238,.07),transparent 44%)!important;opacity:.88!important;transition:opacity .22s ease!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-within,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:focus-visible{
  transform:translateY(-2px) scale(1.012)!important;
  background:linear-gradient(180deg,var(--rg1726-ret-card-hover) 0%,var(--rg1726-ret-card-hover-2) 100%)!important;
  border-color:var(--rg1726-ret-border-strong)!important;
  box-shadow:0 16px 30px rgba(0,0,0,.32),0 0 0 1px rgba(34,211,238,.14),inset 0 1px 0 rgba(255,255,255,.08)!important;
  filter:saturate(1.02)!important;
  outline:none!important;
}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible:before{opacity:1!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo,
.rgseo-radio-emisoras-premium .rgseo-related-thumb{display:block!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:auto!important;padding:0!important;margin:0!important;background:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;outline:0!important;overflow:visible!important;clip-path:none!important;line-height:0!important;border-radius:0!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb:before,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb:after,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo:before,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo:after{content:none!important;display:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo img,
.rgseo-radio-emisoras-premium .rgseo-related-thumb img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:initial!important;object-position:center center!important;padding:0!important;margin:0 auto!important;background:transparent!important;border:0!important;box-shadow:none!important;filter:none!important;transform:none!important;border-radius:14px!important;clip-path:none!important;transition:filter .22s ease!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-thumb img{filter:saturate(1.02) contrast(1.01)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-title{color:#FFFFFF!important;text-align:center!important;font-weight:950!important;line-height:1.2!important;text-shadow:0 1px 0 rgba(0,0,0,.20)!important;min-height:2.4em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin-top:2px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;min-height:30px!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-dept{display:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:28px!important;padding:4px 10px!important;border-radius:999px!important;font-size:12px!important;font-weight:800!important;letter-spacing:-.01em!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio{color:#FFE3CC!important;background:linear-gradient(135deg,rgba(255,138,61,.20),rgba(50,36,28,.98))!important;border:1px solid rgba(255,138,61,.42)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio .rgseo-radio-emisora-dot{background:var(--rg1726-ret-orange)!important;box-shadow:0 0 10px rgba(255,138,61,.34)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{display:inline-flex!important;color:#DFFAFF!important;background:linear-gradient(135deg,rgba(34,211,238,.18),rgba(24,43,51,.98))!important;border:1px solid rgba(34,211,238,.46)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-meta--live{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;align-items:center!important;gap:8px!important;margin-top:auto!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{color:var(--rg1726-ret-muted)!important;background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(17,24,39,.88))!important;border:1px solid rgba(203,213,225,.18)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card .rgseo-radio-emisora-action{display:inline-flex!important;width:100%!important;min-height:40px!important;padding:0 15px!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:14px!important;color:#F8FAFC!important;background:linear-gradient(180deg,#22324A 0%,#18253A 100%)!important;border:1px solid rgba(148,163,184,.32)!important;box-shadow:0 8px 16px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.09)!important;font-weight:900!important;text-decoration:none!important;transition:transform .2s ease,background .2s ease,border-color .2s ease!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:before,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen:before{content:'▶';font-size:10px!important;line-height:1!important;opacity:.95!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:hover,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:focus-visible,
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-action{transform:translateY(-1px)!important;background:linear-gradient(180deg,#2A3A52 0%,#1E2C42 100%)!important;border-color:rgba(103,232,249,.38)!important;outline:none!important;}
@media(max-width:1180px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}}
@media(max-width:1024px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:760px){
  .rgseo-radio-emisoras-premium,.rgseo-radio-emisoras-premium.rgseo-radio-emisoras-premium{width:calc(100vw - 14px)!important;margin:22px 0 26px 50%!important;gap:18px!important;padding:18px 10px!important;border-radius:24px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:14px 14px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title-wrap{gap:12px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{width:48px!important;height:48px!important;min-width:48px!important;border-radius:16px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill{align-self:flex-start!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisoras-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-card,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge{border-radius:18px!important;padding:10px!important;gap:9px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-thumb img,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-logo img,.rgseo-radio-emisoras-premium .rgseo-related-thumb img{border-radius:12px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{font-size:.92rem!important;min-height:2.34em!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{display:flex!important;flex-wrap:wrap!important;gap:6px!important;min-height:58px!important;overflow:visible!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{height:auto!important;min-height:26px!important;width:auto!important;max-width:100%!important;font-size:clamp(.62rem,2.55vw,.70rem)!important;padding:4px 8px!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{display:inline-flex!important;max-width:100%!important;white-space:nowrap!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-action{min-height:36px!important;border-radius:12px!important;font-size:.78rem!important;}
}
@media(max-width:430px){
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:6px!important;overflow:visible!important;}
  .rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{display:inline-flex!important;max-width:100%!important;}
}

/* Radio Emisoras Mobile Format Badges v1.7.40
   Canonical end block for [rgseo_radio_emisoras_premium].
   Goals: server-visible Para ti badge on mobile, compact one-line Radio + format badges,
   and clearer format labels such as Grupero, Clásica, Marimba, Noticias, Deportes, Juvenil and Variada.
*/
.rgseo-radio-emisoras-premium{--rg1735-bg:#0B1020;--rg1735-panel:#111827;--rg1735-card:#243247;--rg1735-card-2:#1B2433;--rg1735-card-hover:#2A3A52;--rg1735-card-hover-2:#202B3B;--rg1735-border:rgba(148,163,184,.40);--rg1735-border-soft:rgba(148,163,184,.28);--rg1735-border-strong:rgba(34,211,238,.48);--rg1735-cyan:#22D3EE;--rg1735-cyan-soft:#67E8F9;--rg1735-orange:#FF8A3D;--rg1735-orange-strong:#FF6A00;--rg1735-text:#F8FAFC;--rg1735-muted:#D4DEE9;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head,.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-head--premium{background:radial-gradient(circle at 6% 0%,rgba(34,211,238,.10),transparent 34%),radial-gradient(circle at 96% 4%,rgba(255,138,61,.08),transparent 30%),linear-gradient(180deg,var(--rg1735-panel) 0%,var(--rg1735-bg) 100%)!important;border-color:var(--rg1735-border-soft)!important;color:var(--rg1735-text)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon,.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon--live{position:relative!important;isolation:isolate!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;min-width:46px!important;border-radius:16px!important;color:var(--rg1735-cyan-soft)!important;background:linear-gradient(180deg,#143146 0%,#0B1724 100%)!important;border:1px solid rgba(103,232,249,.46)!important;box-shadow:0 10px 24px rgba(0,0,0,.22),0 0 0 1px rgba(255,255,255,.04) inset,0 0 18px rgba(34,211,238,.16)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon:before{content:""!important;position:absolute!important;inset:1px!important;border-radius:15px!important;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.02) 26%,rgba(34,211,238,.10) 27%,rgba(34,211,238,.34) 100%)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),inset 0 -10px 18px rgba(0,0,0,.16)!important;z-index:0!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon:after{content:""!important;position:absolute!important;left:8px!important;right:8px!important;top:7px!important;height:11px!important;border-radius:999px!important;background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.06))!important;opacity:.75!important;z-index:0!important;pointer-events:none!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon i{position:relative!important;z-index:2!important;color:var(--rg1735-cyan-soft)!important;font-size:18px!important;line-height:1!important;text-shadow:0 0 12px rgba(34,211,238,.22)!important;filter:none!important;margin:0!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-title{color:var(--rg1735-text)!important;}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-sub{color:var(--rg1735-muted)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge,.rgseo-radio-emisoras-premium a.rgseo-radio-emisora-card{position:relative!important;background:linear-gradient(180deg,var(--rg1735-card) 0%,var(--rg1735-card-2) 100%)!important;border-color:var(--rg1735-border)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-visible,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:focus-within,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:hover,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card--bridge:focus-visible{background:linear-gradient(180deg,var(--rg1735-card-hover) 0%,var(--rg1735-card-hover-2) 100%)!important;border-color:var(--rg1735-border-strong)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-title{font-size:clamp(.88rem,.95vw,1rem)!important;line-height:1.16!important;min-height:2.32em!important;text-wrap:balance!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:6px!important;width:100%!important;min-height:30px!important;overflow:hidden!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-type,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-height:28px!important;padding:4px 9px!important;border-radius:999px!important;font-size:.72rem!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;min-width:0!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio{flex:0 0 auto!important;color:#FFE3CC!important;background:linear-gradient(135deg,rgba(255,138,61,.20),rgba(50,36,28,.98))!important;border-color:rgba(255,138,61,.42)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio .rgseo-radio-emisora-dot{width:6px!important;height:6px!important;min-width:6px!important;background:var(--rg1735-orange)!important;box-shadow:0 0 10px rgba(255,138,61,.34)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{flex:0 1 auto!important;max-width:calc(100% - 58px)!important;color:#DFFAFF!important;background:linear-gradient(135deg,rgba(34,211,238,.18),rgba(24,43,51,.98))!important;border-color:rgba(34,211,238,.46)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format .rgseo-radio-emisora-chip-text{display:inline-block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-status{display:none!important;}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-pill{color:var(--rg1735-muted)!important;background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(17,24,39,.88))!important;border-color:rgba(203,213,225,.18)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action--listen,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card .rgseo-radio-emisora-action{color:var(--rg1735-text)!important;background:linear-gradient(180deg,#22324A 0%,#18253A 100%)!important;border-color:rgba(148,163,184,.32)!important;}
.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:hover,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-action:focus-visible,.rgseo-radio-emisoras-premium .rgseo-radio-emisora-card:hover .rgseo-radio-emisora-action{background:linear-gradient(180deg,#2A3A52 0%,#1E2C42 100%)!important;border-color:rgba(103,232,249,.38)!important;}
.rgseo-radio-emisoras-premium .rgseo-related-badges{position:absolute!important;top:14px!important;right:14px!important;left:auto!important;z-index:30!important;display:flex!important;justify-content:flex-end!important;pointer-events:none!important;max-width:calc(100% - 28px)!important;opacity:1!important;visibility:visible!important;}
.rgseo-radio-emisoras-premium .rgseo-related-badge--popular{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:25px!important;padding:5px 10px!important;border-radius:999px!important;color:#1E1106!important;background:linear-gradient(180deg,var(--rg1735-orange) 0%,var(--rg1735-orange-strong) 100%)!important;border:1px solid rgba(255,202,153,.52)!important;box-shadow:0 8px 16px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.24)!important;font-size:.67rem!important;font-weight:950!important;line-height:1!important;text-shadow:none!important;letter-spacing:-.01em!important;opacity:1!important;visibility:visible!important;}
@media(max-width:760px){.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:15px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon:before{border-radius:14px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisoras-icon i{font-size:17px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-name{font-size:clamp(.82rem,3.25vw,.92rem)!important;line-height:1.14!important;min-height:2.28em!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{flex-wrap:nowrap!important;gap:4px!important;min-height:26px!important;max-height:26px!important;overflow:hidden!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{min-height:25px!important;height:25px!important;padding:3px 7px!important;font-size:clamp(.57rem,2.35vw,.66rem)!important;gap:4px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio{max-width:54px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{display:inline-flex!important;max-width:calc(100% - 58px)!important;white-space:nowrap!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format i{display:none!important}.rgseo-radio-emisoras-premium .rgseo-related-badges{top:10px!important;right:10px!important;max-width:calc(100% - 20px)!important}.rgseo-radio-emisoras-premium .rgseo-related-badge--popular{display:inline-flex!important;min-height:22px!important;padding:4px 8px!important;font-size:.60rem!important}}
@media(max-width:380px){.rgseo-radio-emisoras-premium .rgseo-radio-emisora-tax{gap:3px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip{padding:3px 6px!important;font-size:clamp(.54rem,2.55vw,.62rem)!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-radio{max-width:50px!important}.rgseo-radio-emisoras-premium .rgseo-radio-emisora-chip-format{max-width:calc(100% - 53px)!important}}
