.blog-share__title {
    position: relative;
    margin-bottom: 10px;
    padding-left: 60px;
    margin-bottom: 25px;
}

.blog-share__title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 0;
    top: 50%;
    background-color: hsl(var(--base));
    transform: translateY(-50%);
}

.social-list {
    --gap: .5rem;
}

.list {
    display: flex;
    flex-direction: column;
    gap: var(--gap, 1rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.list--row {
    flex-direction: row;
}

.social-list__icon [class*=facebook] {
    background: #1877f2;
    color: #fff;
}

.social-list__icon [class*=pinterest] {
    background: #E60023;
    color: #fff;
}

.social-list__icon i,
.social-list__icon span {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.blog-details h6 {
    margin-bottom: 0.5rem !important;
}

.blog-details__content h2,
.blog-details__content h3,
.blog-details__content h4,
.blog-details__content h5,
.blog-details__content h6 {
    line-height: 1.3;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.blog-details__content h2 {
    font-size: 2rem;
}

.blog-details__content h3 {
    font-size: 1.75rem;
}

.blog-details__content h4 {
    font-size: 1.5rem;
}

.blog-details__content h5 {
    font-size: 1.3rem;
}

.blog-details__content h6 {
    font-size: 1.1rem;
}

.blog-details__content p {
    margin-bottom: 1rem;
}
