.page-withdraw-playtime {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-withdraw-playtime__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-withdraw-playtime__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-withdraw-playtime__hero-section {
      background-color: #0056b3;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      border-radius: 0;
      margin-bottom: 0;
      padding-top: 90px; /* Adjusted to account for fixed header */
      position: relative;
      overflow: hidden;
    }

    .page-withdraw-playtime__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
    }

    .page-withdraw-playtime__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-withdraw-playtime__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: 700;
    }

    .page-withdraw-playtime__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      font-weight: 300;
    }

    .page-withdraw-playtime__button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-withdraw-playtime__button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-withdraw-playtime__button--primary {
      background-color: #28a745;
      color: #fff;
    }

    .page-withdraw-playtime__button--primary:hover {
      background-color: #218838;
    }

    .page-withdraw-playtime__heading {
      font-size: 2.2em;
      color: #0056b3;
      margin-bottom: 25px;
      text-align: center;
      font-weight: 600;
    }

    .page-withdraw-playtime__text-center {
      text-align: center;
    }

    .page-withdraw-playtime__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: 30px 0;
      background-color: #f0f0f0;
      border-radius: 8px;
      margin-top: -30px; /* Overlap with hero section */
      margin-bottom: 30px;
    }
    .page-withdraw-playtime__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }
    .page-withdraw-playtime__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    .page-withdraw-playtime__intro-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .page-withdraw-playtime__intro-item {
      flex: 1 1 calc(33% - 20px);
      min-width: 280px;
      text-align: center;
      padding: 20px;
      border: 1px solid #eee;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }

    .page-withdraw-playtime__intro-item:hover {
      transform: translateY(-5px);
    }

    .page-withdraw-playtime__intro-icon {
      margin-bottom: 15px;
      width: 60px;
      height: 60px;
      object-fit: contain;
    }

    .page-withdraw-playtime__intro-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-withdraw-playtime__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .page-withdraw-playtime__quick-access-link {
      display: block;
      text-align: center;
      padding: 20px;
      background-color: #f0f8ff;
      border: 1px solid #e0f0ff;
      border-radius: 8px;
      text-decoration: none;
      color: #0056b3;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-withdraw-playtime__quick-access-link:hover {
      background-color: #e6f7ff;
      transform: translateY(-3px);
    }

    .page-withdraw-playtime__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-withdraw-playtime__game-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-withdraw-playtime__game-card:hover {
      transform: translateY(-7px);
    }

    .page-withdraw-playtime__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-withdraw-playtime__game-content {
      padding: 20px;
    }

    .page-withdraw-playtime__game-title {
      font-size: 1.6em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-withdraw-playtime__game-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 20px;
    }

    .page-withdraw-playtime__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-withdraw-playtime__promo-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-withdraw-playtime__promo-card:hover {
      transform: translateY(-7px);
    }

    .page-withdraw-playtime__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-withdraw-playtime__promo-content {
      padding: 20px;
    }

    .page-withdraw-playtime__promo-title {
      font-size: 1.6em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-withdraw-playtime__promo-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 20px;
    }

    .page-withdraw-playtime__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-withdraw-playtime__security-item {
      text-align: center;
      padding: 25px;
      background-color: #e9f7ef;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

    .page-withdraw-playtime__security-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .page-withdraw-playtime__security-title {
      font-size: 1.3em;
      color: #28a745;
      margin-bottom: 10px;
    }

    .page-withdraw-playtime__faq-item {
      background-color: #fdfdfd;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.4s ease;
    }

    .page-withdraw-playtime__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #f0f8ff;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #e0f0ff;
      transition: background-color 0.3s ease;
    }

    .page-withdraw-playtime__faq-question:hover {
      background-color: #e6f7ff;
    }

    .page-withdraw-playtime__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #0056b3;
      pointer-events: none;
    }

    .page-withdraw-playtime__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #0056b3;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-withdraw-playtime__faq-item.active .page-withdraw-playtime__faq-toggle {
      transform: rotate(45deg);
    }

    .page-withdraw-playtime__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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-withdraw-playtime__faq-item.active .page-withdraw-playtime__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    .page-withdraw-playtime__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-withdraw-playtime__blog-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .page-withdraw-playtime__blog-card:hover {
      transform: translateY(-7px);
    }

    .page-withdraw-playtime__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-withdraw-playtime__blog-content {
      padding: 20px;
    }

    .page-withdraw-playtime__blog-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
      text-decoration: none;
      display: block;
    }

    .page-withdraw-playtime__blog-title:hover {
      text-decoration: underline;
    }

    .page-withdraw-playtime__blog-excerpt {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-withdraw-playtime__blog-date {
      font-size: 0.85em;
      color: #999;
      text-align: right;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-withdraw-playtime__container {
        padding: 15px;
      }

      .page-withdraw-playtime__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-withdraw-playtime__hero-section {
        padding: 60px 15px;
        padding-top: 80px; /* Adjusted for mobile header */
      }

      .page-withdraw-playtime__hero-title {
        font-size: 2.2em;
      }

      .page-withdraw-playtime__hero-subtitle {
        font-size: 1.1em;
      }

      .page-withdraw-playtime__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-withdraw-playtime__heading {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-withdraw-playtime__intro-item,
      .page-withdraw-playtime__quick-access-link,
      .page-withdraw-playtime__game-card,
      .page-withdraw-playtime__promo-card,
      .page-withdraw-playtime__security-item,
      .page-withdraw-playtime__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-withdraw-playtime__intro-grid,
      .page-withdraw-playtime__quick-access-grid,
      .page-withdraw-playtime__game-categories,
      .page-withdraw-playtime__promotions-grid,
      .page-withdraw-playtime__security-grid,
      .page-withdraw-playtime__blog-grid {
        gap: 15px;
      }

      .page-withdraw-playtime__game-image,
      .page-withdraw-playtime__promo-image,
      .page-withdraw-playtime__blog-image {
        height: 180px;
      }

      .page-withdraw-playtime__game-title,
      .page-withdraw-playtime__promo-title,
      .page-withdraw-playtime__blog-title {
        font-size: 1.3em;
      }

      .page-withdraw-playtime__faq-question h3 {
        font-size: 1em;
      }

      .page-withdraw-playtime__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-withdraw-playtime__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
      }
      .page-withdraw-playtime__payment-logo,
      .page-withdraw-playtime__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }
    }

    /* Image responsive default */
    .page-withdraw-playtime img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 768px) {
      .page-withdraw-playtime img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-withdraw-playtime__game-card img,
      .page-withdraw-playtime__promo-card img,
      .page-withdraw-playtime__blog-card img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }