/* Demo Import */

.ai-confirm-import-content #swal2-content {
    text-align: left !important;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.swal2-popup {
    width: 50rem !important;
    display: flex;
}

.swal2-title {
    font-size: 28px !important;
    margin: 20px 0 !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    font-size: 14px !important;
    border: 0;
    border-radius: .25em;
    background: initial;
    color: #fff;
    font-size: 1.0625em;
    padding: 15px 40px;
    border-radius: 45px !important;
}

.swal2-styled.swal2-confirm {
    background: #45c396 !important;
}

.swal2-styled.swal2-cancel {
    background: #ea7070 !important;
}

.swal2-popup #swal2-content p {
    padding-left: 20px;
    padding-right: 13px;
    width: 75%;
    margin: 0 auto;
    line-height: 1.8;
    margin-bottom: 20px !important;
    font-size: 14px;
    font-weight: 400;
}

.swal2-toast #swal2-content p {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.theme-blogson .ocdi__gl-item-container .ocdi__gl-item:last-child {
    pointer-events: none;
}

/* Welcome Notice */
#spiraclethemes-site-library-notice {
    position: relative;
    padding: 0 !important;
    background: linear-gradient(135deg, #1a1a3e 0%, #2d1b69 50%, #1a1a4e 100%) !important;
    color: #fff;
    border: none !important;
    border-left: none !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(45, 27, 105, 0.25);
    min-height: 120px;
}

#spiraclethemes-site-library-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 20%, rgba(139, 92, 246, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 50% 80%, rgba(236, 72, 153, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

/* Subtle animated shimmer */
#spiraclethemes-site-library-notice::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgba(255, 255, 255, 0.02) 45%,
        rgba(255, 255, 255, 0.04) 50%,
        rgba(255, 255, 255, 0.02) 55%,
        transparent 60%
    );
    animation: ssl-shimmer 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes ssl-shimmer {
    0%, 100% { transform: translateX(-30%) translateY(-30%); }
    50% { transform: translateX(30%) translateY(30%); }
}

#spiraclethemes-site-library-notice .notice-dismiss {
    top: 12px;
    right: 12px;
    z-index: 5;
}

#spiraclethemes-site-library-notice .notice-dismiss:before {
    color: rgba(255, 255, 255, 0.5);
}

#spiraclethemes-site-library-notice .notice-dismiss:hover:before {
    color: #fff;
}

.ssl-welcome-inner {
    display: flex;
    align-items: center;
    padding: 32px 36px;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.ssl-welcome-icon {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    animation: ssl-float 3.5s ease-in-out infinite;
}

.ssl-welcome-icon img {
    width: 52px;
    height: 52px;
    filter: drop-shadow(0 0 16px rgba(0, 212, 255, 0.5));
}

@keyframes ssl-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.ssl-welcome-text {
    flex: 1;
    min-width: 0;
}

.ssl-welcome-text h3 {
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.ssl-welcome-text p {
    margin: 0 0 18px 0;
    padding: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
}

.ssl-welcome-text .ssl-welcome-cta {
    display: inline-block;
    padding: 11px 28px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: #fff !important;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.3);
    letter-spacing: 0.01em;
}

.ssl-welcome-text .ssl-welcome-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 212, 255, 0.45);
    background: linear-gradient(135deg, #00e5ff 0%, #8b5cf6 100%);
    color: #fff !important;
}

.ssl-welcome-text .ssl-welcome-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 212, 255, 0.3);
}

/* Hide on OCDI page */
.appearance_page_one-click-demo-import #spiraclethemes-site-library-notice {
    display: none !important;
}

/* Responsive */
@media only screen and (max-width: 782px) {
    .ssl-welcome-inner {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
        gap: 20px;
    }

    .ssl-welcome-icon {
        width: 72px;
        height: 72px;
        border-radius: 16px;
    }

    .ssl-welcome-icon img {
        width: 42px;
        height: 42px;
    }

    .ssl-welcome-text p {
        max-width: 100%;
    }

    .ssl-welcome-text .ssl-welcome-cta {
        display: block;
        text-align: center;
    }
}

