.nautilus-feedback {
    font-family: inherit;
}

.nautilus-feedback__message {
    margin-bottom: 20px;
    padding: 16px 18px;
    border-left: 3px solid var(--nautilus-rolex-green, #006039);
    font-size: 18px;
    line-height: 1.35;
}

.nautilus-feedback__message--success {
    color: #123326;
    background: rgba(0, 96, 57, 0.1);
}

.nautilus-feedback__message--error {
    color: #5c1518;
    background: rgba(102, 21, 26, 0.1);
    border-left-color: var(--nautilus-burgundy, #66151a);
}

.nautilus-feedback__message p {
    margin: 0 0 8px;
    color: inherit;
}

.nautilus-feedback__message ul {
    margin: 0;
    padding-left: 20px;
}

.nautilus-feedback__label {
    display: block;
    margin-bottom: 7px;
    color: rgba(20, 17, 15, 0.72);
    font-size: 18px;
    line-height: 1.2;
}

.nautilus-feedback__control {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--nautilus-ink, #14110f);
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.18);
    border-radius: 0;
    font: inherit;
    font-size: 20px;
    line-height: 1.2;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nautilus-feedback__control:focus {
    border-color: var(--nautilus-rolex-green, #006039);
    box-shadow: 0 0 0 3px rgba(0, 96, 57, 0.12);
}

textarea.nautilus-feedback__control {
    resize: vertical;
}

.nautilus-feedback__dropzone {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 146px;
    padding: 24px;
    color: var(--nautilus-ink, #14110f);
    text-align: center;
    background: rgba(247, 243, 238, 0.76);
    border: 1px dashed rgba(0, 96, 57, 0.42);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nautilus-feedback__dropzone.is-dragover {
    background: rgba(0, 96, 57, 0.09);
    border-color: var(--nautilus-rolex-green, #006039);
    transform: translateY(-1px);
}

.nautilus-feedback__file {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.nautilus-feedback__dropzone-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.nautilus-feedback__dropzone-note {
    max-width: 420px;
    color: rgba(20, 17, 15, 0.58);
    font-size: 17px;
    line-height: 1.35;
}

.nautilus-feedback__files {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.nautilus-feedback__files li {
    max-width: 100%;
    padding: 7px 10px;
    color: rgba(20, 17, 15, 0.72);
    background: #fff;
    border: 1px solid rgba(20, 17, 15, 0.1);
    font-size: 16px;
    line-height: 1.2;
}

.nautilus-feedback__agree {
    margin: 4px 0 18px;
    color: rgba(20, 17, 15, 0.58) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
}

.nautilus-feedback__submit {
    width: 100%;
    min-height: 54px;
    padding: 13px 22px;
    color: #fff;
    background: var(--nautilus-rolex-green, #006039);
    border: 1px solid var(--nautilus-rolex-green, #006039);
    border-radius: 0;
    font: inherit;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nautilus-feedback__submit:hover,
.nautilus-feedback__submit:focus {
    background: var(--nautilus-rolex-green-deep, #003f27);
    border-color: var(--nautilus-rolex-green-deep, #003f27);
}

.nautilus-feedback__submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

.nautilus-feedback__trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .nautilus-feedback__control {
        font-size: 18px;
    }

    .nautilus-feedback__dropzone {
        min-height: 124px;
        padding: 20px 16px;
    }

    .nautilus-feedback__dropzone-title {
        font-size: 20px;
    }
}
