

/* Start:/local/components/zlatiks/feedback/templates/.default/style.css?1787947119862*/
.mfeedback .mf-name,
.mfeedback .mf-email,
.mfeedback .mf-message {
    width: 80%;
    padding-bottom: .8em;
}

.mfeedback label {
    display: block;
    margin-bottom: .3em;
}

.mfeedback input,
.mfeedback textarea {
    width: 60%;
    max-width: 100%;
}

.mfeedback .mf-req {
    color: #c62828;
}

.mfeedback .mf-ok-text {
    color: #16803b;
    font-weight: 700;
    padding-bottom: 1em;
}

.mfeedback button[type="submit"] {
    color: #fff;
    background-color: var(--zl-navy, #1b2b4c);
    border-color: var(--zl-navy, #1b2b4c);
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.mfeedback button[type="submit"]:hover {
    background-color: #24385f;
    border-color: #24385f;
}

.mfeedback button[type="submit"]:focus-visible {
    outline: 3px solid rgba(201, 160, 66, 0.42);
    outline-offset: 2px;
}

/* End */
/* /local/components/zlatiks/feedback/templates/.default/style.css?1787947119862 */
