.warning-message {
    font-size: 14px;
    color: red;
    margin-bottom: 10px;
}

.bookacti-form-field-name-submit {
    display: none;
}

.error-message-container {
    background-color: #f8d7da;
    /* Rosso pastello */
    color: #721c24;
    /* Rosso scuro per il testo */
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.error-message-container a.subscription-link {
    color: #0056b3;
    text-decoration: underline;
    font-weight: bold;
}

.error-message-container a.subscription-link:hover {
    text-decoration: none;
}

