.s2-account-balance {
    height: 100%;
    background: none;
    padding: 0;
    border: none;
    color: #e80e0e;
}

.nm-right-menu ul li[aria-label="Личный кабинет"] {
    display: flex !important;
    gap: 10px;;
}

.woocommerce-mini-cart__total.total-discount {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}

.woocommerce-mini-cart__total.total-discount .nm-cart-panel-summary-subtotal {
    flex-direction: column;
    align-items: end;
    display: flex;
}

.s2-account-balance-input {
    padding: 3px 5px !important;
    background: #ccc;
    border: 2px solid #000000 !important;
    width: 100px;
}

.s2-discount-warnings {
    color: #d63384;
    font-size: 12px;
    margin-top: 5px;
    padding: 5px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}

.s2-discount-warnings div {
    margin: 2px 0;
}