.button-danger {
    background: #8b1e1e;
    color: #fff;
    border: 1px solid #a92b2b;
}

.button-danger:hover {
    background: #9f2525;
}

.feedback-box {
    background: #1f2a1f;
    border: 1px solid #2e4d2e;
    padding: 0.85rem;
    border-radius: 10px;
    margin-top: 0.5rem;
}
