.block-featured-comment {
    background-color: #f5f5f5;
    padding: 16px;
    position: relative;
}

.block-featured-comment::before {
    background: url(../../assets/icons/color/featured-comment.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    content: '';
    display: block;
    top: -10px;
    left: -10px;
    width: 78px;
    height: 78px;
}

.block-featured-comment__title,
.editor-styles-wrapper p.block-featured-comment__title {
    color: #8C8C8C;
    font-family: jost, sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 70px;
}

@media only screen and (max-width: 767px) {
    .block-featured-comment::before {
        left: -5px;
        top: -5px;
        width: 59px;
        height: 59px;
    }

    .block-featured-comment__title,
    .editor-styles-wrapper p.block-featured-comment__title {
        padding-left: 48px;
    }
}

.block-featured-comment__title a,
.editor-styles-wrapper p.block-featured-comment__title a,
.entry-content p.block-featured-comment__title a:not(.wp-block-button__link) {
    border: transparent;
    background: transparent;
    padding: 0;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.block-featured-comment__title a svg {
    fill: currentColor;
    transition: none;
}

.block-featured-comment__title a:hover,
.entry-content p.block-featured-comment__title a:not(.wp-block-button__link):hover {
    background: transparent;
    color: #83c58c;
}

.block-featured-comment__inner {
    font-size: clamp( 1.25rem, 2.8vw, 1.75rem);
    line-height: 1.2;
}

.block-featured-comment__inner > *:last-child {
    margin: 0;
}