/* Rating Notice */
.rating-div.updated {
    padding: 70px 250px;
    background-color: #f0f6fc;
    color: #555;
    border: none;
    border-left: 5px solid #3582c4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rating-div.updated a {
    color: #555;
}

/* Rating Notice */
.ssl-rating-notice {
    position: relative;
    padding: 0 !important;
    border: none !important;
    border-left: none !important;
    background: linear-gradient(135deg, #6d28d9 0%, #4338ca 50%, #1e40af 100%) !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(67, 56, 202, 0.3);
    color: #fff !important;
}

.ssl-rating-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 85% 25%, rgba(251, 191, 36, 0.14) 0%, transparent 50%),
        radial-gradient(circle at 15% 80%, rgba(236, 72, 153, 0.10) 0%, transparent 45%);
    pointer-events: none;
}

.ssl-rating-inner {
    display: flex;
    align-items: center;
    padding: 20px 26px;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.ssl-rating-badge {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 14px;
    color: #78350f;
    box-shadow: 0 4px 16px rgba(251, 191, 36, 0.35);
}

.ssl-rating-content {
    flex: 1;
    min-width: 0;
}

.ssl-rating-headline {
    margin: 0 0 5px 0 !important;
    padding: 0;
    font-size: 13px !important;
    font-weight: 600;
    color: #fff !important;
    line-height: 1.5;
}

.ssl-rating-headline a {
    color: #fde68a !important;
    font-weight: 700;
    text-decoration: none;
}

.ssl-rating-headline a:hover {
    text-decoration: underline;
}

.ssl-rating-stars {
    display: flex;
    gap: 2px;
    line-height: 1;
}

.ssl-star {
    color: #fbbf24;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ssl-rating-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ssl-rating-cta {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #78350f !important;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(251, 191, 36, 0.3);
}

.ssl-rating-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.45);
    background: linear-gradient(135deg, #fcd34d 0%, #fbbf24 100%);
    color: #78350f !important;
}

.ssl-rating-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

