/* Category */
.list-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}
.list-categories .category--item {
    border-radius: 32px;
    border: 2px solid rgba(100, 129, 111, 0.8);
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.list-categories .category--item a {
    padding: 9px 16px;
    font-size: 14px;
    line-height: 128.571%;
    margin: 0;
}
.list-categories .category--item:hover a,
.list-categories .category--item a.active {
    background-color: rgba(100, 129, 111, 0.8);
    color: var(--color-white);
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.212%;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.single-featured-image .box-image {
    border-radius: 10px;
}
.single-featured-image img {
    width: 100%;
}
.wrapper-single-inner {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
}
.uni-post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}
.uni-post-meta .meta-left i,
.uni-post-meta .post-share > span > i {
    background-color: var(--primary-color);
    margin-right: 0.8em;
    font-weight: bold;
}
.uni-post-meta .meta-right {
    display: flex;
}
.uni-post-meta .meta-right .btn-care {
    margin-left: 36px;
}
.uni-post-meta .post-share {
    position: relative;
}
.uni-post-meta .post-share:hover .socials,
.uni-post-meta .post-share:active .socials,
.uni-post-meta .post-share:focus .socials {
    right: 0;
    width: 120px;
    opacity: 1;
    visibility: visible;
}
.uni-post-meta .post-share > span {
    color: var(--primary-color);
    font-weight: 500;
}
.uni-post-meta .post-share .socials {
    position: absolute;
    background: var(--color-white);
    right: -20px;
    top: 50%;
    height: 32px;
    display: flex;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 60px;
    opacity: 0;
    visibility: hidden;
}
.post-share .socials {
    display: flex;
}
.post-share .socials a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--color-white);
    border: 0.5px solid var(--primary-color);
    border-radius: 50%;
    font-size: 12px;
    margin: 0 0 0 8px;
}
.post-share .socials a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--color-white);
}
.post-share .socials a:hover i {
    background-color: var(--color-white);
}
.back-to-history button {
    margin: 0;
}
.back-to-history button span {
    display: inline-flex;
    justify-content: center;
    column-gap: 10px;
    font-weight: normal;
    line-height: 1;
    color: var(--primary-color);
}
.back-to-history button span i {
    background-color: var(--primary-color);
}
@media only screen and (max-width: 849.99px) {
    .single-featured-image {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 699.99px) {
    .uni-post-meta {
        margin-bottom: 24px;
    }
}
@media only screen and (min-width: 700px) {
}
@media only screen and (min-width: 850px) {
    .single-featured-image {
        margin-bottom: 48px;
    }
}
@media only screen and (min-width: 1200px) {
    .uni-post-meta .meta-left,
    .uni-post-meta .post-share span {
        font-size: 1.125rem;
    }
}
