/* Validation feedback that is clear without feeling alarming. */
.festivo-alert-danger {
    align-items: flex-start;
    background: linear-gradient(135deg, #fff4f6, #fffafa);
    border: 1px solid #ffd2dc;
    border-left: 4px solid #ef5d7e;
    border-radius: 16px;
    color: #6f3343;
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
}

.festivo-alert-danger .festivo-alert-icon {
    align-items: center;
    background: #ffe0e7;
    border-radius: 10px;
    color: #d94869;
    display: flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
}

.festivo-alert-danger strong,
.festivo-alert-danger span:not(.festivo-alert-icon) {
    display: block;
}

.festivo-alert-danger strong {
    color: #7c2940;
    font-size: 0.85rem;
    font-weight: 900;
}

.festivo-alert-danger span:not(.festivo-alert-icon) {
    color: #936071;
    font-size: 0.75rem;
    margin-top: 0.15rem;
}

.festivo-alert-danger ul {
    color: #a4415a;
    font-size: 0.76rem;
    padding-left: 1rem;
}
