
    /* Page-specific CSS for phbet-free-28-2022 */
    .page-phbet-free-28-2022 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-top: 10px; /* Small padding to account for body padding-top from shared.css */
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-phbet-free-28-2022__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    @media (max-width: 768px) {
      .page-phbet-free-28-2022__container {
        padding: 15px;
      }
    }

    .page-phbet-free-28-2022__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f);
      color: #fff;
      margin-bottom: 40px;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
      position: relative;
      overflow: hidden;
    }

    .page-phbet-free-28-2022__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:pattern:1920x1080:abstract,geometric,subtle]') repeat;
      opacity: 0.1;
      z-index: 0;
    }

    .page-phbet-free-28-2022__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-phbet-free-28-2022__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }

    .page-phbet-free-28-2022__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-phbet-free-28-2022__hero-cta-button {
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border: none;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-phbet-free-28-2022__hero-cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    @media (max-width: 768px) {
      .page-phbet-free-28-2022__hero-section {
        padding: 40px 15px;
      }
      .page-phbet-free-28-2022__hero-title {
        font-size: 2.2em;
      }
      .page-phbet-free-28-2022__hero-subtitle {
        font-size: 1.2em;
      }
      .page-phbet-free-28-2022__hero-cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }

    .page-phbet-free-28-2022__section {
      background-color: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    @media (max-width: 768px) {
      .page-phbet-free-28-2022__section {
        padding: 20px;
      }
    }

    .page-phbet-free-28-2022__section-title {
      font-size: 2.5em;
      color: #1a2a6c;
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-phbet-free-28-2022__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #b21f1f;
      border-radius: 2px;
    }

    @media (max-width: 768px) {
      .page-phbet-free-28-2022__section-title {
        font-size: 1.8em;
      }
    }

    .page-phbet-free-28-2022__content-paragraph {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: #555;
    }

    .page-phbet-free-28-2022__highlight-box {
      background-color: #e0f7fa;
      border-left: 5px solid #00bcd4;
      padding: 20px;
      margin: 25px 0;
      border-radius: 5px;
      font-style: italic;
      color: #007987;
    }

    .page-phbet-free-28-2022__highlight-box strong {
      color: #005662;
    }

    .page-phbet-free-28-2022__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-phbet-free-28-2022__list-item {
      background-color: #f0f8ff;
      border: 1px solid #e0e0e0;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-phbet-free-28-2022__list-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .page-phbet-free-28-2022__list-item h3 {
      color: #1a2a6c;
      margin-top: 0;
      font-size: 1.4em;
    }

    .page-phbet-free-28-2022__game-providers {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 25px;
      margin-top: 30px;
      text-align: center;
    }

    .page-phbet-free-28-2022__provider-card {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-phbet-free-28-2022__provider-card:hover {
      transform: translateY(-5px);
    }

    .page-phbet-free-28-2022__provider-logo {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
      border-radius: 5px;
      max-height: 80px; /* Limit height for uniform display */
      object-fit: contain;
      min-width: 200px; /* Ensure images are not too small as per requirement */
      min-height: 200px;
    }

    .page-phbet-free-28-2022__provider-name {
      font-weight: bold;
      color: #1a2a6c;
    }

    .page-phbet-free-28-2022__payment-methods {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 30px;
      text-align: center;
    }

    .page-phbet-free-28-2022__payment-item {
      background-color: #f7f7f7;
      padding: 15px;
      border-radius: 8px;
      border: 1px solid #eee;
      box-sizing: border-box;
    }

    .page-phbet-free-28-2022__payment-logo {
      max-width: 100%;
      height: auto;
      max-height: 60px;
      object-fit: contain;
      margin-bottom: 5px;
      min-width: 200px; /* Ensure images are not too small as per requirement */
      min-height: 200px;
    }

    .page-phbet-free-28-2022__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: 100%;
      max-width: 400px;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-phbet-free-28-2022__floating-button {
      flex: 1;
      padding: 15px 10px;
      border: none;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      color: #fff;
    }

    .page-phbet-free-28-2022__floating-button--register {
      background-color: #007bff; /* Blue */
    }

    .page-phbet-free-28-2022__floating-button--register:hover {
      background-color: #0056b3;
      transform: translateY(-3px);
    }

    .page-phbet-free-28-2022__floating-button--login {
      background-color: #28a745; /* Green */
    }

    .page-phbet-free-28-2022__floating-button--login:hover {
      background-color: #1e7e34;
      transform: translateY(-3px);
    }

    /* FAQ Styles */
    .page-phbet-free-28-2022__faq-section {
      background-color: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-phbet-free-28-2022__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-phbet-free-28-2022__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-phbet-free-28-2022__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      color: #1a2a6c;
      transition: background-color 0.3s ease;
    }

    .page-phbet-free-28-2022__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-phbet-free-28-2022__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
    }

    .page-phbet-free-28-2022__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      color: #b21f1f;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-phbet-free-28-2022__faq-item.active .page-phbet-free-28-2022__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually, or '-' */
    }

    .page-phbet-free-28-2022__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding for collapsed state */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
    }

    .page-phbet-free-28-2022__faq-item.active .page-phbet-free-28-2022__faq-answer {
      max-height: 2000px !important; /* Use !important to override */
      padding: 20px 15px !important; /* Use !important to override */
      opacity: 1;
    }

    @media (max-width: 768px) {
      .page-phbet-free-28-2022__list {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 15px;
      }
      .page-phbet-free-28-2022__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-phbet-free-28-2022__game-providers,
      .page-phbet-free-28-2022__payment-methods {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 15px;
      }
      .page-phbet-free-28-2022__provider-card,
      .page-phbet-free-28-2022__payment-item {
        padding: 10px;
      }
      .page-phbet-free-28-2022__provider-logo,
      .page-phbet-free-28-2022__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        min-width: 150px !important; /* Adjust min-width for mobile */
        min-height: 150px !important;
        box-sizing: border-box !important;
      }
      .page-phbet-free-28-2022__floating-buttons {
        padding: 0 10px;
        max-width: calc(100% - 20px);
      }
      .page-phbet-free-28-2022__floating-button {
        font-size: 0.9em;
        padding: 12px 8px;
      }
      .page-phbet-free-28-2022__faq-question {
        font-size: 1em;
        padding: 12px 0;
      }
      .page-phbet-free-28-2022__faq-question h3 {
        font-size: 1em;
      }
      .page-phbet-free-28-2022__faq-answer {
        padding: 15px 10px;
      }
      .page-phbet-free-28-2022__faq-item.active .page-phbet-free-28-2022__faq-answer {
        padding: 15px 10px !important;
      }
    }
  