﻿.tag-wrapper { font-size: 0.9rem; }
.tag-wrapper span.tag-header { margin-right: 5px; }
.tag-wrapper > a:not(.show-more-btn) { display: inline-block; margin-right: 8px; margin-bottom: 10px; background-color: #F4F4F4; padding: 4px 10px; border-radius: 5px; transition: 0.3s linear; }
.tag-wrapper > a.show-more-btn { font-size: 1.2em; }
.tag-wrapper > a:last-child { margin-right: 0; }
.tag-wrapper > a.show-more { display: none; }
.tag-wrapper.show-more a.show-more { display: inline-block; }
.tag-wrapper.show-more a.show-more-btn { display: none; }

@media (pointer:fine) {
    .tag-wrapper > a:not(.show-more-btn):hover { background-color: var(--secondary-color); color: #FFF; transition: 0.3s linear; }
}