
/* Динамические стили счётчиков */

/* Расстояние между иконкой и текстом */
.book-likes,
.book-comments,
.book-library {
    gap: 3px !important;
}

/* Размер иконок */
.like-heart {
    width: 1.8rem !important;
    height: 1.8rem !important;
}

.comments-icon,
.library-icon {
    font-size: 1.5rem !important;
    width: 1.8rem !important;
    height: 1.8rem !important;
}

/* Размер текста счётчиков */
.likes-count,
.comments-count,
.library-count {
    font-size: 0.9rem !important;
}

