.svg-fluid {
    height: 20px;
}

@media only screen and (min-width: 992px) {
    .breadcrumb-bar{
        padding-top: 80px !important;
    }
}

.social-share {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.social-share a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.social-share a:hover {
    opacity: 0.8;
}

.social-share svg:hover {
    fill: rgb(122, 15, 48);
    color: rgb(122, 15, 48);
}

.shared-header .share-label {
    margin-left: 5px;
    font-weight: bold;
}

.blog-detail-title {
    font-size: 16px;
    line-height: 1.3;
}

.blog-detail-date {
    color: #26292c;
    font-size: 14px;
}