.beautysociety-checkout-payment-information-payment-methods-select {
    width: 307px;
    height: 46px;
}

.beautysociety-checkout-payment-information-payment-methods-select-container {
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 8px;
    width: 100%;
}

.beautysociety-checkout-payment-information-delete-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: unset !important;
    height: 44px;
    border-radius: 50%;
    padding: 0 !important;
}

.beautysociety-checkout-payment-information-delete-card-button:disabled {
    background-color: #CCC !important;
    border: 0 !important;
}

.beautysociety-checkout-user-details-payment-method-paypal-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.beautysociety-checkout-user-details-payment-method-paypal-container-inner {
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 8px;
    padding-left: 19px;
}

.beautysociety-checkout-user-details-payment-method-container {
    width: 100%;
    padding-left: 19px;
    padding-right: 9px;
}

.beautysociety-checkout-user-details-payment-methods-container-credit-card {
    padding-left: 19px;
    padding-right: 9px;
}

.beautysociety-checkout-user-details-payment-methods-list-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.beautysociety-checkout-user-details-payment-method-credit-card-address-accordion-title {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}