/**
 * Template 2 — LTR tweaks (logical layout already uses flex; minor alignment).
 */

.ah-comments-template-2 .ah-comment-card__top {
    flex-direction: row;
}

.ah-comments-template-2 .children {
    border-inline-start-width: 3px;
    padding-inline-start: clamp(0.75rem, 3vw, 1.25rem);
}
