/* V26350 — Google Ranking & Content Authority Engine */
.v26350Authority{
  margin:18px auto;
  padding:20px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:
    radial-gradient(circle at 100% 0%,rgba(24,220,255,.10),transparent 28%),
    radial-gradient(circle at 0% 100%,rgba(255,43,134,.10),transparent 30%),
    linear-gradient(145deg,rgba(15,20,35,.96),rgba(7,10,18,.96));
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.v26350Authority__eyebrow{
  color:#18dcff;
  font-size:10px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.v26350Authority h2{
  margin:7px 0 8px!important;
  color:#fff!important;
  font-size:clamp(24px,3.2vw,42px)!important;
  line-height:1!important;
}
.v26350Authority p{
  max-width:980px;
  margin:0!important;
  color:#b8c2d5!important;
  line-height:1.55!important;
}
.v26350Authority__links{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:14px;
}
.v26350Authority__links a{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  background:rgba(5,8,15,.7);
  color:#fff!important;
  font-size:11px;
  font-weight:900;
  text-decoration:none!important;
}
.v26350Authority__links a:first-child{
  border-color:rgba(255,43,134,.45);
  box-shadow:inset 0 -2px 0 #ff2b86;
}
@media(max-width:600px){
 .v26350Authority{padding:15px;border-radius:14px}
 .v26350Authority__links{display:grid;grid-template-columns:1fr 1fr}
 .v26350Authority__links a{justify-content:center;text-align:center}
}
