@layer components{.post-comments{--post-comments-width:var(--content-width-with-padding);--post-comments-max-width:var(--content-max-width);--post-comments-margin:var(--spacing-between-consecutive-elements-normal) auto var(--spacing-between-consecutive-elements-normal);--post-comments-list-list-style:none;--post-comments-list-list-margin:0;--post-comments-list-list-padding:0;--post-comments-list-list-display:flex;--post-comments-list-list-flex-direction:column;--post-comments-list-list-align-items:flex-start;--post-comments-list-list-justify-content:flex-start;--post-comments-list-list-gap:var(--spacing-normal);--post-comment-item-width:100%;--post-comment-item-border-bottom:var(--border-width-normal) solid var(--border-color-default);--post-comment-item-padding:0 0 var(--post-comments-list-list-gap);--post-comments-data-display:flex;--post-comments-data-flex-direction:row;--post-comments-data-align-items:baseline;--post-comments-data-justify-content:flex-start;--post-comments-data-gap:var(--spacing-s);--post-comments-data-margin:0 0 var(--spacing-s);--post-comments-author-margin:0;--post-comments-author-color:var(--color-font);--post-comments-author-font-weight:var(--font-weight-text-bold);--post-comments-author-font-size:var(--font-size-s);--post-comments-date-color:var(--color-font-light);--post-comments-date-font-size:var(--font-size-s);--post-comments-comment-margin:0;--post-comments-form-width:100%;--post-comments-form-max-width:100%;--post-comments-form-margin:var(--spacing-l) 0 var(--spacing-between-elements-normal);margin:var(--post-comments-margin);max-width:var(--post-comments-max-width);width:var(--post-comments-width)}.post-comments__list{align-items:var(--post-comments-list-list-align-items);display:var(--post-comments-list-list-display);flex-direction:var(--post-comments-list-list-flex-direction);gap:var(--post-comments-list-list-gap);justify-content:var(--post-comments-list-list-justify-content);list-style:var(--post-comments-list-list-style);margin:var(--post-comments-list-list-margin);padding:var(--post-comments-list-list-padding)}.post-comments__item{width:var(--post-comment-item-width)}.post-comments__item:not(:last-child){border-bottom:var(--post-comment-item-border-bottom);padding:var(--post-comment-item-padding)}.post-comments__data{align-items:var(--post-comments-data-align-items);display:var(--post-comments-data-display);flex-direction:var(--post-comments-data-flex-direction);gap:var(--post-comments-data-gap);justify-content:var(--post-comments-data-justify-content);margin:var(--post-comments-data-margin)}.post-comments__author{color:var(--post-comments-author-color);font-size:var(--post-comments-author-font-size);font-weight:var(--post-comments-author-font-weight);margin:var(--post-comments-author-margin)}.post-comments__date{color:var(--post-comments-date-color);font-size:var(--post-comments-date-font-size)}.post-comments__comment{margin:var(--post-comments-comment-margin)}.post-comments .form,.post-comments__form{margin:var(--post-comments-form-margin);max-width:var(--post-comments-form-max-width);width:var(--post-comments-form-width)}}