    :root {
        --bbe-admin-color: linear-gradient(to right, #007758, #00ad82);
    }
    
    .bbe-dashboard {
        display: flex;
        align-items: stretch;
        gap: 20px;
        padding: 20px 20px 0 0;
    }

    .bbe-dashboard .bbe-block-wrapper {
        width: 52%;
    }

    .bbe-dashboard .bbe-block-wrapper .bbe-block:not(:last-child) {
        margin-bottom: 20px;
    }

    .bbe-dashboard .bbe-block,
    .bbe-block.explore-themes {
        background: #ffffff;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
        padding: 22px 26px;
        border-radius: 12px;
    }

    .bbe-dashboard .bbe-block .block-head,
    .bbe-block.explore-themes .block-head {
        padding: 0 0 14px 0;
        border-bottom: 0.5px solid #00000014;
        margin-bottom: 18px;
    }

    .bbe-dashboard .bbe-block .block-head .block-header,
    .bbe-block.explore-themes .block-head .block-header {
        font-size: 15px;
        font-weight: 500;
        color: #1a1a1a;
        margin: 0 0 4px 0;
        text-transform: none;
        letter-spacing: -0.01em;
    }

    .bbe-dashboard .bbe-block .block-head .block-desc,
    .bbe-block.explore-themes .block-head .block-desc {
        font-size: 12px;
        color: #777;
        line-height: 1.6;
        margin: 0;
    }

    .bbe-dashboard .bbe-block::before,
    .bbe-block.explore-themes .bbe-block::before {
        display: block;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        color: #aaa;
        margin-bottom: 6px;
    }

    .bbe-dashboard .bbe-block.internal-links {
        background: var(--bbe-admin-color);
        border: none;
    }

    .bbe-dashboard .bbe-block.internal-links .block-head {
        border-bottom-color: rgba(255, 255, 255, 0.18);
    }

    .bbe-dashboard .bbe-block.internal-links .block-head .block-header {
        color: #ffffff;
    }

    .bbe-dashboard .bbe-block.internal-links .block-head .block-desc {
        color: rgba(255, 255, 255, 0.72);
    }

    .bbe-dashboard .bbe-block .block-content .list {
        display: grid;
        grid-template-columns: repeat(3 , 1fr);
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .bbe-dashboard .bbe-block .block-content .list .list-item {
        display: block;
        width: auto;
        margin: 0;
    }

    .bbe-dashboard .bbe-block.internal-links .block-content .list .list-item a {
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 10px 13px;
        border-radius: 8px;
        border: 0.5px solid rgba(255, 255, 255, 0.28);
        text-decoration: none;
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        transition: ease-in-out 0.18s all;
    }

    .bbe-dashboard .bbe-block.internal-links .block-content .list .list-item a:hover {
        background: rgba(255, 255, 255, 0.13);
        color: #ffffff;
    }

    .bbe-dashboard .bbe-block.external-links .block-content .list .list-item a {
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 10px 13px;
        border-radius: 8px;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
        text-decoration: none;
        color: #1a1a1a;
        font-size: 13px;
        font-weight: 400;
        transition: ease-in-out 0.18s all;
    }

    .bbe-dashboard .bbe-block.external-links .block-content .list .list-item a:hover {
        background: #f4f6ff;
        color: #3858F6;
    }

    .bbe-dashboard .bbe-block .block-content .list .list-item a .dashicons {
        font-size: 17px;
        width: 17px;
        height: 17px;
        color: inherit;
        flex-shrink: 0;
        opacity: 0.85;
    }

    .bbe-dashboard .bbe-block.external-links .block-content .list .list-item a .dashicons {
        color: #3858F6;
        opacity: 1;
    }

    .bbe-dashboard .bbe-block .block-content .list .list-item span.label {
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
        color: inherit;
        line-height: 1.2;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 16px;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .list-item .version-button-wrap {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item .item-thumb {
        width: 70px;
        height: 70px;
        margin: 0;
        border-radius: 10px;
        overflow: hidden;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item .item-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item .item-title {
        margin: 0 0 6px 0;
        font-size: 14px;
        text-transform: capitalize;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item .item-version {
        font-weight: 500;
        text-align: end;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .plugin-button {
        border: none;
        cursor: pointer;
        color: #ffffff;
        font-size: 14px;
        border-radius: 5px;
        background: #3858F6;
        padding: 5px 15px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
        transition: all 0.2s ease;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .plugin-button:hover {
        background: #2f49d9;
        color: #ffffff;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .plugin-button.processing {
        position: relative;
        pointer-events: none;
        opacity: 0.85;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .plugin-button.processing::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 14px;
        height: 14px;
        border: 2px solid #fff;
        border-top-color: transparent;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    .bbe-dashboard .bbe-block.recommended-plugins .plugin-button.processing {
        background-color: #2f49d9;
        color: #bbbbbb;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item .external-links {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
        background: none;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item .external-links .external-link {
        font-size: 12px;
        color: #3858F6;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 3px;
        text-transform: capitalize;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item .external-links .external-link:hover {
        text-decoration: underline;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .block-content .list-item .external-links .depedency-message {
        font-size: 11px;
        color: #aaa;
        font-style: italic;
    }

    .bbe-dashboard .bbe-block.recommended-plugins .plugin-button.deployed {
        cursor: no-drop;
        background: #8080804f;
        color: #00000061;
    }

/* ==================== All - starter - sites ==================== */

    body.open .bbe-block.starter-sites .content-head {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }
/* 
    body.open .bbe-block.starter-sites .content-head::before {
        position: absolute;
        bottom: 0px;
        height: 2px;
        content: '';
        left: 0;
        width: 100%;
        background-color: #f5f5f7;
        margin: 0 -20px ;
    } */

    body.open .bbe-block.starter-sites .content-head .filter-tabs {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-wrap: wrap;
    }

    body.open .bbe-block.starter-sites .content-head .filter-tabs .tab {
        padding: 6px 17px;
        border-radius: 3px;
        background: #f5f5f7;
        border: 1px solid transparent;
        font-size: 13px;
        font-weight: 500;
        color: #444;
        cursor: pointer;
        transition: all 0.2s ease;
        margin: 0px;
    }

    body.open .bbe-block.starter-sites .content-head .filter-tabs .tab:hover {
        background: #ecffef;
        color: #00ad82;
    }

    body.open .bbe-block.starter-sites .content-head .filter-tabs .tab.active {
        background: #00ad82;
        color: #fff;
    }

    body.open .bbe-block.starter-sites .content-head #demo-search {
        width: 500px;
        max-width: 100%;
        height: 36px;
        padding: 0 16px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        font-size: 12px;
        color: #222;
        outline: none;
        transition: all 0.2s ease;
    }

    body.open .bbe-block.starter-sites .content-head #demo-search::placeholder {
        color: #999;
    }

    body.open .bbe-block.starter-sites .content-head #demo-search:focus {
        border-color: #3858F6;
        box-shadow: 0 0 0 4px rgba(56, 88, 246, 0.1);
    }

/* ==================== Starter Sites Animation ==================== */
    .bbe-block.starter-sites {
        flex: 1;
        position: relative;
        align-self: flex-start;
        z-index: 10;
        transform-origin: right center;
        opacity: 1;
        transform: translateX(0) scale(1);
        will-change: transform, opacity;
        backface-visibility: hidden;
        transition: all .9s cubic-bezier(.22,1,.36,1);
    }

    .blaze-demo-importer-demo-importer-wrap {
        display: none;
    }

    body.open .bbe-block.starter-sites {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border-radius: 0;
        transform: translateX(0) scale(1);
    }

    /* body:not(.open) .bbe-block.starter-sites {
        transform: translateX(15px) scale(.95);
        opacity: .9;
    } */

    .bbe-block.starter-sites .knob {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--bbe-admin-color);
        color: white;
        font-family: sans-serif;
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: -20px;
        padding: 10px;
        border: none;
        cursor: pointer;
        z-index: 9;
        box-shadow: 0px 0px 8px 1px #00000024;
    }

    body.open .bbe-block.starter-sites .knob .close {
        display: block;
    }
    
    body.open .bbe-block.starter-sites .knob .open,
    .bbe-block.starter-sites .knob .close {
        display: none;
    }

    .bbe-block.starter-sites .content-head {
        display: none;
    }

    .bbe-block.starter-sites .block-header {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 0 8px;
        color: #222;
    }

    .bbe-block.starter-sites .block-desc {
        font-size: 0.95rem;
        color: #666;
        margin: 0;
    }


/* ==================== Demo Grid ==================== */
    .bbe-block.starter-sites .block-content {
        overflow: hidden;
    }
    
    .bbe-block.starter-sites .demos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        max-height: 650px;
        overflow-y: auto;
        padding-right: 8px;
    }

    body.open .bbe-block.starter-sites .demos {
        grid-template-columns: repeat(5, 1fr);
        overflow-y: auto;
    }

    .bbe-block.starter-sites .demos::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .bbe-block.starter-sites .demos::-webkit-scrollbar-track {
        background: transparent;
    }

    .bbe-block.starter-sites .demos::-webkit-scrollbar-thumb {
        border-radius: 10px;
    }

    .bbe-block.starter-sites .demos::-webkit-scrollbar-button {
        display: none;
    }

    .bbe-block.starter-sites .demos {
        scrollbar-width: thin;
    }

    body.blaze-demo-importer-modal-opened.open .bbe-block.starter-sites {
        display: none;
    }

    @media only screen and (min-width: 1120px) {
        .blaze-demo-importer-modal-opened .wrap.blaze-demo-importer-demo-importer-wrap {
            margin: 0px;
            padding: 0;
            position: absolute;
            top: 0;
            height: 100%;
            bottom: 0;
            width: 100%;
            left: 0;
            background: #ffffff;
            display: block !important;
        }
    }

    .blaze-demo-importer-demo-importer-wrap:first-child {
        display: flex !important;
    }

    .bbe-block.starter-sites .template {
        display: flex ;
        flex-direction: column;
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
        padding: 3px;
        border: 1px solid rgba(0, 0, 0, 0.07);
        transition: transform 0.25s ease;
    }

    body.open .bbe-block.starter-sites .template.hide {
        display: none;
    }

    .bbe-block.starter-sites .template .thumb-figure {
        margin: 0;
    }

    .bbe-block.starter-sites .template .thumb-figure::before {
        content: '';
        position: absolute;
        inset: 0;
        background: #91919112;
    }

    .bbe-block.starter-sites .thumb-figure {
        position:relative;
        margin:0;
        overflow:hidden;
        background:#f3f4f6;
    }

    .bbe-block.starter-sites .thumb-figure img {
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .bbe-block.starter-sites .thumb-figure .tag {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
        padding: 5px;
        border-radius: 6px;
        background: var(--bbe-admin-color);
        color: #fff;
    }

    .bbe-block.starter-sites .actions {
        display:flex;
        align-items:center;
        gap:10px;
        padding: 10px 5px;
        border-top:1px solid rgba(0,0,0,0.05);
    }

    .bbe-block.starter-sites .actions .name{
        flex:1;
        margin:0;
        font-size:14px;
        font-weight:700;
        color:#111827;
        line-height:1.2;
    }

    .bbe-block.starter-sites .actions .action-buttons {
        display: flex;
        gap: 12px;  
    }

    body.open .bbe-block.starter-sites .actions .action-buttons {
        display: flex;
        gap: 12px;    
    }

    .bbe-block.starter-sites .actions a,
    .bbe-block.starter-sites .actions .import,
    .bbe-block.starter-sites .actions .blaze-demo-importer-modal-button {
        border:none;
        display:flex;
        border-radius: 3px;
        padding: 6px 12px;
        align-items: center;
        line-height: 1.2;
        align-items:center;
        justify-content:center;
        text-decoration:none;
        font-size: 12px;
        font-weight:500;
        cursor:pointer;
        transition:all .3s ease;
    }

    .bbe-block.starter-sites .actions a {
        background:#f3f4f8;
        color:#3858F6;
    }

    .bbe-block.starter-sites .actions .blaze-demo-importer-modal-button {
        background:#3858F6;
        color:#fff;
    }

    .bbe-block.starter-sites .actions a:hover {
        background: #e0e2e9;
        color: #2f49d9;
    }

    .bbe-block.starter-sites .actions .blaze-demo-importer-modal-button:hover {
        background: #2f49d9;
        color: #ffffff;
    }
    
    .bbe-block.starter-sites .actions .blaze-demo-importer-modal-button:has(.dashicons-lock) {
        background: linear-gradient(180deg, #eef2ff 0%, #dfe7ff 100%);
        border: 1px solid #c7d2fe;
        color: #5b6bcb;
        cursor: not-allowed;
        opacity: 1;
        box-shadow: 0 1px 2px rgba(56, 88, 246, 0.08);
    }

    .bbe-block.starter-sites .actions .blaze-demo-importer-modal-button:has(.dashicons-lock) .dashicons-lock {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5b6bcb;
        font-size: 16px;
    }

    .bbe-block.starter-sites .actions .blaze-demo-importer-modal-button:has(.dashicons-lock):hover {
        background: linear-gradient(180deg, #eef2ff 0%, #dfe7ff 100%);
        border-color: #c7d2fe;
        color: #5b6bcb;
    }

/* ========================================= Background Overlay Blur ======================================== */
    .wrap.blaze-demo-importer-demo-importer-wrap:has(.blaze-demo-importer-modal.active)::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.25);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        z-index: 999;
    }

/* ========================================= Import Default Demo ======================================== */
    body.blaze-demo-importer-modal-opened .starter-sites {
        display: none;
    }

    .wrap.blaze-demo-importer-demo-importer-wrap .blaze-demo-importer-modal {
        padding: 20px;
        position: relative;
        margin: 0;
    }

    .wrap.blaze-demo-importer-demo-importer-wrap.active .blaze-demo-importer-modal {
        display: block !important;
        position: fixed;
        inset: 50% auto auto 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        width: 760px;
        max-width: calc(100% - 40px);
        max-height: 88vh;
        overflow-y: auto;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 0;
        animation: modalFade .22s ease;
    }

    @keyframes modalFade {
        from {
            opacity: 0;
            transform: translate(-50%, -48%);
        }
        to {
            opacity: 1;
            transform: translate(-50%, -50%);
        }
    }

    .wrap.blaze-demo-importer-demo-importer-wrap .blaze-demo-importer-modal::-webkit-scrollbar {
        width: 6px;
    }

    .wrap.blaze-demo-importer-demo-importer-wrap .blaze-demo-importer-modal::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px;
    }

    .blaze-demo-importer-modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 25px;
        border-bottom: 1px solid #eef0f3;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-header h2 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #111827;
        letter-spacing: -0.18px;
    }

    .blaze-demo-importer-modal-opened.open .blaze-demo-importer-modal-back {
        position: static;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #f3f4f6;
        border: 1px solid #e5e7eb;
        cursor: pointer;
        transition: all .2s ease;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-header .blaze-demo-importer-modal-back .dashicons {
        line-height: 1;
        font-size: 21px;
        color: #4b5563;
        transition: all .2s ease;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-header .blaze-demo-importer-modal-back:hover {
        background: #eceff3;
        border-color: #d7dce2;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-header .blaze-demo-importer-modal-back:hover .dashicons {
        color: #ff0000;
    }

/* =========================================================== */
    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-wrap {
        padding: 25px;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-wrap > p {
        margin: 0 0 14px;
        font-size: 14px;
        line-height: 1.65;
        color: #4b5563;
    }

    body .bbe-dashboard .starter-sites .block-content .bbe-notice {
        margin-bottom: 18px;
    }

    body .bbe-dashboard .bbe-notice {
        padding: 10px 15px;
        text-align: justify;
        background: #fffbeb;
        border: 1px solid #fde68a;
        border-radius: 6px;
        color: #92400e;
    }

    body .bbe-dashboard .bbe-notice .bbe-highlight {
        color: #92400e;
        font-weight: 500;
    }

    body .bbe-dashboard .bbe-notice .bbe-highlight.plugin-button {
        border: none;
        background: transparent;
        padding: 0;
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    body .bbe-dashboard .bbe-notice .bbe-highlight.plugin-button:hover {
        color: #2f49d9;
        text-decoration-thickness: 2px;
    }

    body .bbe-dashboard .bbe-notice.error .bbe-highlight.plugin-button:hover {
        color: #2f49d9;
    }

/* blaze-demo-importer-modal */
    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice.error,
    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice.success {
        display: inline-block;
        font-weight: 500;
        margin-left: 5px;
    }

    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice.error {
        background: #FCF0F1;
        border-color: #F6CACB;
    }

    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice.success {
        color: #15803D;
        border-color: #28A745;
        background: #F0FDF4;
    }

    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice span.bbe-highlight {
        font-weight: 700;
    }

    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice.error span.bbe-highlight {
        color: #9A3B3C;
    }

    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice.success span.bbe-highlight {
        color: #15803D;
    }

    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice .bbe-highlight.plugin-button {
        font-weight: 700;
        text-decoration: none;
    }

    body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice.error .bbe-highlight.plugin-button {
        color: #21679B;
    }

    /* body .bbe-dashboard .blaze-demo-importer-modal .bbe-notice.success .bbe-highlight.plugin-button {
        color: #21679B;
    } */

    /* .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-recommended-plugins,
    .blaze-demo-importer-reset-checkbox {
        margin-top: 24px;
    } */

    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-recommended-plugins h4,
    .blaze-demo-importer-modal-opened .blaze-demo-importer-reset-checkbox h4 {
        margin: 0 0 12px;
        font-size: 12px;
        font-weight: 600;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: .05em;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-recommended-plugins > p {
        margin: 0 0 14px;
        font-size: 13px;
        line-height: 1.6;
        color: #6b7280;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-plugin-status {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-plugin-status li {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 14px 16px;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        background: #fff;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-plugin-status li input[type=checkbox] {
        width: 16px;
        height: 16px;
        margin: 0;
        accent-color: #3858f6;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-plugin-status li .dashicons {
        font-size: 20px;
        color: #ef4444;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-plugin-status li i {
        font-style: normal;
        font-size: 12px;
        font-weight: 500;
        color: #15803d;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-reset-checkbox {
        margin: 15px 0;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-files-checkbox {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        margin-bottom: 10px;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        background: #fff;
        cursor: pointer;
        transition: ease .2s all;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-files-checkbox:hover {
        background: #fafafa;
        border-color: #d6dae1;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-files-checkbox input[type=checkbox] {
        width: 16px;
        height: 16px;
        accent-color: #3858f6;
        flex-shrink: 0;
    }

    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-wrap > a.button,
    .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-wrap > a.button-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        padding: 0 18px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        transition: all .2s ease;
    }

    .blaze-demo-importer-modal-opened .wrap.blaze-demo-importer-demo-importer-wrap .blaze-demo-importer-modal-wrap .button-primary {
        margin-left: 5px;
    }

/* ===================== TABLET - RESPONSIVE ================================ */
    @media (max-width: 1467px) {
        body.open .bbe-block.starter-sites .demos {
            grid-template-columns: repeat(4, 1fr);
        }
        .wrap.blaze-demo-importer-demo-importer-wrap .blaze-demo-importer-modal,
        .blaze-demo-importer-modal-opened .blaze-demo-importer-modal-wrap,
        .blaze-demo-importer-modal-header {
            padding: 10px;
        }

        .blaze-demo-importer-modal-opened .blaze-demo-importer-plugin-status li,
        .blaze-demo-importer-modal-opened .blaze-demo-importer-files-checkbox {
            padding: 10px 15px;
            border-radius: 3px;
        }

        .blaze-demo-importer-modal-opened .blaze-demo-importer-plugin-status li input[type=checkbox] {
            margin-right: 10px;
        }
    }

    @media (max-width: 1170px) {
        body.open .bbe-block.starter-sites .demos {
            grid-template-columns: repeat(3, 1fr);
        }

        .bbe-dashboard {
            flex-direction: column;
        }

        .bbe-dashboard .bbe-block-wrapper {
            width: 100%;
        }
    }

    @media (max-width: 1024px) {
        body.open .bbe-block.starter-sites .demos {
            grid-template-columns: repeat(3, 1fr);
        }
    }

/* ===================== MOBILE - RESPONSIVE ================================= */
    @media (max-width: 767px) {
        body.open .bbe-block.starter-sites .demos {
            grid-template-columns: repeat(1, 1fr);
        }
    }

/* ===================== RECOMMENDED THEMES ================================= */
    .bbe-block.explore-themes {
        margin-top: 20px;
        margin-right: 20px;
    }

    .bbe-block.explore-themes .block-content {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .bbe-block.explore-themes .theme {
        border: 0.5px solid #00000014;
    }

    .bbe-block.explore-themes .theme-content {
        padding: 10px;
    }

    .bbe-block.explore-themes .theme-name {
        margin: 0 0 10px 0;
        font-size: 15px;
        text-align: center;
    }

    .bbe-block.explore-themes .rating {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .bbe-block.explore-themes .theme-thumb-fig {
        margin: 0;
        position: relative;
    }

    .bbe-block.explore-themes .theme-thumb-fig .theme-link {
        height: 100%;
        width: 100%;
        display: inline-block;
    }

    .bbe-block.explore-themes .theme-thumb-fig::before {
        content: '';
        position: absolute;
        inset: 0;
        background: #00000014;
        opacity: 0;
        cursor: pointer;
        pointer-events: none;;
    }

    .bbe-block.explore-themes .theme-thumb-fig:hover::before {
        opacity: 1;
    }

    .bbe-block.explore-themes .theme-thumb {
        height: 100%;
        width: 100%;
    }

    .bbe-block.explore-themes .rating .stars > .dashicons {
        color: #e26f56;
        font-size: 18px;
    }

    .bbe-block.explore-themes .download-btn {
        text-align: center;
        margin-top: 5px;
    }

    .bbe-block.explore-themes .download {
        text-decoration: none;
        color: #ffffff;
        border-radius: 5px;
        background: #3858F6;
        padding: 5px 15px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
        transition: all 0.2s ease;
    }