/* Explains when a guest message is visible to the event community. */
.festivo-rsvp-public-note {
    align-items: flex-start;
    background: #f5f2ff;
    border: 1px solid #e2dafa;
    border-radius: 11px;
    color: #665b7a;
    display: flex;
    font-size: 0.73rem;
    gap: 0.5rem;
    line-height: 1.45;
    margin-top: 0.55rem;
    padding: 0.65rem 0.75rem;
}

.festivo-rsvp-public-note i {
    color: #7357dc;
    margin-top: 0.1rem;
}