.ssl-rating-dismiss {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.ssl-rating-dismiss:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Responsive - Rating Notice */
@media only screen and (max-width: 782px) {
    .ssl-rating-inner {
        flex-direction: column;
        text-align: center;
        padding: 22px 18px;
        gap: 16px;
    }

    .ssl-rating-stars {
        justify-content: center;
    }

    .ssl-rating-actions {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding-top: 16px;
    }

    .ssl-rating-cta {
        justify-content: center;
        width: 100%;
    }
}

/* Pro Upgrade Notice */
.ssl-pro-upgrade-notice {
    position: relative;
    padding: 0 !important;
    border: none !important;
    border-left: none !important;
    background: linear-gradient(135deg, #0c4a3e 0%, #0a3d5c 50%, #1a1a3e 100%) !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(10, 61, 92, 0.3);
    color: #fff !important;
}

.ssl-pro-upgrade-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 80% 30%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 20% 70%, rgba(0, 180, 150, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.ssl-upgrade-inner {
    display: flex;
    align-items: center;
    padding: 28px 32px;
    gap: 28px;
    position: relative;
    z-index: 2;
}

.ssl-upgrade-badge {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d4af37 0%, #f0d060 50%, #d4af37 100%);
    border-radius: 16px;
    font-size: 18px;
    font-weight: 800;
    color: #1a1a3e;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
}

.ssl-upgrade-content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

.ssl-upgrade-text {
    flex: 1;
    min-width: 0;
}

.ssl-upgrade-kicker {
    display: block;
    margin: 0 0 4px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fde68a !important;
}

.ssl-pro-upgrade-notice h3,
.ssl-upgrade-text h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.3;
}

.ssl-upgrade-product {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d4af37 0%, #f0d060 50%, #d4af37 100%);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1a1a3e;
    vertical-align: middle;
}

.ssl-pro-upgrade-notice p,
.ssl-upgrade-text p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #fff !important;
    line-height: 1.6;
    max-width: 800px;
}

.ssl-upgrade-actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.ssl-upgrade-discount {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    padding: 5px 14px;
    background: rgba(212, 175, 55, 0.14);
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 50px;
}

.ssl-discount-percent {
    font-size: 20px;
    font-weight: 800;
    color: #f0d060;
    line-height: 1;
    letter-spacing: -0.02em;
}

.ssl-discount-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(240, 208, 96, 0.9);
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ssl-upgrade-cta {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, #d4af37 0%, #f0d060 100%);
    color: #1a1a3e !important;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
    text-align: center;
    white-space: nowrap;
}

.ssl-upgrade-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(212, 175, 55, 0.45);
    background: linear-gradient(135deg, #f0d060 0%, #d4af37 100%);
    color: #1a1a3e !important;
}

.ssl-upgrade-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.ssl-remind-later {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ssl-remind-later:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Responsive - Upgrade Notice */
@media only screen and (max-width: 782px) {
    .ssl-upgrade-inner {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        gap: 20px;
    }

    .ssl-upgrade-content {
        flex-direction: column;
        gap: 16px;
    }

    .ssl-upgrade-actions {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 16px;
    }

    .ssl-upgrade-text p {
        max-width: 100%;
    }
}

/* Custom Dev Service Notice */
.ssl-custom-dev-notice {
    position: relative;
    padding: 0 !important;
    border: none !important;
    border-left: none !important;
    background: linear-gradient(135deg, #1b2838 0%, #1e3a4f 50%, #0f2027 100%) !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(15, 32, 39, 0.2);
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ssl-custom-dev-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 90% 40%, rgba(56, 189, 248, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 10% 80%, rgba(251, 146, 60, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.ssl-custom-dev-inner {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    gap: 18px;
    position: relative;
    z-index: 2;
}

.ssl-custom-dev-icon-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 189, 248, 0.12);
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, 0.15);
    color: #38bdf8;
}

.ssl-custom-dev-content {
    flex: 1;
    min-width: 0;
}

.ssl-custom-dev-headline {
    margin: 0 0 3px 0 !important;
    padding: 0;
    font-size: 14px !important;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.4;
}

.ssl-custom-dev-sub {
    margin: 0 !important;
    padding: 0;
    font-size: 12.5px !important;
    color: rgba(255, 255, 255, 0.65) !important;
    line-height: 1.55;
    max-width: 800px;
}

.ssl-custom-dev-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ssl-custom-dev-cta {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff !important;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(249, 115, 22, 0.3);
}

.ssl-custom-dev-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.45);
    background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
    color: #fff !important;
}

.ssl-custom-dev-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
}

.ssl-custom-dev-dismiss {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.ssl-custom-dev-dismiss:hover {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Responsive - Custom Dev Notice */
@media only screen and (max-width: 782px) {
    .ssl-custom-dev-inner {
        flex-direction: column;
        text-align: center;
        padding: 20px 18px;
        gap: 14px;
    }

    .ssl-custom-dev-sub {
        max-width: 100%;
    }

    .ssl-custom-dev-actions {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .ssl-custom-dev-cta {
        justify-content: center;
        width: 100%;
    }
}

/* Theme Required Notice */
.ssl-theme-required-notice {
    position: relative;
    padding: 0 !important;
    border: none !important;
    border-left: none !important;
    background: linear-gradient(135deg, #1a1a3e 0%, #2d1b69 50%, #1a1a4e 100%) !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(45, 27, 105, 0.25);
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ssl-theme-required-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 90% 40%, rgba(56, 189, 248, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 10% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.ssl-theme-required-inner {
    display: flex;
    align-items: center;
    padding: 18px 26px;
    gap: 18px;
    position: relative;
    z-index: 2;
}

.ssl-theme-required-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.35);
}

.ssl-theme-required-content {
    flex: 1;
    min-width: 0;
}

.ssl-theme-required-headline {
    margin: 0 0 3px 0 !important;
    padding: 0;
    font-size: 15px !important;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.4;
}

.ssl-theme-required-sub {
    margin: 0 !important;
    padding: 0;
    font-size: 12.5px !important;
    color: rgba(255, 255, 255, 0.65) !important;
    line-height: 1.55;
    max-width: 800px;
}

.ssl-theme-required-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ssl-theme-required-cta {
    display: inline-flex;
    align-items: center;
    padding: 9px 22px;
    background: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);
    color: #fff !important;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 212, 255, 0.3);
}

.ssl-theme-required-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 212, 255, 0.45);
    background: linear-gradient(135deg, #00e5ff 0%, #8b5cf6 100%);
    color: #fff !important;
}

.ssl-theme-required-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 212, 255, 0.3);
}

