.ls-social_share {
    display: flex;
    flex-direction: column;
    margin-top: 50px
}

.ls-social_share .is-style-label-medium {
    color: var(--color-grey_dark)
}

.ls-social_share .wp-block-button {
    cursor: pointer
}

.ls-social_share .wp-block-button:not(:last-child) {
    margin-bottom: 15px
}

.ls-social_share .wp-icons:before {
    color: var(--color-black);
    display: block;
    font-family: icons, sans-serif;
    font-size: var(--font-size-l);
    height: 32px;
    line-height: 1.3;
    text-align: center;
    width: 32px;
}

.ls-social_share .wp-icons:hover:before {
    background-color: var(--color-grey_lightest);
    border-radius: 100%
}

.ls-newsdetail_content h3 {
    font-weight: 700;
    font-size: 1.953rem;
    line-height: 2.4rem;
}