/**
 * Guest List Manager Frontend Styles
 */

.guest-list {
    margin: 2rem 0;
}

.rsvp-form-container {
    max-width: 600px;
    margin: 2rem auto;
}

.rsvp-message {
    padding: 1rem;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
}

.rsvp-message.success {
    background-color: #d1fae5;
    color: #065f46;
}

.rsvp-message.error {
    background-color: #fee2e2;
    color: #991b1b;
}

.guest-stats {
    margin: 2rem 0;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-top: 0.5rem;
}
