﻿.confirmation-content {
    margin-top: 1.5rem;
    text-align: center;
}

.confirmation-message {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 1rem;
}

.auth-success span,
.auth-error span {
    font-weight: 600;
    font-size: 1.1rem;
}

/* Ensure the button doesn't get too wide */
.confirmation-content .auth-btn {
    max-width: 200px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .confirmation-content .auth-btn {
        max-width: 100%;
    }
}
