/**
 * Copyright © Silkcommerce. All rights reserved.
 * CSS for forgot password modal buttons
 */

/* Center the OK button in forgot password success modal */
.forgot-password-success-modal .modal-footer,
.forgot-password-error-modal .modal-footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.forgot-password-success-modal .modal-footer button.action-primary,
.forgot-password-error-modal .modal-footer button.action-primary {
    margin: 0 auto !important;
}

/* Ensure footer actions wrapper is also centered */
.forgot-password-success-modal .modal-footer-actions,
.forgot-password-error-modal .modal-footer-actions {
    text-align: center !important;
    width: 100%;
}

