/* AXIOMA ACCOUNT PRICES v1.6.4 */
.axioma-account-prices{
    width:min(100%,680px);
    margin-top:18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.13);
    border-radius:20px;
    background:rgba(255,255,255,.035);
    backdrop-filter:blur(14px);
}
.axioma-account-prices__row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    align-items:center;
    padding:14px 17px;
    border-bottom:1px solid rgba(255,255,255,.09);
}
.axioma-account-prices__row:last-of-type{border-bottom:0}
.axioma-account-prices__row span{color:#bdb7c0;font-size:13px;font-weight:750}
.axioma-account-prices__row strong{color:#fff;font-size:19px;white-space:nowrap}
.axioma-account-prices__row--current{
    background:linear-gradient(90deg,rgba(244,64,126,.12),rgba(244,64,126,.02));
}
.axioma-account-prices__row--current span{color:#fff}
.axioma-account-prices__login{
    display:block;
    padding:13px 17px;
    color:#ff6f9f!important;
    font-size:12px;
    font-weight:900;
    text-decoration:none!important;
}
.axioma-account-prices--compact{margin-top:13px;border-radius:15px}
.axioma-account-prices--compact .axioma-account-prices__row{padding:9px 11px}
.axioma-account-prices--compact .axioma-account-prices__row span{font-size:10.5px}
.axioma-account-prices--compact .axioma-account-prices__row strong{font-size:15px}
.axioma-account-prices--compact .axioma-account-prices__login{padding:9px 11px;font-size:10px}
@media(max-width:560px){
    .axioma-account-prices__row strong{font-size:16px}
}
/* /AXIOMA ACCOUNT PRICES v1.6.4 */
