.page-isko-moreno-kuya-germs-relationship {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 40px;
      max-width: 100%;
      overflow-x: hidden;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__section-title {
      font-size: 2.5em;
      color: #ffd700;
      text-align: center;
      margin: 60px auto 40px auto;
      max-width: 90%;
      line-height: 1.2;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__section-title--hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
    }

    .page-isko-moreno-kuya-germs-relationship__highlight {
      color: #ffd700;
      font-weight: bold;
    }

    .page-isko-moreno-kuya-germs-relationship__hero-button,
    .page-isko-moreno-kuya-germs-relationship__access-button,
    .page-isko-moreno-kuya-germs-relationship__game-button,
    .page-isko-moreno-kuya-germs-relationship__promo-button,
    .page-isko-moreno-kuya-germs-relationship__security-button,
    .page-isko-moreno-kuya-germs-relationship__blog-readmore {
      display: inline-block;
      background-color: #ffd700;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .page-isko-moreno-kuya-germs-relationship__hero-button:hover,
    .page-isko-moreno-kuya-germs-relationship__access-button:hover,
    .page-isko-moreno-kuya-germs-relationship__game-button:hover,
    .page-isko-moreno-kuya-germs-relationship__promo-button:hover,
    .page-isko-moreno-kuya-germs-relationship__security-button:hover,
    .page-isko-moreno-kuya-germs-relationship__blog-readmore:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-isko-moreno-kuya-germs-relationship img {
      max-width: 100%;
      height: auto;
      display: block;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding: 10px 0;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-isko-moreno-kuya-germs-relationship__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__hero-title {
      font-size: 3.5em;
      color: #fff;
      margin-bottom: 20px;
      line-height: 1.1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__hero-description {
      font-size: 1.3em;
      color: #f0f0f0;
      margin-bottom: 30px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__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: 40px 20px;
      background-color: #222;
    }
    .page-isko-moreno-kuya-germs-relationship__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page-isko-moreno-kuya-germs-relationship__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    .page-isko-moreno-kuya-germs-relationship__intro-section {
      padding: 40px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__intro-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__intro-image {
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      margin-top: 20px;
    }

    .page-isko-moreno-kuya-germs-relationship__quick-access-section {
      padding: 40px 20px;
      background-color: #222;
      text-align: center;
      max-width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-isko-moreno-kuya-germs-relationship__games-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-isko-moreno-kuya-germs-relationship__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__game-card:hover {
      transform: translateY(-5px);
    }

    .page-isko-moreno-kuya-germs-relationship__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-isko-moreno-kuya-germs-relationship__game-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__game-description {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 20px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__game-button {
      width: auto;
      max-width: 100%;
      margin-top: auto;
    }

    .page-isko-moreno-kuya-germs-relationship__promotions-section {
      padding: 40px 20px;
      background-color: #222;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-isko-moreno-kuya-germs-relationship__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-isko-moreno-kuya-germs-relationship__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-isko-moreno-kuya-germs-relationship__promo-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__promo-description {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 20px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__promo-button {
      width: auto;
      max-width: 100%;
      margin-top: auto;
    }

    .page-isko-moreno-kuya-germs-relationship__security-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__security-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-isko-moreno-kuya-germs-relationship__security-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__security-image {
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      margin-bottom: 30px;
    }

    .page-isko-moreno-kuya-germs-relationship__security-button {
      width: auto;
      max-width: 100%;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-section {
      padding: 40px 20px;
      background-color: #2a2a2a;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-item {
      background-color: #1a1a1a;
      border: 1px solid #333;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      cursor: pointer;
      background-color: #1a1a1a;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-question:hover {
      background-color: #333;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-question-text {
      margin: 0;
      font-size: 1.2em;
      color: #ffd700;
      flex-grow: 1;
      text-align: left;
      word-wrap: break-word;
      overflow-wrap: break-word;
      pointer-events: none;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffd700;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-item.active .page-isko-moreno-kuya-germs-relationship__faq-toggle {
      transform: rotate(45deg);
    }

    .page-isko-moreno-kuya-germs-relationship__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #1a1a1a;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-item.active .page-isko-moreno-kuya-germs-relationship__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-isko-moreno-kuya-germs-relationship__faq-answer-text {
      margin: 0;
      font-size: 1em;
      color: #e0e0e0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      box-sizing: border-box;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-isko-moreno-kuya-germs-relationship__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-title {
      font-size: 1.4em;
      color: #ffd700;
      margin-bottom: 10px;
      line-height: 1.3;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-title a {
      color: #ffd700;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-title a:hover {
      color: #fff;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-excerpt {
      font-size: 0.9em;
      color: #ccc;
      margin-bottom: 20px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-isko-moreno-kuya-germs-relationship__blog-readmore {
      width: auto;
      max-width: 100%;
      margin-top: auto;
    }

    @media (max-width: 768px) {
      .page-isko-moreno-kuya-germs-relationship__section-title {
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 30px;
      }

      .page-isko-moreno-kuya-germs-relationship__hero-section {
        min-height: 400px;
        padding: 5px 0;
      }

      .page-isko-moreno-kuya-germs-relationship__hero-content {
        padding: 15px;
      }

      .page-isko-moreno-kuya-germs-relationship__hero-title {
        font-size: 2.2em;
        margin-bottom: 15px;
      }

      .page-isko-moreno-kuya-germs-relationship__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
      }

      .page-isko-moreno-kuya-germs-relationship__hero-button,
      .page-isko-moreno-kuya-germs-relationship__access-button,
      .page-isko-moreno-kuya-germs-relationship__game-button,
      .page-isko-moreno-kuya-germs-relationship__promo-button,
      .page-isko-moreno-kuya-germs-relationship__security-button,
      .page-isko-moreno-kuya-germs-relationship__blog-readmore {
        padding: 12px 20px;
        font-size: 1em;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-isko-moreno-kuya-germs-relationship__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 20px 10px;
      }
      .page-isko-moreno-kuya-germs-relationship__payment-logo,
      .page-isko-moreno-kuya-germs-relationship__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-isko-moreno-kuya-germs-relationship__intro-section,
      .page-isko-moreno-kuya-germs-relationship__quick-access-section,
      .page-isko-moreno-kuya-germs-relationship__games-section,
      .page-isko-moreno-kuya-germs-relationship__promotions-section,
      .page-isko-moreno-kuya-germs-relationship__security-section,
      .page-isko-moreno-kuya-germs-relationship__faq-section,
      .page-isko-moreno-kuya-germs-relationship__blog-section {
        padding: 30px 15px;
      }

      .page-isko-moreno-kuya-germs-relationship__access-grid {
        grid-template-columns: 1fr;
      }

      .page-isko-moreno-kuya-germs-relationship__games-grid,
      .page-isko-moreno-kuya-germs-relationship__promo-grid,
      .page-isko-moreno-kuya-germs-relationship__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-isko-moreno-kuya-germs-relationship__game-card,
      .page-isko-moreno-kuya-germs-relationship__promo-card,
      .page-isko-moreno-kuya-germs-relationship__blog-card {
        padding: 15px;
      }

      .page-isko-moreno-kuya-germs-relationship__game-image,
      .page-isko-moreno-kuya-germs-relationship__promo-image,
      .page-isko-moreno-kuya-germs-relationship__blog-image {
        height: 180px;
      }

      .page-isko-moreno-kuya-germs-relationship__faq-question {
        padding: 15px;
      }

      .page-isko-moreno-kuya-germs-relationship__faq-question-text {
        font-size: 1.1em;
      }

      .page-isko-moreno-kuya-germs-relationship__faq-answer {
        padding: 0 15px;
      }

      .page-isko-moreno-kuya-germs-relationship__faq-item.active .page-isko-moreno-kuya-germs-relationship__faq-answer {
        padding: 15px !important;
      }

      .page-isko-moreno-kuya-germs-relationship__access-grid a,
      .page-isko-moreno-kuya-germs-relationship__games-grid .page-isko-moreno-kuya-germs-relationship__game-card,
      .page-isko-moreno-kuya-germs-relationship__promo-grid .page-isko-moreno-kuya-germs-relationship__promo-card,
      .page-isko-moreno-kuya-germs-relationship__blog-grid .page-isko-moreno-kuya-germs-relationship__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
    }

    @media (max-width: 768px) {
      .page-isko-moreno-kuya-germs-relationship img:not(.page-isko-moreno-kuya-germs-relationship__payment-logo img) {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-isko-moreno-kuya-germs-relationship__hero-image {
        width: 100% !important;
        height: 100% !important;
      }
    }