/* 1.4.1: vertical composer, persistent main form and guaranteed avatar fallback. */
.eg-comment-composer .comment-respond,
.eg-comment-composer .comment-form{display:block}
.eg-comment-composer .comment-reply-title,
.eg-comment-composer .eg-form-description,
.eg-comment-composer .logged-in-as,
.eg-comment-composer .eg-rating-field,
.eg-comment-composer .comment-form-author,
.eg-comment-composer .comment-form-email,
.eg-comment-composer .comment-form-comment,
.eg-comment-composer .form-submit{display:block;width:100%;margin-right:0;margin-left:0}
.eg-comment-composer .comment-form-comment{margin-bottom:16px}
.eg-comment-composer .comment-form-comment textarea{min-height:176px}
.eg-comment-composer .eg-comment-submit{width:100%;float:none}
.eg-comment-avatar img,
.eg-avatar--fallback{display:block;width:48px;height:48px;object-fit:cover;background:#242429;border:2px solid rgba(181,23,158,.35);border-radius:50%;overflow:hidden}
.eg-avatar--fallback svg{display:block;width:100%;height:100%}
.eg-inline-reply-button,
.eg-inline-reply-cancel{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;color:#fff;background:#b5179e;border:1px solid #b5179e;border-radius:8px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}
.eg-inline-reply-button:hover,.eg-inline-reply-cancel:hover{color:#fff;background:#951284;border-color:#951284}
.eg-inline-reply{margin:12px 62px 0 0;padding:18px;background:#151518;border:1px solid rgba(181,23,158,.22);border-radius:13px}
.eg-inline-reply .comment-respond,
.eg-inline-reply .comment-form{display:block}
.eg-inline-reply .eg-rating-field{display:none!important}
.eg-inline-reply .form-submit{display:flex;gap:10px;align-items:center;margin-top:14px}
.eg-inline-reply .eg-comment-submit{width:auto;min-width:150px;padding:0 22px}
@media(max-width:760px){.eg-comment-composer .comment-form-comment textarea{min-height:140px}.eg-inline-reply{margin-right:0}.eg-inline-reply .form-submit{align-items:stretch;flex-direction:column}.eg-inline-reply .eg-comment-submit,.eg-inline-reply-cancel{width:100%}.eg-comment-avatar img,.eg-avatar--fallback{width:42px;height:42px}}
