<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#respond {
    background: #fbfbfb;
    padding: 20px;
    border-radius: 10px;
}

/* Highlight active form field */

#respond input,
#respond textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    width: 100%;
    padding: 10px;
    background: white;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
#respond label {
    text-transform: capitalize;
}

.comment-form-cookies-consent label {
    display: inline !important;
}
.comment-form-cookies-consent input {
    width: unset !important;
}
#respond .form-submit input {
    width: unset !important;
    cursor: pointer;
    background: #03c4eb !important;
    border: none !important;
    box-shadow: 0 -1px 0 0 rgb(0 0 0 / 10%) inset !important;
}
#author,
#email {
    font-style: italic;
    color: #1d1d1d;
    letter-spacing: .1em;
}

#url {
    color: #1d1d1d;
}</pre></body></html>