.yc-fea-it {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: unset !important;
    margin-top: 28px;
}

.yc-sh-sine-fes {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px !important;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0 0, rgb(255 111 0 / 6%) 0, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    box-shadow: 0 14px 36px rgb(0 0 0 / 6%);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease,
        background-color .28s ease;
}

.yc-sh-sine-fes::before {
    content: "";
    position: absolute;
    inset-block: 18px;
    inset-inline-start: 0;
    width: 4px;
    border-radius: 999px;
    background: var(--uicolor);
    opacity: 0;
    transition: opacity .25s ease;
}

.yc-sh-sine-fes::after {
    content: "";
    position: absolute;
    inset-inline-end: -60px;
    top: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgb(255 111 0 / 6%);
    pointer-events: none;
}

.yc-sh-sine-fes:hover {
    transform: translateY(-6px);
    border-color: rgb(255 111 0 / 18%);
    box-shadow: 0 24px 58px rgb(0 0 0 / 12%);
}

.yc-sh-sine-fes:hover::before {
    opacity: 1;
}

.yc-shortcode-features--icon {
    position: relative;
    z-index: 2;
    --el-w: 92px;
    width: var(--el-w);
    min-width: var(--el-w);
    height: var(--el-w);
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 111 0 / 10%);
    border-radius: 24px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    color: var(--uicolor);
    font-size: 34px;
    text-align: center;
    box-shadow: 0 14px 32px rgb(0 0 0 / 7%);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        background-color .28s ease,
        color .28s ease,
        border-color .28s ease;
}

.yc-shortcode-features--icon::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 28px;
    border: 1px solid rgb(255 111 0 / 8%);
    pointer-events: none;
}

.yc-shortcode-features--icon i {
    position: relative;
    z-index: 2;
    font-weight: 400;
    transition: transform .28s ease;
}

.yc-sh-sine-fes:hover .yc-shortcode-features--icon {
    color: #ffffff;
    border-color: var(--uicolor);
    background: var(--uicolor);
    transform: scale(1.04) rotate(-3deg);
    box-shadow: 0 20px 44px rgb(255 111 0 / 22%);
}

.yc-sh-sine-fes:hover .yc-shortcode-features--icon i {
    transform: scale(1.06);
}

.yc-shcode-inf {
    position: relative;
    z-index: 2;
    min-width: 0;
    opacity: 1;
    transition: opacity .25s ease;
}

.yc-shcode-inf h3 {
    margin: 0 0 8px;
    color: var(--primary-text);
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    transition: color .25s ease;
}

.yc-sh-sine-fes:hover .yc-shcode-inf h3 {
    color: var(--uicolor);
}

.yc-shcode-inf p {
    margin: 0 !important;
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.85;
    font-weight: 500;
}

.yc-shode-box.yc-shcode--features .--short--code--title {
    margin: 0 0 12px !important;
    color: var(--primary-text);
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -.35px;
}

.yc-shode-box.yc-shcode--features .--short--code--content {
    margin-bottom: 14px;
    color: var(--secondarytext);
    font-size: 17px;
    line-height: 1.85;
}

@media only screen and (max-width: 1152px) {
    .yc-fea-it {
        gap: 16px;
    }

    .yc-sh-sine-fes {
        padding: 20px !important;
        gap: 16px;
    }

    .yc-shortcode-features--icon {
        --el-w: 68px;
        border-radius: 20px;
        font-size: 27px;
    }

    .yc-shortcode-features--icon::before {
        border-radius: 24px;
    }

    .yc-shcode-inf h3 {
        font-size: 18px;
    }

    .yc-shcode-inf p {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media only screen and (max-width: 850px) {
    .yc-fea-it {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 750px) {
    .yc-sh-sine-fes {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 18px !important;
        border-radius: 20px;
    }

    .yc-shortcode-features--icon {
        --el-w: 62px;
        font-size: 25px;
    }

    .yc-shcode-inf h3 {
        font-size: 17px;
    }

    .yc-shode-box.yc-shcode--features .--short--code--title {
        font-size: 24px;
    }

    .yc-shode-box.yc-shcode--features .--short--code--content {
        font-size: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .yc-fea-it {
        margin-top: 22px;
        gap: 12px;
    }

    .yc-sh-sine-fes {
        padding: 18px 15px !important;
        border-radius: 18px;
    }

    .yc-shortcode-features--icon {
        --el-w: 56px;
        border-radius: 17px;
        font-size: 22px;
    }

    .yc-shcode-inf h3 {
        font-size: 16px;
    }

    .yc-shcode-inf p {
        font-size: 13px;
    }
}