
    /* Base styles for the page */
    .page-205pub {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small top padding, assuming body has header offset */
    }

    .page-205pub__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-205pub__section {
      padding: 60px 0;
      text-align: center;
    }

    .page-205pub__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-205pub__section-title {
      font-size: 2.8em;
      color: #2c3e50;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-205pub__section--dark .page-205pub__section-title {
      color: #ecf0f1;
    }

    .page-205pub__section-subtitle {
      font-size: 1.2em;
      margin-bottom: 40px;
      color: #555;
    }

    .page-205pub__section--dark .page-205pub__section-subtitle {
      color: #bdc3c7;
    }

    /* Hero Section */
    .page-205pub__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:205pub,casino,sports,hero]') no-repeat center center/cover;
      color: #fff;
      padding: 100px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 60vh;
      text-align: center;
      position: relative;
    }

    .page-205pub__hero-content {
      max-width: 800px;
      z-index: 1;
    }

    .page-205pub__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      font-weight: bold;
      color: #f39c12; /* Accent color for the brand */
    }

    .page-205pub__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #ecf0f1;
    }

    .page-205pub__button {
      background-color: #e67e22; /* Orange button */
      color: #fff;
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      font-weight: bold;
    }

    .page-205pub__button:hover {
      background-color: #d35400;
      transform: translateY(-2px);
    }

    /* Promotions Section */
    .page-205pub__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-205pub__promotion-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      box-sizing: border-box;
    }

    .page-205pub__promotion-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-205pub__promotion-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-205pub__promotion-title {
      font-size: 1.8em;
      color: #2c3e50;
      margin-bottom: 15px;
      font-weight: bold;
      line-height: 1.3;
    }

    .page-205pub__promotion-description {
      color: #555;
      font-size: 1em;
      flex-grow: 1;
      margin-bottom: 20px;
    }

    /* Games & Sports Section */
    .page-205pub__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-205pub__game-card {
      background-color: #34495e;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      padding: 25px;
      text-align: center;
      color: #ecf0f1;
      transition: transform 0.3s ease, background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-205pub__game-card:hover {
      transform: translateY(-5px);
      background-color: #4a627a;
    }

    .page-205pub__game-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-205pub__game-title {
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .page-205pub__game-category {
      font-size: 0.9em;
      color: #bdc3c7;
    }

    /* Payments Section */
    .page-205pub__payments-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-205pub__payment-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 20px 30px;
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 1.1em;
      font-weight: bold;
      color: #2c3e50;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-sizing: border-box;
    }

    .page-205pub__payment-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .page-205pub__payment-icon {
      width: 60px; /* Minimum size 200x200px applies to content images, not decorative icons. However, for consistency with the request, I'll use larger placeholders for payment "icons". */
      height: 60px;
      object-fit: contain;
      max-width: 100%;
      box-sizing: border-box;
    }

    /* Why Choose Us Section */
    .page-205pub__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-205pub__feature-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-205pub__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-205pub__feature-title {
      font-size: 1.6em;
      color: #2c3e50;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-205pub__feature-description {
      color: #555;
      font-size: 1em;
    }

    /* FAQ Section */
    .page-205pub__faq-list {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }

    .page-205pub__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-205pub__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #f0f0f0;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-205pub__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-205pub__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #2c3e50;
      font-weight: bold;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-205pub__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e67e22;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-205pub__faq-item.active .page-205pub__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-205pub__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      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;
      color: #555;
    }

    .page-205pub__faq-item.active .page-205pub__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-205pub__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    /* Sticky Register/Login Buttons */
    .page-205pub__sticky-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-205pub__sticky-button {
      background-color: #e67e22;
      color: #fff;
      padding: 12px 25px;
      border: none;
      border-radius: 50px;
      font-size: 1.1em;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: block;
      text-align: center;
      font-weight: bold;
    }

    .page-205pub__sticky-button:hover {
      background-color: #d35400;
      transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-205pub__section {
        padding: 40px 0;
      }

      .page-205pub__section-title {
        font-size: 2em;
        margin-bottom: 15px;
      }

      .page-205pub__section-subtitle {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-205pub__hero-section {
        padding: 80px 0;
        min-height: 50vh;
      }

      .page-205pub__hero-title {
        font-size: 2.5em;
      }

      .page-205pub__hero-description {
        font-size: 1.1em;
      }

      .page-205pub__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-205pub__promotions-grid,
      .page-205pub__games-grid,
      .page-205pub__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-205pub__promotion-card,
      .page-205pub__game-card,
      .page-205pub__payment-item,
      .page-205pub__feature-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

      .page-205pub__payment-item {
        justify-content: center;
      }

      .page-205pub__payment-icon {
        width: 50px;
        height: 50px;
      }

      .page-205pub__faq-question {
        padding: 15px 20px;
      }

      .page-205pub__faq-question h3 {
        font-size: 1.1em;
      }

      .page-205pub__faq-answer {
        padding: 0 20px;
      }

      .page-205pub__faq-item.active .page-205pub__faq-answer {
        padding: 15px 20px !important;
      }

      .page-205pub__sticky-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 15px;
        justify-content: space-around;
        gap: 10px;
      }

      .page-205pub__sticky-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.95em;
      }

      /* Image responsive adjustments */
      .page-205pub img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-205pub__promotion-image,
      .page-205pub__game-image,
      .page-205pub__feature-icon {
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-205pub__hero-title {
        font-size: 2em;
      }

      .page-205pub__hero-description {
        font-size: 1em;
      }

      .page-205pub__sticky-buttons {
        flex-direction: column;
        align-items: stretch;
      }
    }
  