.payment-methods-container {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    font-family: inherit;
}

.payment-methods-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #00bcd4;
}

.wc-saved-payment-methods {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.payment-option {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
    height: 44px;
    box-sizing: border-box;
}

.payment-option:hover {
    border-color: #00bcd4;
    background: #f0fdff;
}

.payment-option:last-child {
    margin-bottom: 0;
}

.payment-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    gap: 10px;
    height: 100%;
}

.payment-label input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
}

.card-icon {
    font-size: 18px;
    color: #00bcd4;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.payment-method-info {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    color: #333;
}

.payment-method-brand {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.payment-method-details {
    font-size: 12px;
    color: #666;
}

.new-payment-method-section {
    margin-top: 16px;
    padding: 20px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.new-payment-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

#wc-bmspay_blackstone_payment-cc-form p.form-row {
    margin-bottom: 14px;
}

#wc-bmspay_blackstone_payment-cc-form .form-row label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin-bottom: 6px;
}

#wc-bmspay_blackstone_payment-cc-form .form-row .input-text {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
}

#wc-bmspay_blackstone_payment-cc-form .form-row .input-text:focus {
    border-color: #00bcd4;
    box-shadow: 0 0 0 2px rgba(0, 188, 212, 0.2);
}

#wc-bmspay_blackstone_payment-cc-form .form-row-first,
#wc-bmspay_blackstone_payment-cc-form .form-row-last {
    width: calc(50% - 6px);
    float: left;
}

#wc-bmspay_blackstone_payment-cc-form .form-row-last {
    margin-left: 12px;
}

#wc-bmspay_blackstone_payment-cc-form .clear {
    clear: both;
}

.save-card-option label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
}

.save-card-option input[type="checkbox"] {
    accent-color: #00bcd4;
}

.no-saved-methods {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    #wc-bmspay_blackstone_payment-cc-form .form-row-first,
    #wc-bmspay_blackstone_payment-cc-form .form-row-last {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}
