 body{
        font-family: 'Inter', sans-serif;
    }


.elite-ad-presentation-module {
            position: sticky;
            top: 0;
            width: 1300px;
            height: 350px; /* Based on max ad height */
            margin: 0 auto; /* Center on desktop */
            background-color: #f0f0f0; /* Optional neutral background; adjust as needed */
            overflow: hidden;
            transition: height 0.3s ease;
            z-index: 10; /* Ensure it stays above other content */
        }

        .elite-ad-presentation-module.shrunk {
            height: 90px; /* Shrink to smallest ad height */
        }

        .dismiss-ad-interface {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: rgba(255, 0, 0, 0.8);
            color: white;
            padding: 5px 10px;
            cursor: pointer;
            border-radius: 50%;
            font-weight: bold;
            z-index: 11;
        }

        .advertisement-insertion-zone {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Responsive for tablets (769px to 1024px) */
        @media (max-width: 1024px) and (min-width: 769px) {
            .elite-ad-presentation-module {
                width: 100%;
                height: 250px; /* Adjust height for tablets if needed */
            }

            .elite-ad-presentation-module.shrunk {
                height: 90px;
            }
        }

        /* Display none for mobiles (768px and below) */
        @media (max-width: 768px) {
            .elite-ad-presentation-module {
                display: none;
            }
        }

        .xai-enhanced-column-wrapper {
            position: relative;
            width: 1300px;
            height: 440px; /* Adjust height as needed */
            margin: 0 auto; /* Center on desktop */
            background-size: cover;
            background-position: center;
            overflow: hidden;
            border-radius: 10px;
        }

        .xai-overlay-shader {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay; adjust as needed */
            z-index: 1;
        }

        .xai-centered-title-element {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            color: white; /* Adjust text color for visibility */
            font-size: 3rem; /* Adjust size as needed */
            text-align: center;
        }

        /* Responsive for tablets and below */
        @media (max-width: 1024px) { /* Tablets and below, adjust breakpoint if needed */
            .xai-enhanced-column-wrapper {
                width: 100%;
                margin: 0;
            }
            .content {margin-top: 25px;}
        }



        








       /* Main Container */
        .spd-main-wrapper {
            max-width: 1300px;
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            padding: 20px;
            box-sizing: border-box;
        }

        /* Left Content (Main Article) */
        .spd-article-section {
            flex: 1 1 70%;
            padding-right: 20px;
            box-sizing: border-box;
        }

        /* Right Sidebar */
        .spd-sidebar-panel {
            flex: 1 1 30%;
            padding-left: 20px;
            box-sizing: border-box;
        }

        /* Author Info */
        .spd-author-info {
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
        }

        /* Paragraphs */
        .spd-article-para {
            line-height: 1.6;
            margin-bottom: 15px;
        }

        /* Image */
        .spd-article-img {
            width: 100%;
            height: 440px;
            margin: 20px 0;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            animation: fadeIn 1s ease-in-out;
            object-fit: cover;
        }

        /* Share Dropdown */
        .spd-share-dropdown {
            position: relative;
            display: inline-block;
            margin-top: 20px;
        }

        .spd-share-btn {
            background: transparent;
            border: none;
            cursor: pointer;
            font-size: 24px;
            color: #e00000;
            animation: pulse 2s infinite;
        }

        .spd-share-content {
            display: none;
            position: absolute;
            background-color: #fff;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            border-radius: 8px;
            overflow: hidden;
        }

        .spd-share-content a {
            color: #333;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            transition: background 0.3s;
        }

        .spd-share-content a:hover {
            background-color: #f1f1f1;
        }

        .spd-share-dropdown:hover .spd-share-content {
            display: block;
            animation: slideDown 0.3s ease;
        }

        /* Follow Dropdown */
        .spd-follow-dropdown {
            position: relative;
            display: inline-block;
            margin-bottom: 20px;
        }

        .spd-follow-btn {
            background: #000000;
            color: #fff;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
            font-size: 16px;
            transition: background 0.3s;
        }

        .spd-follow-btn:hover {
            background: #c40000;
        }

        .spd-follow-content {
            display: none;
            position: absolute;
            background-color: #fff;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            border-radius: 8px;
            overflow: hidden;
        }

        .spd-follow-content a {
            color: #333;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            transition: background 0.3s;
        }

        .spd-follow-content a:hover {
            background-color: #f1f1f1;
        }

        .spd-follow-dropdown:hover .spd-follow-content {
            display: block;
            animation: slideDown 0.3s ease;
        }

        /* Carousel for Upcoming Releases */
        .spd-upcoming-carousel {
            width: 300px;
            height: 250px;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .spd-carousel-slide {
            display: none;
            width: 100%;
            height: 100%;
            position: relative;
        }

        .spd-carousel-slide.active {
            display: block;
            animation: fadeIn 1s;
        }

        .spd-game-poster {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .spd-game-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px;
            text-align: center;
            transition: opacity 0.3s;
        }

        .spd-carousel-slide:hover .spd-game-overlay {
            opacity: 0.8;
        }

        /* Flip Card Effect */
        .spd-carousel-slide {
            perspective: 1000px;
        }

        .spd-flip-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.6s;
            transform-style: preserve-3d;
        }

        .spd-carousel-slide:hover .spd-flip-inner,
        .spd-carousel-slide.clicked .spd-flip-inner {
            transform: rotateY(180deg);
        }

        .spd-flip-front, .spd-flip-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
        }

        .spd-flip-back {
            background: #333;
            color: #fff;
            transform: rotateY(180deg);
            padding: 20px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        /* Ads */
        .spd-ad-placeholder {
            width: 300px;
            height: 250px;
            background: #ddd;
            margin-bottom: 20px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 14px;
            transition: height 0.3s;
        }

        .spd-ad-placeholder:empty {
            height: 0;
            margin: 0;
        }

        /* Popular Posts Slider */
        .spd-popular-slider {
            width: 300px;
            height: 250px;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .spd-slider-slide {
            display: none;
            width: 100%;
            height: 100%;
            position: relative;
            background-size: cover;
            background-position: center;
        }

        .spd-slider-slide.active {
            display: block;
            animation: fadeIn 1s;
        }

        .spd-slider-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.6);
            color: #fff;
            padding: 10px;
            text-align: center;
        }

        /* Animations */
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideDown {
            from { transform: translateY(-10px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        /* Responsiveness */
        @media (max-width: 1024px) {
            .spd-main-wrapper {
                flex-direction: column;
            }

            .spd-article-section {
                padding-right: 0;
                margin-bottom: 30px;
            }

            .spd-sidebar-panel {
                padding-left: 0;
            }

            .spd-upcoming-carousel, .spd-ad-placeholder, .spd-popular-slider {
                width: 100%;
                height: 250px;
            }
        }

        @media (max-width: 768px) {
            .spd-main-wrapper {
                padding: 10px;
            }
        }






        /* Full-width footer container */
        .voidFooterRealm {
            width: 100%;
            max-width: 1300px;
            margin: 0 auto;
            background-color: #000;
            color: #fff;
            padding: clamp(40px, 6vw, 60px) clamp(20px, 3vw, 40px);
            font-family: -apple-system, BlinkMacSystemFont, sans-serif;
            box-sizing: border-box;
            border-radius: 10px;
        }

        /* Main footer content wrapper */
        .nebulaFooterCore {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 2fr 1fr;
            gap: clamp(20px, 4vw, 40px);
            align-items: flex-start;
        }

        /* Logo section */
        .lunarLogoHub {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .lunarLogoHub a {
            display: inline-block;
        }

        .lunarLogoHub img {
            width: clamp(120px, 20vw, 180px);
            height: auto;
            filter: brightness(0) invert(1);
        }

        .lunarLogoHub p {
            font-size: clamp(12px, 2.5vw, 14px);
            opacity: 0.7;
            margin: 0;
            line-height: 1.5;
        }

        /* Navigation links */
        .astroNavCluster {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: clamp(12px, 2vw, 16px);
        }

        .astroNavCluster ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .astroNavCluster li {
            margin-bottom: 12px;
        }

        .astroNavCluster a {
            color: #fff;
            text-decoration: none;
            font-size: clamp(13px, 2.5vw, 15px);
            font-weight: 500;
            transition: color 0.3s ease, transform 0.2s ease;
        }

        .astroNavCluster a:hover {
            color: #007bff;
            transform: translateX(4px);
        }

        /* Social media section */
        .cosmicSocialSphere {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .cosmicSocialSphere h3 {
            font-size: clamp(16px, 3vw, 18px);
            font-weight: 600;
            margin: 0;
        }

        .stellarSocialIcons {
            display: flex;
            flex-wrap: wrap;
            gap: clamp(12px, 2vw, 16px);
        }

        .stellarSocialIcons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transition: background 0.3s ease, transform 0.2s ease;
        }

        .stellarSocialIcons a:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1);
        }

        .stellarSocialIcons svg {
            width: 24px;
            height: 24px;
            fill: #fff;
        }

        /* Responsive adjustments */
        @media (max-width: 1024px) {
            .nebulaFooterCore {
                grid-template-columns: 1fr 1fr;
                gap: clamp(15px, 3vw, 30px);
            }

            .cosmicSocialSphere {
                grid-column: 1 / -1;
                align-items: center;
                text-align: center;
            }

            .stellarSocialIcons {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            .voidFooterRealm {
                padding: clamp(20px, 4vw, 40px) clamp(15px, 2vw, 30px);
            }

            .nebulaFooterCore {
                grid-template-columns: 1fr;
                gap: clamp(20px, 4vw, 30px);
            }

            .lunarLogoHub {
                align-items: center;
                text-align: center;
            }

            .astroNavCluster {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
                justify-items: center;
            }

            .astroNavCluster ul {
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .voidFooterRealm {
                padding: clamp(15px, 3vw, 30px) clamp(10px, 1.5vw, 20px);
            }

            .lunarLogoHub img {
                width: clamp(100px, 25vw, 140px);
            }

            .lunarLogoHub p {
                font-size: clamp(11px, 2.5vw, 13px);
            }

            .astroNavCluster {
                grid-template-columns: 1fr;
            }

            .astroNavCluster ul {
                margin-bottom: 16px;
            }

            .astroNavCluster a {
                font-size: clamp(12px, 2.5vw, 14px);
            }

            .cosmicSocialSphere h3 {
                font-size: clamp(14px, 3vw, 16px);
            }

            .stellarSocialIcons a {
                width: 36px;
                height: 36px;
            }

            .stellarSocialIcons svg {
                width: 20px;
                height: 20px;
            }
        }

        @media (max-width: 360px) {
            .voidFooterRealm {
                padding: clamp(10px, 3vw, 20px) clamp(5px, 1.5vw, 10px);
            }

            .lunarLogoHub img {
                width: clamp(80px, 25vw, 120px);
            }

            .lunarLogoHub p {
                font-size: clamp(10px, 2.5vw, 12px);
            }

            .astroNavCluster a {
                font-size: clamp(11px, 2.5vw, 13px);
            }

            .cosmicSocialSphere h3 {
                font-size: clamp(13px, 3vw, 15px);
            }

            .stellarSocialIcons a {
                width: 32px;
                height: 32px;
            }

            .stellarSocialIcons svg {
                width: 18px;
                height: 18px;
            }
        }