.header-main {
    margin-top: 12rem;
    margin-bottom: 12rem;
}
.container {
    padding-top: 0;
    top: -12rem;
}
.post {
    margin-top: -20rem;
    margin-left: 8px;
    margin-right: 8px;
}
.post img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    max-height: 500px;
}
.post-date {
    color: #ffffffc4;
    margin-bottom: 1.4rem;
    font-size: 0.85rem;
    font-weight: 400;
    margin-top: 4px;
}
.post-main h2 {
    color: var(--color-1);
}
.post>h2 {
    color: var(--color-2);
    /* text-align: center; */
    font-size: 1.8rem;
    line-height: 1.67;
}
.post h2 a {
    color: var(--color-2);
}
.post-main {
    margin-top: 1.5rem;
    color: var(--color-1);
    text-align: justify;
    line-height: 2;
    font-weight: 400;
}
.post-end {
    margin: auto 0;
    margin-top: 4rem;
    align-items: center;
    border-bottom: 1px solid #cdd7d6;
    padding-bottom: 2rem;
}
.tag {
    display: flex;
    align-items: center;
}
.tag span {
    margin-left: 12px;
}
.tag-main {
    display: flex;
    flex-wrap: wrap;
}
.tag-main ul li {
}
.tag-main a {
    border: 1px solid #cdd7d6;
    padding: 3px 14px;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3b3f3c;
    font-size: 0.87rem;
    margin-left: 4px;
    margin-bottom: 8px;

}
.tag-main a:hover {
    border-color: #01c694;
    color: #01c694;
}
.share {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    gap:8px;
}
.social-share-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.share ul li a {
    width: 38px;
    height: 38px;
    background-color: #ebf1ed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 12px;
}
.share ul li a svg {
    fill:#3b3f3c;
}
.share ul li a:hover {
    background: #A4FCC4;
}
.share ul li a:hover svg {
    fill: #01c694;
}
#breadcrumbs {
    color: #ffffffc4;
    font-size: 0.9rem;
    margin-bottom: 3px;
}
#breadcrumbs a {
    color: #ffffffc4;
}
@media (max-width: 768px) {
    .share {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}