.skyciv-feat-acc {
    --sf-navy: #14172e;
    --sf-gray: #6f7486;
    --sf-blue: #1531e0;
    --sf-line: #dde1ee;
}

.skyciv-feat-acc .skyciv-feat-eyebrow p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #7c8194;
}

.skyciv-feat-acc .skyciv-feat-eyebrow-sq {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--sf-blue);
}
.fusion-accordian.skyciv-feat-list .panel-body div {
    width: auto !important;
}

.fusion-accordian.skyciv-feat-list .panel-body .fusion-imageframe {
    max-width: calc(100vw - 60px) !important;
}

.fusion-accordian.skyciv-feat-list .panel-title .fusion-toggle-heading {
    font-size: 2rem;
    font-weight: 500;
    font-family: "Manrope";
    margin-left: 0 !important;
}

.skyciv-feat-acc .skyciv-feat-list .fusion-panel {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--sf-line) !important;
    box-shadow: none;
    margin: 0;
}

.skyciv-feat-acc .skyciv-feat-list .panel-heading {
    padding: 0;
}

.skyciv-feat-acc .skyciv-feat-list .panel-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0;
    font-size: 27px !important;
    font-weight: 600;
    color: var(--sf-navy) !important;
    line-height: 1.25;
}

.skyciv-feat-acc .skyciv-feat-list .panel-title a:hover {
    color: var(--sf-blue) !important;
}

.skyciv-feat-acc .skyciv-feat-list .fusion-toggle-icon-wrapper {
    display: none !important;
}

.skyciv-feat-acc .skyciv-feat-list .panel-title a::after {
    content: "+";
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    color: #3f4354;
    margin-left: 20px;
    flex: 0 0 auto;
}

.skyciv-feat-acc .skyciv-feat-list .panel-title a.active::after {
    content: "\2212";
}

.skyciv-feat-acc .skyciv-feat-list .panel-body {
    padding: 4px 0 40px !important;
    border: none !important;
}

.skyciv-feat-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
    align-items: center;
}

.skyciv-feat-panel:has(.skyciv-feat-panel-media) {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.skyciv-feat-panel-text,
.skyciv-feat-panel-text p {
    font-size: 16px;
    line-height: var(--awb-custom_typography_6-line-height);
    letter-spacing: var(--awb-custom_typography_6-letter-spacing);
    text-transform: var(--awb-custom_typography_6-text-transform);
    color: var(--awb-custom_color_3);
    font-family: var(--awb-custom_typography_6-font-family);
    font-weight: var(--awb-custom_typography_6-font-weight);
    font-style: var(--awb-custom_typography_6-font-style);
}

.skyciv-feat-panel-text strong {
    color: #002fff;
}
/* 
.skyciv-feat-panel-media {
    background: #fff;
    border: 1px solid #e4e8f3;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(20, 23, 46, .06);
} */

.skyciv-feat-panel-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.skyciv-feat-acc .skyciv-feat-btn {
    background: var(--sf-blue) !important;
    border-radius: 8px !important;
    margin-top: 38px;
    padding: 16px 30px;
}

.skyciv-feat-acc .skyciv-feat-btn .fusion-button-text {
    color: #fff !important;
    font-weight: 600;
}

@media (max-width:1024px) {
    .fusion-accordian.skyciv-feat-list .panel-title .fusion-toggle-heading {
        font-size: 1.25rem !important;
    }
    .skyciv-feat-acc .skyciv-feat-heading h2 {
        font-size: 34px !important;
    }

    .skyciv-feat-acc .skyciv-feat-list .panel-title a {
        font-size: 21px !important;
        padding: 22px 0;
    }

    .skyciv-feat-panel,
    .skyciv-feat-panel:has(.skyciv-feat-panel-media) {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .skyciv-feat-panel-media {
        padding: 12px;
    }
}