/* Vchat 0.51.0-alpha — Billing Currency UX */
.vchat-billing-currency-switch{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:5px 6px 5px 14px;
  border:1px solid rgba(101,81,177,.18);
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 28px rgba(43,35,78,.05);
  color:#736c8d;
  font-size:12px;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.vchat-billing-currency-switch select{
  appearance:none;
  min-width:86px;
  min-height:34px;
  padding:0 30px 0 12px;
  border:1px solid #e5dff3;
  border-radius:12px;
  background:#f7f4ff;
  color:#332856;
  font-weight:900;
  font-size:13px;
  cursor:pointer;
}
.vchat-billing-currency-switch::after{
  content:'⌄';
  margin-left:-28px;
  color:#6650bf;
  pointer-events:none;
  font-weight:900;
}
.vchat-billing-center .vchat-billing-hero-actions{
  align-items:center!important;
  flex-wrap:wrap;
}
.vchat-billing-center .vchat-billing-plan-pricebox b,
.vchat-billing-center .vchat-ai-topup-card b,
.vchat-billing-center .vchat-plan-price strong{
  white-space:nowrap;
}
.vchat-billing-center .vchat-billing-plan-note{
  color:#847d99!important;
}
.vchat-billing-center .vchat-billing-plan-note::before{
  content:'Divisa actual: ';
  font-weight:850;
  color:#6a55bd;
}
.vchat-billing-center .vchat-billing-plan-card.is-coming-soon .vchat-billing-plan-note::before,
.vchat-billing-center .vchat-ai-topup-card.is-disabled::after{
  opacity:.9;
}
@media(max-width:760px){
  .vchat-billing-currency-switch{width:100%;justify-content:space-between;}
  .vchat-billing-currency-switch select{min-width:120px;}
}
