﻿.contacts-divider {
    width: 260px;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
}

.contact-feedback-form {
    border: 1px solid #ccc;
    border-radius: 8px;
}

.contact-feedback-form-input {
    background-color: #f0f0f0;
    border: none;
    border-radius: 6px;
}

.contact-feedback-form-input:focus {
    background-color: #e8e8e8;
    box-shadow: none;
    border-color: transparent;
}

.contact-feedback-form-submit {
    background-color: #cc0000;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.5rem 2.5rem;
    font-size: 1rem;
    cursor: pointer;
}

.contact-feedback-form-submit:hover {
    background-color: #aa0000;
}
