/* Enhanced Account Settings Styles */

.stable_page_current_info {
    background: #f0f8f0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #2d9b2d;
}

.stable_page_info_row {
    margin-bottom: 15px;
}

.stable_page_info_row:last-child {
    margin-bottom: 0;
}

.stable_page_info_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stable_page_info_highlight_label {
    font-size: 13px;
    font-weight: 700;
    color: #1a7a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stable_page_info_highlight_value {
    font-size: 18px;
    font-weight: 700;
    color: #0c420c;
    background: white;
    padding: 10px 15px;
    border-radius: 6px;
    border: 2px solid #1a7a1a;
    font-family: 'Courier New', monospace;
    word-break: break-all;
}

.stable_page_subsection_title {
    font-size: 22px;
    color: #0c420c;
    margin-bottom: 20px;
    font-weight: 700;
}

.stable_page_change_section {
    background: #fafafa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.stable_page_change_heading {
    font-size: 18px;
    color: #1a7a1a;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #2d9b2d;
}

.stable_page_required {
    color: #d32f2f;
    font-weight: 700;
}

.stable_page_error_message {
    color: #d32f2f;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
    min-height: 18px;
}

.stable_page_password_requirements {
    background: white;
    padding: 15px;
    border-radius: 6px;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
}

.stable_page_requirement {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13px;
    color: #666;
}

.stable_page_requirement.stable_page_valid {
    color: #2d9b2d;
}

.stable_page_requirement.stable_page_invalid {
    color: #d32f2f;
}

.stable_page_req_icon {
    font-weight: 700;
    font-size: 14px;
    width: 16px;
    display: inline-block;
    text-align: center;
}

.stable_page_requirement.stable_page_valid .stable_page_req_icon {
    color: #2d9b2d;
}

.stable_page_requirement.stable_page_invalid .stable_page_req_icon {
    color: #d32f2f;
}

.stable_page_form_input.stable_page_error {
    border-color: #d32f2f;
}

/* Update existing form input max-width */
.stable_page_form_input {
    max-width: 500px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .stable_page_info_highlight_value {
        font-size: 14px;
        padding: 8px 12px;
    }

        /* ADD to the 768px media query: */
    .stable_page_settings_panel {
        padding: 15px;
        margin: 0 10px 20px 10px;
    }

    .stable_page_change_section {
        padding: 15px;
    }
    
    .stable_page_form_input {
        max-width: 100%;
    }
}

.stable_page_form_input:focus {
    outline: none;
    border-color: #1a7a1a;
}

/* PayPal Modern Checkout — Delta CSS */

/* Button containers need a minimum width for PayPal's SDK */
.creditbuy_paypal-btn {
    min-width: 200px;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
}

/* Status messages shown after payment actions */
.creditbuy_status {
    font-size: 12px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px;
    line-height: 1.4;
}

.creditbuy_status-processing {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
}

.creditbuy_status-success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #28a745;
}

.creditbuy_status-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #dc3545;
}

/* Adjust table cell to accommodate the PayPal button */
.creditbuy_paypal-cell {
    min-width: 220px;
}


.passcard_error {
