/* RSVP Guest List Styles */

#rsvp-family-output2 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
}

#no-of-adult,
#no-of-child {
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

/* Specific styling for the guest table */
#cb18822d6dc4e-d4 table {
    width: 100%;
    border-collapse: collapse;
}

#cb18822d6dc4e-d4 td {
    padding: 8px;
    vertical-align: middle;
}

#cb18822d6dc4e-d4 input[type="checkbox"] {
    margin-right: 10px;
}

/* Summary fields - hidden as per logic but styled if visible */
.rsvp-summary-field {
    background: #f0f0f0;
    font-style: italic;
}

/* Error/Validation state styling */
.rsvp-error {
    border: 2px solid red !important;
}

.rsvp-valid {
    border: 2px solid green !important;
}
