#comments.p-border{max-width:900px;margin:40px auto;padding:35px;background:#fff;border-radius:14px;box-sizing:border-box}#comments #reply-title,#comments #comments-title{margin:0 0 20px;font-size:30px;line-height:1.25}#comments .comment-form{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}#comments .comment-notes,#comments .comment-form-comment,#comments .comment-form-cookies-consent,#comments .form-submit{grid-column:1 / -1}#comments .comment-form-url{grid-column:1 / -1}#comments .comment-form label{display:block;margin-bottom:7px;font-size:15px;color:#666}#comments .comment-form input[type="text"],#comments .comment-form input[type="email"],#comments .comment-form input[type="url"],#comments .comment-form textarea{width:100%;box-sizing:border-box;padding:13px 15px;border:1px solid #ccc;border-radius:8px;font-size:16px;line-height:1.5}#comments .comment-form textarea{min-height:150px;max-height:260px;resize:vertical}#comments .comment-form-cookies-consent{display:flex;align-items:center;gap:10px}#comments .comment-form-cookies-consent input{margin:0;width:auto}#comments .comment-form-cookies-consent label{margin:0}#comments .comment-form input[type="submit"]{width:auto;padding:13px 24px;border:0;border-radius:8px;background:#89d64f;color:#fff;font-size:16px;font-weight:600;cursor:pointer}#comments .comment-form input[type="submit"]:hover{opacity:.9}@media (max-width:700px){#comments.p-border{padding:24px 18px;margin:30px 15px}#comments .comment-form{grid-template-columns:1fr}#comments .comment-form-url{grid-column:auto}}