/* Error message styling */
.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.error-message a {
    color: #721c24;
    font-weight: bold;
    text-decoration: underline;
}

.error-message a:hover {
    color: #50141a;
}