/* ******************************************** */
/* Bulk Edit WooCommerce Orders page style      */
/* ******************************************** */

.section-title .brand-sheets {
    color: #0f9d58;
}

.main_cta .cta-container .cta-content p {
    font-size: 18px;
    color: #64748b;
    margin-bottom: 24px;
}

/* The theme puts the heading-to-cards gap on the h2, since the core-feature
   section normally has no subtitle. Move it below the paragraph instead. */
.use-cases .section-title h2 {
    margin-bottom: 16px;
}

.use-cases .section-title > p {
    font-size: 20px;
    margin-bottom: 82px;
}

.faq .section-title > p {
    font-size: 20px;
}

/* Synced field checklist inside the feature copy */
.bulk-edit-feature .feature-content .feature-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
    margin-bottom: 32px;
}

.bulk-edit-feature .feature-content .feature-list .main-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
}

.bulk-edit-feature .feature-content .feature-list .main-features .icon {
    font-size: 20px;
    line-height: 1;
}

.bulk-edit-feature .feature-content .feature-list .main-features .icon::before {
    margin: 0;
    background: linear-gradient(170.56deg, #38ff88 -151%, #008334 125.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bulk-edit-feature .feature-content .feature-list .main-features p {
    margin: 0;
    color: #494a52;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

@media (max-width: 480.98px) {
    .bulk-edit-feature .feature-content .feature-list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Hero video */
.banner .banner-media .video .intro-video a {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.05));
}

.banner .banner-media .video .intro-video a img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .banner-media .video .intro-video a .icon {
    position: absolute;
    height: 82px;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #6621ba;
}

.banner .banner-media .video .intro-video a .icon.icon-play::before {
    position: absolute;
    color: #ffffff;
    left: calc(50% + 4px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 52px;
    margin: 0;
    padding: 0;
}

@media (max-width: 767.98px) {
    .banner .banner-media .video .intro-video a .icon {
        height: 56px;
    }

    .banner .banner-media .video .intro-video a .icon.icon-play::before {
        font-size: 34px;
    }
}
