.ut_single {
margin-bottom: 20px;
}
.video_wrapp .ut_single:last-child{
margin-bottom: 0;
} .rm-buton {
font-weight: 700;
text-decoration: underline;
display: inline-block;
cursor: pointer;
}
.rm-body {
display:none;
}
.rm-buton.show .rd_less{
display:block;
}
.rd_less,.rm-buton.show .rd_more{
display:none;
} .post-meta .post-cat > a {
color: var(--c-main);
letter-spacing: normal;
text-transform: uppercase;
font-weight:600;
}
.category-badge {
display: inline-block;
padding: 5px 10px;
background-color: #0073aa; color: #ffffff; border-radius: 5px; font-size: 14px; text-decoration: none;
}
.category-badge a {
color: #ffffff; text-decoration: none; }
.category-badge a:hover {
text-decoration: underline; }