.liga126-premium-google{
  width:min(720px,94%);
  margin:8px auto 12px;
  padding:10px;
  border-radius:22px 10px 22px 10px;
  background:
    radial-gradient(
      700px 220px at 50% -15%,
      rgba(95,112,251,.30),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      #5F70FB 0%,
      #566AFA 30%,
      #4E63FA 70%,
      #293790 100%
    );
  border:1px solid rgba(95,112,251,.42);
  box-shadow:
    0 0 12px rgba(78,99,250,.30),
    inset 0 1px 0 rgba(255,255,255,.14);
  font-family:Arial,Helvetica,sans-serif;
  position:relative;
  overflow:hidden;
}

.liga126-premium-google::before{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:45%;
  height:100%;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.22),
    transparent
  );
  animation:liga126Shine 2.8s linear infinite;
  pointer-events:none;
}

@keyframes liga126Shine{
  0%{
    left:-120%;
  }

  100%{
    left:140%;
  }
}

.liga126-premium-strip{
  position:relative;
  z-index:2;
  text-align:center;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:8px;
  text-shadow:0 1px 2px rgba(0,0,0,.85);
}

.liga126-premium-search,
.liga126-premium-btn{
  position:relative;
  z-index:2;
  min-height:42px;
  border-radius:22px 10px 22px 10px;
  border:1px solid rgba(255,255,255,.24);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  text-decoration:none;
  overflow:hidden;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.35),
    inset 0 -10px 14px rgba(0,0,0,.32),
    0 0 10px rgba(78,99,250,.36);
}

.liga126-premium-search{
  background:linear-gradient(
    180deg,
    #8190FF 0%,
    #5F70FB 24%,
    #566AFA 52%,
    #4E63FA 82%,
    #293790 100%
  );
}

.liga126-premium-btn{
  margin-top:10px;
  background:linear-gradient(
    180deg,
    #8A98FF 0%,
    #697AFD 25%,
    #5F70FB 52%,
    #4E63FA 80%,
    #293790 100%
  );
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition:all .2s ease;
}

.liga126-premium-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.40),
    inset 0 -10px 14px rgba(0,0,0,.28),
    0 0 18px rgba(95,112,251,.55);
}

.liga126-premium-g{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
}

.liga126-premium-g img{
  width:17px;
  height:17px;
}

.liga126-premium-domain{
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-shadow:0 1px 2px rgba(0,0,0,.9);
}

.liga126-premium-arrow{
  width:20px;
  height:20px;
  border-radius:50%;
  background:rgba(0,0,0,.22);
  position:relative;
}

.liga126-premium-arrow::after{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width:5px;
  height:5px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg);
}