.sgc-my-identifiers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.4;
}

.sgc-my-identifiers b {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.sgc-my-checkbox {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #4f7ff1;
    cursor: pointer;
}

.recharge .middle > .manage-account-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-bottom: 12px;
    border: 1px solid #dce7ff;
    border-radius: 10px;
    color: #315fc6;
    font-size: 14px;
    font-weight: 700;
    background: #f5f8ff;
}

.recharge .middle .choose-method {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.recharge .middle .choose-method .method-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 6px;
    border: 1px solid #e3e8ef;
    border-radius: 9px;
    color: #667085;
    font-size: 14px;
    background: #f8fafc;
}

.recharge .middle .choose-method .method-item-active {
    border-color: #4f7ff1;
    color: #315fc6;
    box-shadow: 0 0 0 2px rgba(79, 127, 241, 0.12);
    background: #eef3ff;
}

.recharge .middle .middle-item .list .list_value {
    overflow-wrap: anywhere;
    text-align: right;
}

.recharge .withdraw-password-box {
    padding: 12px 16px;
    border: 1px solid #e5e9f0;
    border-radius: 12px;
    background: #fff;
}

@media (max-width: 360px) {
    .recharge .middle .choose-method {
        gap: 7px;
    }

    .recharge .middle .choose-method .method-item {
        font-size: 13px;
    }
}
