@use '../abstracts' as *;

.presszone-comments-item__title {
    font-size: $presszone-comments-font-size-md;
    font-weight: 700;
    color: $presszone-comments-text-primary;
    margin: 0 0 $presszone-comments-spacing-sm 0;
    line-height: 1.4;

    @include theme-props(('color': 'text-primary'
        ));
}