.page-please-reinstall-the-latest-game-lol-ph {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 50px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__section {
      padding: 40px 20px;
      margin: 0 auto;
      max-width: 1200px;
      text-align: center;
    }

    .page-please-reinstall-the-latest-game-lol-ph__section--dark {
      background-color: #0f0f1a;
    }

    .page-please-reinstall-the-latest-game-lol-ph__section-title {
      font-size: 2.5em;
      color: #e94560;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__section-subtitle {
      font-size: 1.8em;
      color: #53a8b6;
      margin-bottom: 15px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #c0c0c0;
    }

    .page-please-reinstall-the-latest-game-lol-ph__button {
      display: inline-block;
      background-color: #e94560;
      color: #fff;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-size: 1.1em;
      margin: 10px;
      border: none;
      cursor: pointer;
    }

    .page-please-reinstall-the-latest-game-lol-ph__button:hover {
      background-color: #ff6a80;
      transform: translateY(-2px);
    }

    .page-please-reinstall-the-latest-game-lol-ph__hero-section {
      position: relative;
      padding: 10px 0 80px 0;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,lol,reinstall,nustar]') no-repeat center center/cover;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .page-please-reinstall-the-latest-game-lol-ph__hero-content {
      max-width: 900px;
      padding: 20px;
      color: #fff;
    }

    .page-please-reinstall-the-latest-game-lol-ph__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-please-reinstall-the-latest-game-lol-ph__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-please-reinstall-the-latest-game-lol-ph__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 20px;
      background-color: #1a1a2e;
    }

    .page-please-reinstall-the-latest-game-lol-ph__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }

    .page-please-reinstall-the-latest-game-lol-ph__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    .page-please-reinstall-the-latest-game-lol-ph__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__card {
      background-color: #0f0f1a;
      border-radius: 10px;
      padding: 25px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .page-please-reinstall-the-latest-game-lol-ph__card:hover {
      transform: translateY(-5px);
    }

    .page-please-reinstall-the-latest-game-lol-ph__card-icon {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__card-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__card-description {
      color: #c0c0c0;
      font-size: 0.95em;
    }

    .page-please-reinstall-the-latest-game-lol-ph__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__game-card {
      background-color: #0f0f1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-decoration: none;
      color: inherit;
      display: block;
    }

    .page-please-reinstall-the-latest-game-lol-ph__game-card:hover {
      transform: translateY(-5px);
    }

    .page-please-reinstall-the-latest-game-lol-ph__game-image {
      width: 100%;
      height: 150px;
      object-fit: cover;
    }

    .page-please-reinstall-the-latest-game-lol-ph__game-info {
      padding: 15px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__game-title {
      font-size: 1.2em;
      color: #e94560;
      margin-bottom: 5px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__game-category {
      font-size: 0.9em;
      color: #53a8b6;
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-container {
      text-align: left;
      margin-top: 30px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-item {
      background-color: #0f0f1a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #2a2a4a;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      color: #fff;
      transition: background-color 0.3s ease;
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-question:hover {
      background-color: #3a3a5a;
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none;
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-item.active .page-please-reinstall-the-latest-game-lol-ph__faq-toggle {
      transform: rotate(45deg);
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #c0c0c0;
      font-size: 0.95em;
    }

    .page-please-reinstall-the-latest-game-lol-ph__faq-item.active .page-please-reinstall-the-latest-game-lol-ph__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-please-reinstall-the-latest-game-lol-ph__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__blog-card {
      background-color: #0f0f1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-decoration: none;
      color: inherit;
      display: block;
    }

    .page-please-reinstall-the-latest-game-lol-ph__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-please-reinstall-the-latest-game-lol-ph__blog-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .page-please-reinstall-the-latest-game-lol-ph__blog-content {
      padding: 15px;
      text-align: left;
    }

    .page-please-reinstall-the-latest-game-lol-ph__blog-title {
      font-size: 1.3em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__blog-excerpt {
      font-size: 0.9em;
      color: #c0c0c0;
      margin-bottom: 15px;
    }

    .page-please-reinstall-the-latest-game-lol-ph__blog-date {
      font-size: 0.8em;
      color: #53a8b6;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-please-reinstall-the-latest-game-lol-ph__hero-title {
        font-size: 3em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__hero-subtitle {
        font-size: 1.3em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-please-reinstall-the-latest-game-lol-ph__hero-title {
        font-size: 2.5em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__hero-subtitle {
        font-size: 1.1em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__section {
        padding: 30px 15px;
      }
      .page-please-reinstall-the-latest-game-lol-ph__section-title {
        font-size: 1.8em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__grid,
      .page-please-reinstall-the-latest-game-lol-ph__game-grid,
      .page-please-reinstall-the-latest-game-lol-ph__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-please-reinstall-the-latest-game-lol-ph__card,
      .page-please-reinstall-the-latest-game-lol-ph__game-card,
      .page-please-reinstall-the-latest-game-lol-ph__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-please-reinstall-the-latest-game-lol-ph__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
      }
      .page-please-reinstall-the-latest-game-lol-ph__payment-logo,
      .page-please-reinstall-the-latest-game-lol-ph__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }
      .page-please-reinstall-the-latest-game-lol-ph__card-icon {
        width: 50px;
        height: 50px;
      }
      .page-please-reinstall-the-latest-game-lol-ph__game-image,
      .page-please-reinstall-the-latest-game-lol-ph__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-please-reinstall-the-latest-game-lol-ph__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-please-reinstall-the-latest-game-lol-ph__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-please-reinstall-the-latest-game-lol-ph__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-please-reinstall-the-latest-game-lol-ph__hero-title {
        font-size: 2em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__hero-subtitle {
        font-size: 1em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__section-title {
        font-size: 1.5em;
      }
      .page-please-reinstall-the-latest-game-lol-ph__button {
        padding: 8px 15px;
        font-size: 0.9em;
      }
    }