/* CENTRAL_DESBLOQUEIO_V81 */

.atalho-v21b.desbloq-v81 .atalho-icon-v21b{
  background:#fef3c7!important;
  color:#b45309!important;
}

.desbloq-page-v81{
  display:grid;
  gap:14px;
}

.desbloq-hero-v81{
  background:linear-gradient(180deg,#ffffff,#fff7ed);
  border:1px solid #fed7aa;
  border-radius:22px;
  padding:18px;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
}

.desbloq-hero-v81 h2{
  margin:0 0 8px 0;
  font-size:24px;
  color:#0f172a;
}

.desbloq-hero-v81 p{
  color:#64748b;
  font-weight:850;
  margin:6px 0;
  line-height:1.35;
}

.desbloq-info-v81{
  display:grid;
  grid-template-columns:repeat(4,minmax(150px,1fr));
  gap:12px;
}

.desbloq-info-card-v81{
  background:#fff;
  border:1px solid #e5edf6;
  border-radius:18px;
  padding:14px;
}

.desbloq-info-card-v81 span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  margin-bottom:5px;
}

.desbloq-info-card-v81 strong{
  display:block;
  color:#020617;
  font-size:18px;
  font-weight:950;
}

.desbloq-actions-v81{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.desbloq-btn-v81{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  border-radius:15px!important;
  padding:0 14px!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:950!important;
  text-align:center!important;
}

.desbloq-btn-v81.primary{
  background:#16a34a!important;
  color:#ffffff!important;
  border:1px solid #15803d!important;
}

.desbloq-btn-v81.warn{
  background:#f59e0b!important;
  color:#ffffff!important;
  border:1px solid #d97706!important;
}

.desbloq-btn-v81.neutral{
  background:#ffffff!important;
  color:#020617!important;
  border:1px solid #dbe3ef!important;
}

@media(max-width:760px){
  .desbloq-info-v81,
  .desbloq-actions-v81{
    grid-template-columns:1fr!important;
  }

  .desbloq-hero-v81{
    padding:14px!important;
    border-radius:18px!important;
  }
}

/* CENTRAL_DESBLOQUEIO_V81_FIM */
