.community-comment .community-delete-comment-form { margin: 4px 0 0; padding: 0; border: 0; background: transparent; }
.community-comment .community-delete-comment-form button { display: inline-flex; align-items: center; min-height: 36px; padding: 4px 8px; border: 0; border-radius: 6px; background: transparent; color: inherit; opacity: .7; font: inherit; font-size: 12px; font-weight: 600; text-transform: none; cursor: pointer; box-shadow: none; }
.community-comment .community-delete-comment-form button:hover { opacity: 1; color: #e75b5b; }
.community-comment .community-delete-comment-form button:focus-visible { outline: 2px solid #ffbf00; outline-offset: 2px; opacity: 1; }
.community-comment .community-delete-comment-form button:disabled { opacity: .4; cursor: wait; }
@media (max-width: 600px) { .community-comment .community-delete-comment-form button { min-height: 44px; } }
