.heroVortexContainer {
      position: relative;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      height: 415px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      background-size: cover;
      background-position: center center;
      border-radius: 20px;
    }

    .heroVortexText {
      color: #ffffff;
      font-family: 'Arial', sans-serif;
      font-size: 3.5rem;
      font-weight: 700;
      text-align: center;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      padding: 0 20px;
      max-width: 80%;
      line-height: 1.2;
    }

    .articleVortexWrapper {
      max-width: 1400px;
      width: 100%;
      margin: 0 auto;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .stellarContentSection {
      flex: 3;
      min-width: 0;
      background-color: #ffffff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      animation: fadeIn 1s ease-in-out;
    }

    .nebulaSidebarPanel {
      flex: 1;
      min-width: 250px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .vortexAdBanner {
      width: 728px;
      height: 90px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: #666;
      border-radius: 5px;
      animation: slideInLeft 0.8s ease-out;
    }

    .stellarAuthorInfo {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 20px;
      animation: fadeIn 1.2s ease-in-out;
    }

    .cosmicArticleBody p {
      line-height: 1.6;
      margin-bottom: 15px;
      animation: fadeIn 1.5s ease-in-out;
    }

    .cosmicArticleImage {
      width: 100%;
      max-height: 400px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      animation: zoomIn 1s ease-in-out;
    }

    /* Enhanced Product Box Styles for Video Game */
    .product-box {
      display: flex;
      align-items: flex-start;
      background-color: #f9f9f9;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 20px;
      margin: 20px 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      animation: fadeIn 1.5s ease-in-out;
    }

    .product-box:hover {
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      transform: translateY(-5px);
    }

    .product-image {
      width: 140px;
      height: 140px;
      object-fit: cover;
      border-radius: 8px;
      margin-right: 20px;
      margin-bottom: 10px;
      transition: transform 0.3s ease;
    }

    .product-image:hover {
      transform: scale(1.05);
    }

    .product-details {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .product-title {
      font-size: 1.4rem;
      font-weight: 700;
      margin: 0;
      color: #222;
    }

    .product-description {
      font-size: 0.95rem;
      color: #555;
      margin: 0;
      line-height: 1.5;
    }

    .product-platforms {
      font-size: 0.85rem;
      color: #777;
      margin: 5px 0;
    }

    .product-rating {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.9rem;
      color: #f39c12;
      margin: 5px 0;
    }

    .product-rating i {
      font-size: 1rem;
    }

    .product-price {
      font-size: 1.25rem;
      font-weight: 600;
      color: #007bff;
      margin: 0;
    }

    .buy-button {
      display: inline-block;
      background-color: #000000;
      color: white;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 6px;
      font-weight: 600;
      font-size: 1rem;
      transition: background-color 0.3s ease, transform 0.2s ease;
      align-self: flex-start;
    }

    .buy-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .product-cta {
      font-size: 0.85rem;
      color: #666;
      margin-top: 5px;
    }

    .follow-us {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      animation: fadeIn 1s ease-in-out;
    }

    .follow-us h3 {
      margin-bottom: 15px;
      font-size: 1.3rem;
      color: #333;
    }

    .social-icons {
      display: flex;
      gap: 10px;
      justify-content: center;
    }

    .social-icon {
      color: #333;
      font-size: 1.5rem;
      transition: color 0.3s ease, transform 0.3s ease;
      text-decoration: none;
    }

    .social-icon:hover {
      color: #007bff;
      transform: scale(1.2);
    }

    .galaxyShareDropdown {
      position: relative;
      margin-bottom: 20px;
    }

    .galaxyShareButton {
      background-color: #000000;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      font-size: 1rem;
      transition: background-color 0.3s;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .galaxyShareButton:hover {
      background-color: #333333;
    }

    .galaxyShareMenu {
      display: none;
      position: absolute;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      list-style: none;
      padding: 0;
      margin: 0;
      top: 100%;
      left: 0;
      z-index: 10;
    }

    .galaxyShareMenu li {
      padding: 10px 20px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .galaxyShareMenu li a,
    .galaxyShareMenu li button {
      text-decoration: none;
      color: #333;
      display: block;
      background: none;
      border: none;
      cursor: pointer;
      width: 100%;
      text-align: left;
      font-size: 0.9rem;
    }

    .galaxyShareMenu li:hover {
      background-color: #f0f0f0;
    }

    .nebulaAdBox {
      width: 100%;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: #666;
      border-radius: 5px;
      animation: slideInRight 0.8s ease-out;
    }

    .popularPostsCluster {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      animation: fadeIn 1s ease-in-out;
    }

    .popularPostsCluster h3 {
      margin-bottom: 15px;
      font-size: 1.3rem;
      color: #333;
    }

    .stellarPostItem {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      text-decoration: none;
      color: #333;
      transition: transform 0.3s;
    }

    .stellarPostItem:hover {
      transform: translateY(-3px);
    }

    .stellarPostImage {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 5px;
      margin-right: 10px;
    }

    .stellarPostTitle {
      font-size: 1rem;
      font-weight: bold;
    }

    .cosmicFooterContainer {
      max-width: 1400px;
      width: 100%;
      margin: 20px auto;
      padding: 20px;
      background-color: #000000;
      color: #ffffff;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      animation: fadeInUp 1s ease-in-out;
    }

    .footerLogoLink {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #ffffff;
    }

    .footerLogo {
      width: 50px;
      height: 50px;
      margin-right: 10px;
      border-radius: 5px;
      transition: transform 0.3s;
    }

    .footerLogo:hover {
      transform: scale(1.1);
    }

    .footerNavLinks {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .footerNavLinks a {
      color: #ffffff;
      text-decoration: none;
      font-size: 0.9rem;
      transition: color 0.3s;
    }

    .footerNavLinks a:hover {
      color: #007bff;
    }

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

    @keyframes slideInLeft {
      from { transform: translateX(-100%); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }

    @keyframes slideInRight {
      from { transform: translateX(100%); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }

    @keyframes zoomIn {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    @keyframes fadeInUp {
      from { transform: translateY(20px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    @media (max-width: 1024px) {
      .articleVortexWrapper {
        flex-direction: column;
      }

      .vortexAdBanner {
        width: 100%;
        height: auto;
        padding: 20px 0;
      }

      .nebulaAdBox {
        height: 200px;
      }

      .cosmicFooterContainer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .heroVortexContainer {
        height: 400px;
        border-radius: 15px;
      }

      .heroVortexText {
        font-size: 2rem;
      }

      .stellarContentSection {
        padding: 15px;
      }

      .nebulaSidebarPanel {
        min-width: 100%;
      }

      .vortexAdBanner {
        width: 100%;
        height: 60px;
        font-size: 1rem;
      }

      .nebulaAdBox {
        height: 150px;
      }

      .footerNavLinks {
        flex-direction: column;
        gap: 10px;
      }

      .social-icons {
        justify-content: flex-start;
      }

      .product-box {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
      }

      .product-image {
        margin: 0 0 15px 0;
        width: 100%;
        max-width: 200px;
        height: auto;
      }
    }

    @media (max-width: 480px) {
      .heroVortexContainer {
        height: 300px;
        border-radius: 10px;
      }

      .heroVortexText {
        font-size: 1.5rem;
      }

      .cosmicArticleBody p {
        font-size: 0.9rem;
      }

      .stellarPostImage {
        width: 60px;
        height: 60px;
      }

      .stellarPostTitle {
        font-size: 0.9rem;
      }

      .footerLogo {
        width: 40px;
        height: 40px;
      }

      .social-icon {
        font-size: 1.2rem;
      }

      .product-title {
        font-size: 1.2rem;
      }

      .product-price {
        font-size: 1.1rem;
      }

      .buy-button {
        width: 100%;
        text-align: center;
      }
    }