/* General Styling */
    .page-playtime-ph-meter {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
    }

    .page-playtime-ph-meter__section-title {
      font-size: 2.5em;
      color: #e94560;
      text-align: center;
      margin-bottom: 40px;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__text-content {
      max-width: 900px;
      margin: 0 auto 40px auto;
      text-align: center;
      padding: 0 15px;
      font-size: 1.1em;
      color: #cccccc;
    }

    .page-playtime-ph-meter__hero-section,
    .page-playtime-ph-meter__partner-section,
    .page-playtime-ph-meter__intro-section,
    .page-playtime-ph-meter__quick-access-section,
    .page-playtime-ph-meter__games-section,
    .page-playtime-ph-meter__promotions-section,
    .page-playtime-ph-meter__security-section,
    .page-playtime-ph-meter__faq-section,
    .page-playtime-ph-meter__blog-section {
      padding: 60px 20px;
      background-color: #16213e;
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-playtime-ph-meter__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 600px;
      text-align: center;
      padding-top: 10px; /* Rely on body padding-top for main offset */
      background-color: #0f3460;
    }

    .page-playtime-ph-meter__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.5);
      max-width: 100%; /* Responsive image */
      box-sizing: border-box;
    }

    .page-playtime-ph-meter__hero-content {
      position: relative;
      z-index: 2;
      color: #ffffff;
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
    }

    .page-playtime-ph-meter__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      word-wrap: break-word;
      overflow-wrap: break-word;
      color: #f0f0f0;
    }

    .page-playtime-ph-meter__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #c0c0c0;
    }

    .page-playtime-ph-meter__hero-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-playtime-ph-meter__hero-button:hover {
      background-color: #ff6a80;
    }

    /* Partner/Supplier Logo Area */
    .page-playtime-ph-meter__partner-section {
      background-color: #0f3460;
      padding: 40px 20px;
    }

    .page-playtime-ph-meter__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }
    .page-playtime-ph-meter__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }
    .page-playtime-ph-meter__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    /* Intro Section */
    .page-playtime-ph-meter__intro-section {
      background-color: #1a1a2e;
    }

    .page-playtime-ph-meter__intro-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-playtime-ph-meter__feature-item {
      background-color: #0f3460;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      flex: 1 1 calc(33% - 40px); /* Approx 3 items per row */
      min-width: 280px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-playtime-ph-meter__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      max-width: 100%; /* Responsive image */
      height: auto; /* Maintain aspect ratio */
      object-fit: contain;
    }

    .page-playtime-ph-meter__feature-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__feature-description {
      color: #cccccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Quick Access Section */
    .page-playtime-ph-meter__quick-access-section {
      background-color: #0f3460;
    }

    .page-playtime-ph-meter__access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-playtime-ph-meter__access-button {
      background-color: #e94560;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      flex: 1 1 auto;
      min-width: 180px;
      text-align: center;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-playtime-ph-meter__access-button:hover {
      background-color: #ff6a80;
    }

    /* Games Section */
    .page-playtime-ph-meter__games-section {
      background-color: #1a1a2e;
    }

    .page-playtime-ph-meter__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-playtime-ph-meter__game-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-playtime-ph-meter__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box;
    }

    .page-playtime-ph-meter__game-title {
      font-size: 1.6em;
      color: #e94560;
      margin: 20px 15px 10px 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__game-description {
      color: #cccccc;
      padding: 0 15px 20px 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__game-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
    }

    .page-playtime-ph-meter__game-button:hover {
      background-color: #ff6a80;
    }

    /* Promotions Section */
    .page-playtime-ph-meter__promotions-section {
      background-color: #0f3460;
    }

    .page-playtime-ph-meter__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-playtime-ph-meter__promo-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-playtime-ph-meter__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box;
    }

    .page-playtime-ph-meter__promo-title {
      font-size: 1.6em;
      color: #e94560;
      margin: 20px 15px 10px 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__promo-description {
      color: #cccccc;
      padding: 0 15px 20px 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__promo-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
    }

    .page-playtime-ph-meter__promo-button:hover {
      background-color: #ff6a80;
    }

    /* Security Section */
    .page-playtime-ph-meter__security-section {
      background-color: #1a1a2e;
    }

    .page-playtime-ph-meter__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-playtime-ph-meter__security-item {
      background-color: #0f3460;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-playtime-ph-meter__security-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      max-width: 100%; /* Responsive image */
      height: auto; /* Maintain aspect ratio */
      object-fit: contain;
    }

    .page-playtime-ph-meter__security-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__security-description {
      color: #cccccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* FAQ Section */
    .page-playtime-ph-meter__faq-section {
      background-color: #0f3460;
    }

    .page-playtime-ph-meter__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-playtime-ph-meter__faq-item {
      background-color: #1a1a2e;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-playtime-ph-meter__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #1a1a2e;
      color: #e0e0e0;
      border-bottom: 1px solid #2d3e5e;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-playtime-ph-meter__faq-question:hover {
      background-color: #2d3e5e;
    }

    .page-playtime-ph-meter__faq-title {
      margin: 0;
      font-size: 1.3em;
      color: #e94560;
      flex-grow: 1;
      text-align: left;
      word-wrap: break-word;
      overflow-wrap: break-word;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-playtime-ph-meter__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e0e0e0;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-playtime-ph-meter__faq-item.active .page-playtime-ph-meter__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or '-' */
    }

    .page-playtime-ph-meter__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2d3e5e;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-playtime-ph-meter__faq-answer p {
      margin: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }


    /* Blog Section */
    .page-playtime-ph-meter__blog-section {
      background-color: #1a1a2e;
    }

    .page-playtime-ph-meter__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-playtime-ph-meter__blog-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-playtime-ph-meter__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box;
    }

    .page-playtime-ph-meter__blog-title {
      font-size: 1.4em;
      color: #e94560;
      margin: 20px 15px 10px 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__blog-excerpt {
      color: #cccccc;
      padding: 0 15px 20px 15px;
      font-size: 0.95em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-playtime-ph-meter__blog-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 8px 18px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
    }

    .page-playtime-ph-meter__blog-button:hover {
      background-color: #ff6a80;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-playtime-ph-meter__hero-title {
        font-size: 3em;
      }
      .page-playtime-ph-meter__hero-subtitle {
        font-size: 1.3em;
      }
      .page-playtime-ph-meter__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-playtime-ph-meter__hero-section {
        min-height: 450px;
        padding: 10px 15px;
      }
      .page-playtime-ph-meter__hero-title {
        font-size: 2.2em;
      }
      .page-playtime-ph-meter__hero-subtitle {
        font-size: 1.1em;
      }
      .page-playtime-ph-meter__hero-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      /* Partner/Supplier Logo Area - specific overrides for mobile */
      .page-playtime-ph-meter__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 0 15px; /* Add padding to container */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-playtime-ph-meter__payment-logo,
      .page-playtime-ph-meter__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
        box-sizing: border-box !important;
      }

      .page-playtime-ph-meter__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding: 0 15px;
      }
      .page-playtime-ph-meter__text-content {
        font-size: 1em;
        margin-bottom: 30px;
        padding: 0 15px;
      }

      /* List item responsiveness */
      .page-playtime-ph-meter__intro-features,
      .page-playtime-ph-meter__game-categories,
      .page-playtime-ph-meter__promo-grid,
      .page-playtime-ph-meter__security-grid,
      .page-playtime-ph-meter__blog-grid {
        padding: 0 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-playtime-ph-meter__feature-item,
      .page-playtime-ph-meter__game-card,
      .page-playtime-ph-meter__promo-card,
      .page-playtime-ph-meter__security-item,
      .page-playtime-ph-meter__blog-card {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-playtime-ph-meter__access-links {
        flex-direction: column;
        padding: 0 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-playtime-ph-meter__access-button {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-playtime-ph-meter__faq-container {
        padding: 0 15px;
      }
      .page-playtime-ph-meter__faq-question {
        padding: 15px 20px;
      }
      .page-playtime-ph-meter__faq-title {
        font-size: 1.1em;
      }
      .page-playtime-ph-meter__faq-answer {
        padding: 0 20px;
      }
      .page-playtime-ph-meter__faq-item.active .page-playtime-ph-meter__faq-answer {
        padding: 15px 20px !important;
      }

      .page-playtime-ph-meter__blog-image,
      .page-playtime-ph-meter__game-image,
      .page-playtime-ph-meter__promo-image {
        height: 180px; /* Adjust image height for smaller screens */
      }

      .page-playtime-ph-meter__blog-title,
      .page-playtime-ph-meter__game-title,
      .page-playtime-ph-meter__promo-title {
        font-size: 1.3em;
      }
    }

    @media (max-width: 480px) {
      .page-playtime-ph-meter__hero-title {
        font-size: 1.8em;
      }
      .page-playtime-ph-meter__hero-subtitle {
        font-size: 0.9em;
      }
      .page-playtime-ph-meter__hero-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-playtime-ph-meter__section-title {
        font-size: 1.5em;
      }
      .page-playtime-ph-meter__feature-title,
      .page-playtime-ph-meter__game-title,
      .page-playtime-ph-meter__promo-title,
      .page-playtime-ph-meter__security-title,
      .page-playtime-ph-meter__blog-title {
        font-size: 1.2em;
      }
      .page-playtime-ph-meter__text-content,
      .page-playtime-ph-meter__feature-description,
      .page-playtime-ph-meter__game-description,
      .page-playtime-ph-meter__promo-description,
      .page-playtime-ph-meter__security-description,
      .page-playtime-ph-meter__blog-excerpt {
        font-size: 0.9em;
      }
    }