.comment-respond .comment-form-author {
    float: none;
    width: 100%;
    max-width: 420px;
    margin-left: 0;
}

.comment-respond .comment-form-author input {
    min-height: 44px;
}

.comment-respond .am-comment-privacy-notice {
    clear: both;
    max-width: 720px;
    margin: 12px 0 0;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 1.55;
}

.comment-respond .am-comment-privacy-notice::before {
    display: none;
}

.comment-respond .am-comment-privacy-notice a {
    color: #555;
    text-decoration: underline;
    text-decoration-color: rgba(185, 33, 137, 0.45);
    text-underline-offset: 2px;
}

.comment-respond .am-comment-privacy-notice a:hover,
.comment-respond .am-comment-privacy-notice a:focus {
    color: #b92189;
}

.comment-respond .am-comment-privacy-notice a:focus-visible {
    border-radius: 3px;
    outline: 2px solid rgba(185, 33, 137, 0.35);
    outline-offset: 2px;
}

@media (max-width: 575px) {
    .comment-respond .comment-form-author {
        max-width: none;
    }

    .comment-respond .am-comment-privacy-notice {
        margin-top: 10px;
        font-size: 11px;
        line-height: 1.5;
    }
}

