.hoa-account {
    background-color: white;
    border: 1px solid grey;
    border-radius: 10px;
    max-width: 350px;
    padding: 1em;
    margin-bottom: 2em;
}
.hoa-account td:first-child {
    text-align: right;
    font-weight: bold;
}
.hoa-account input {
    margin-top: 5px;
}

#payment-messages {
    margin: 15px 0;
    min-height: 30px;
}

.message-highlight {
    background-color: #fff3f3 !important;
    transition: background-color 0.5s ease;
}

.notice {
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}
.notice.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.notice.updated {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-field {
    border: 2px solid #e74c3c !important;
    box-shadow: 0 0 5px rgba(231, 76, 60, 0.5) !important;
    background-color: #fdf2f2 !important;
}
