/* Страница "Связь с администрацией" (f_feedback/feedback.php) */

.stm-feedback-form {
    max-width: 760px;
}

.stm-feedback-dropzone {
    border: 2px dashed #b3cbe8;
    border-radius: .5rem;
    padding: 20px;
    text-align: center;
    color: #333;
    position: relative;
}
.stm-feedback-dropzone.stm-is-dragover {
    background-color: #f2f6fb;
    border-color: #0050b2;
}
.stm-feedback-dropzone input[type="file"] {
    display: block;
    margin: 10px auto 0;
}

.stm-feedback-filelist {
    margin-top: 10px;
}
.stm-feedback-filelist .stm-feedback-file {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border: 1px solid #d9d9de;
    border-radius: .25rem;
    margin-bottom: 6px;
    font-size: 14px;
}
.stm-feedback-filelist .stm-feedback-file button {
    margin-left: auto;
}