.ssl-theme-required-dismiss {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.ssl-theme-required-dismiss:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Responsive - Theme Required Notice */
@media only screen and (max-width: 782px) {
    .ssl-theme-required-inner {
        flex-direction: column;
        text-align: center;
        padding: 20px 18px;
        gap: 14px;
    }

    .ssl-theme-required-sub {
        max-width: 100%;
    }

    .ssl-theme-required-actions {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .ssl-theme-required-cta {
        justify-content: center;
        width: 100%;
    }
}

/* ==========================================================================
   Dashboard Widget
   ========================================================================== */

.ssl-dashboard-widget {
    margin: -12px -12px -8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.ssl-widget-card {
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* Shared section styles */
.ssl-widget-section {
    border-bottom: none;
}

/* --------------------------------------------------------------------------
   Services Section
   -------------------------------------------------------------------------- */
.ssl-services-section {
    padding: 16px;
    background: #fff;
}

.ssl-services-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.ssl-services-header-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9ff 0%, #eef1ff 100%);
    border-radius: 12px;
    border: 1px solid #e8ecff;
}

.ssl-services-header-icon img {
    width: 24px;
    height: 24px;
}

.ssl-services-kicker {
    display: block;
    margin: 0 0 4px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e94560;
}

.ssl-services-header-text h3 {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    color: #1d2327;
    line-height: 1.3;
}

.ssl-services-price {
    font-size: 13px;
    color: #646970;
}

.ssl-services-price strong {
    color: #e94560;
    font-size: 16px;
    font-weight: 800;
}

.ssl-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 14px;
}

.ssl-service-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 2px;
    border-radius: 6px;
    transition: background 0.15s ease;
    min-width: 0;
}

.ssl-service-item:hover {
    background: rgba(34, 197, 94, 0.06);
}

.ssl-service-check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #16a34a;
}

.ssl-service-check svg {
    width: 14px;
    height: 14px;
}

.ssl-service-text {
    font-size: 12.5px;
    font-weight: 500;
    color: #3c434a;
    line-height: 1.3;
    min-width: 0;
}

.ssl-services-cta-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ssl-services-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff !important;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ssl-services-cta:hover {
    background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 52, 96, 0.25);
    color: #fff !important;
}

.ssl-services-cta:active {
    transform: translateY(0);
}

.ssl-services-limited {
    font-size: 11px;
    color: #e94560;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    background: rgba(233, 69, 96, 0.08);
    border-radius: 3px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.ssl-widget-footer {
    padding: 11px 16px;
    background: #fafbfc;
    border-top: 1px solid #f0f0f1;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.ssl-widget-footer a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: #2271b1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ssl-widget-footer a:hover {
    color: #135e96;
}

.ssl-widget-footer .dashicons-external {
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
}

.ssl-footer-divider {
    color: #dcdcde;
    font-size: 12px;
}

/* --------------------------------------------------------------------------
   Dashboard Widget Responsive
   -------------------------------------------------------------------------- */
@media only screen and (min-width: 783px) {
    .ssl-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 782px) {
    .ssl-services-section {
        padding: 16px;
    }

    .ssl-widget-footer {
        padding: 12px 16px;
    }
}
