.page-ph365-app-login-ios-apk-latest-version {
      font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small top padding, assuming body handles header offset */
    }

    .page-ph365-app-login-ios-apk-latest-version__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-ph365-app-login-ios-apk-latest-version__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .page-ph365-app-login-ios-apk-latest-version__section-description {
      font-size: 1.1em;
      color: #555;
      text-align: center;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-ph365-app-login-ios-apk-latest-version .highlight {
      color: #ff6f00; /* A vibrant orange for emphasis */
      font-weight: bold;
    }

    /* Hero Section */
    .page-ph365-app-login-ios-apk-latest-version__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 60px 15px;
      background: linear-gradient(135deg, #001f3f, #003366);
      color: #fff;
      text-align: center;
      position: relative;
      overflow: hidden;
      gap: 30px;
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-content {
      max-width: 800px;
      z-index: 1;
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      font-weight: 900;
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 40px;
      font-weight: 300;
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-cta-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-button--primary {
      background-color: #ff6f00;
      color: #fff;
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-button--primary:hover {
      background-color: #e66300;
      transform: translateY(-2px);
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-button--secondary {
      background-color: #007bff;
      color: #fff;
      border: 2px solid #007bff;
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-button--secondary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-image-wrapper {
      margin-top: 40px;
      max-width: 100%;
      height: auto;
      overflow: hidden;
      z-index: 1;
    }

    .page-ph365-app-login-ios-apk-latest-version__hero-image {
      display: block;
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    /* Payment Providers Section */
    .page-ph365-app-login-ios-apk-latest-version__payment-providers {
      padding: 40px 15px;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin-top: -10px; /* Adjust if needed to fit under hero */
    }

    .page-ph365-app-login-ios-apk-latest-version__payment-title {
      font-size: 1.8em;
      color: #1a1a1a;
      text-align: center;
      width: 100%;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .page-ph365-app-login-ios-apk-latest-version__payment-logos-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      width: 100%;
    }

    .page-ph365-app-login-ios-apk-latest-version__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .page-ph365-app-login-ios-apk-latest-version__payment-logo:hover {
      transform: scale(1.1);
    }

    /* Introduction Section */
    .page-ph365-app-login-ios-apk-latest-version__introduction-section {
      padding: 80px 0;
      background-color: #f8f8f8;
    }

    .page-ph365-app-login-ios-apk-latest-version__intro-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 50px;
    }

    .page-ph365-app-login-ios-apk-latest-version__feature-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      background-color: #fff;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ph365-app-login-ios-apk-latest-version__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-app-login-ios-apk-latest-version__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
    }

    .page-ph365-app-login-ios-apk-latest-version__feature-title {
      font-size: 1.5em;
      color: #1a1a1a;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .page-ph365-app-login-ios-apk-latest-version__feature-text {
      font-size: 1em;
      color: #666;
    }

    /* Quick Access Section */
    .page-ph365-app-login-ios-apk-latest-version__quick-access-section {
      padding: 80px 0;
      background-color: #eee;
    }

    .page-ph365-app-login-ios-apk-latest-version__access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-ph365-app-login-ios-apk-latest-version__access-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

    .page-ph365-app-login-ios-apk-latest-version__access-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Games Section */
    .page-ph365-app-login-ios-apk-latest-version__games-section {
      padding: 80px 0;
      background-color: #f8f8f8;
    }

    .page-ph365-app-login-ios-apk-latest-version__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-ph365-app-login-ios-apk-latest-version__game-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ph365-app-login-ios-apk-latest-version__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-app-login-ios-apk-latest-version__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-ph365-app-login-ios-apk-latest-version__game-title {
      font-size: 1.6em;
      color: #1a1a1a;
      margin: 20px 15px 10px;
      font-weight: 700;
    }

    .page-ph365-app-login-ios-apk-latest-version__game-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 20px;
    }

    .page-ph365-app-login-ios-apk-latest-version__game-button {
      display: inline-block;
      background-color: #ff6f00;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.95em;
      margin-bottom: 20px;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-ph365-app-login-ios-apk-latest-version__game-button:hover {
      background-color: #e66300;
      transform: translateY(-2px);
    }

    /* Promotions Section */
    .page-ph365-app-login-ios-apk-latest-version__promotions-section {
      padding: 80px 0;
      background-color: #eee;
    }

    .page-ph365-app-login-ios-apk-latest-version__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-ph365-app-login-ios-apk-latest-version__promo-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ph365-app-login-ios-apk-latest-version__promo-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-app-login-ios-apk-latest-version__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-ph365-app-login-ios-apk-latest-version__promo-title {
      font-size: 1.6em;
      color: #1a1a1a;
      margin: 20px 15px 10px;
      font-weight: 700;
    }

    .page-ph365-app-login-ios-apk-latest-version__promo-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 20px;
    }

    .page-ph365-app-login-ios-apk-latest-version__promo-button {
      display: inline-block;
      background-color: #ff6f00;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.95em;
      margin-bottom: 20px;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-ph365-app-login-ios-apk-latest-version__promo-button:hover {
      background-color: #e66300;
      transform: translateY(-2px);
    }

    /* Security & Support Section */
    .page-ph365-app-login-ios-apk-latest-version__security-support-section {
      padding: 80px 0;
      background-color: #f8f8f8;
    }

    .page-ph365-app-login-ios-apk-latest-version__security-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 50px;
    }

    .page-ph365-app-login-ios-apk-latest-version__security-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      background-color: #fff;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ph365-app-login-ios-apk-latest-version__security-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-app-login-ios-apk-latest-version__security-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
    }

    .page-ph365-app-login-ios-apk-latest-version__security-title {
      font-size: 1.5em;
      color: #1a1a1a;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .page-ph365-app-login-ios-apk-latest-version__security-text {
      font-size: 1em;
      color: #666;
    }

    .page-ph365-app-login-ios-apk-latest-version__support-cta {
      text-align: center;
      margin-top: 50px;
    }

    .page-ph365-app-login-ios-apk-latest-version__support-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-ph365-app-login-ios-apk-latest-version__support-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-ph365-app-login-ios-apk-latest-version__faq-section {
      padding: 80px 0;
      background-color: #eee;
    }

    .page-ph365-app-login-ios-apk-latest-version__faq-list {
      max-width: 800px;
      margin: 50px auto 0;
    }

    .page-ph365-app-login-ios-apk-latest-version__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      overflow: hidden;
    }

    .page-ph365-app-login-ios-apk-latest-version__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;
    }

    .page-ph365-app-login-ios-apk-latest-version__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-ph365-app-login-ios-apk-latest-version__faq-question-title {
      font-size: 1.2em;
      color: #1a1a1a;
      margin: 0;
      font-weight: 600;
      pointer-events: none; /* Prevent text selection from interfering with click */
    }

    .page-ph365-app-login-ios-apk-latest-version__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ff6f00;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent icon from interfering with click */
    }

    .page-ph365-app-login-ios-apk-latest-version__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;
      color: #555;
      font-size: 0.95em;
    }

    .page-ph365-app-login-ios-apk-latest-version__faq-item.active .page-ph365-app-login-ios-apk-latest-version__faq-question {
      background-color: #e0e0e0;
    }

    .page-ph365-app-login-ios-apk-latest-version__faq-item.active .page-ph365-app-login-ios-apk-latest-version__faq-answer {
      max-height: 2000px !important; /* Large enough to contain any content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-ph365-app-login-ios-apk-latest-version__faq-item.active .page-ph365-app-login-ios-apk-latest-version__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or similar, or change to '-' */
      color: #007bff;
    }

    /* Blog Section */
    .page-ph365-app-login-ios-apk-latest-version__blog-section {
      padding: 80px 0;
      background-color: #f8f8f8;
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-title {
      font-size: 1.4em;
      color: #1a1a1a;
      margin: 20px 15px 10px;
      font-weight: 700;
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-title a {
      text-decoration: none;
      color: #1a1a1a;
      transition: color 0.3s ease;
      display: block;
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-title a:hover {
      color: #ff6f00;
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-excerpt {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 15px;
    }

    .page-ph365-app-login-ios-apk-latest-version__blog-date {
      display: block;
      font-size: 0.85em;
      color: #999;
      padding: 0 15px 20px;
    }

    /* General button styles (if any generic buttons are used) */
    .page-ph365-app-login-ios-apk-latest-version__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      background-color: #ff6f00;
      color: #fff;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

    .page-ph365-app-login-ios-apk-latest-version__button:hover {
      background-color: #e66300;
      transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-ph365-app-login-ios-apk-latest-version__hero-title {
        font-size: 3em;
      }
      .page-ph365-app-login-ios-apk-latest-version__hero-subtitle {
        font-size: 1.2em;
      }
    }

    @media (max-width: 768px) {
      .page-ph365-app-login-ios-apk-latest-version__section-title {
        font-size: 2em;
      }
      .page-ph365-app-login-ios-apk-latest-version__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      /* Hero Section */
      .page-ph365-app-login-ios-apk-latest-version__hero-section {
        padding: 40px 15px;
        flex-direction: column;
      }
      .page-ph365-app-login-ios-apk-latest-version__hero-title {
        font-size: 2.2em;
        margin-bottom: 15px;
      }
      .page-ph365-app-login-ios-apk-latest-version__hero-subtitle {
        font-size: 1em;
        margin-bottom: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-ph365-app-login-ios-apk-latest-version__hero-button {
        width: 100%;
        box-sizing: border-box;
        padding: 12px 20px;
      }
      .page-ph365-app-login-ios-apk-latest-version__hero-image-wrapper {
        margin-top: 30px;
      }

      /* Payment Providers Section */
      .page-ph365-app-login-ios-apk-latest-version__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-ph365-app-login-ios-apk-latest-version__payment-title {
        font-size: 1.5em;
        margin-bottom: 20px;
      }
      .page-ph365-app-login-ios-apk-latest-version__payment-logo,
      .page-ph365-app-login-ios-apk-latest-version__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      /* Introduction Section */
      .page-ph365-app-login-ios-apk-latest-version__introduction-section {
        padding: 50px 0;
      }
      .page-ph365-app-login-ios-apk-latest-version__intro-features {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__feature-item {
        min-width: unset;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 25px;
      }

      /* Quick Access Section */
      .page-ph365-app-login-ios-apk-latest-version__quick-access-section {
        padding: 50px 0;
      }
      .page-ph365-app-login-ios-apk-latest-version__access-links {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__access-button {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 20px;
      }

      /* Games Section */
      .page-ph365-app-login-ios-apk-latest-version__games-section {
        padding: 50px 0;
      }
      .page-ph365-app-login-ios-apk-latest-version__game-categories {
        grid-template-columns: 1fr;
        margin-top: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-ph365-app-login-ios-apk-latest-version__game-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
      }

      /* Promotions Section */
      .page-ph365-app-login-ios-apk-latest-version__promotions-section {
        padding: 50px 0;
      }
      .page-ph365-app-login-ios-apk-latest-version__promo-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-ph365-app-login-ios-apk-latest-version__promo-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
      }

      /* Security & Support Section */
      .page-ph365-app-login-ios-apk-latest-version__security-support-section {
        padding: 50px 0;
      }
      .page-ph365-app-login-ios-apk-latest-version__security-grid {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__security-item {
        min-width: unset;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 25px;
      }
      .page-ph365-app-login-ios-apk-latest-version__support-cta {
        margin-top: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__support-button {
        width: 100% !important;
        box-sizing: border-box;
        padding: 12px 20px;
      }

      /* FAQ Section */
      .page-ph365-app-login-ios-apk-latest-version__faq-section {
        padding: 50px 0;
      }
      .page-ph365-app-login-ios-apk-latest-version__faq-list {
        margin-top: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__faq-question {
        padding: 15px 20px;
      }
      .page-ph365-app-login-ios-apk-latest-version__faq-question-title {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-ph365-app-login-ios-apk-latest-version__faq-toggle {
        font-size: 1.5em;
      }
      .page-ph365-app-login-ios-apk-latest-version__faq-answer {
        padding: 15px 20px !important;
      }

      /* Blog Section */
      .page-ph365-app-login-ios-apk-latest-version__blog-section {
        padding: 50px 0;
      }
      .page-ph365-app-login-ios-apk-latest-version__blog-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
      }
      .page-ph365-app-login-ios-apk-latest-version__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-ph365-app-login-ios-apk-latest-version__blog-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
      }
      .page-ph365-app-login-ios-apk-latest-version__blog-title {
        font-size: 1.2em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-ph365-app-login-ios-apk-latest-version__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    /* General image responsive styles for non-gamelogo images */
    .page-ph365-app-login-ios-apk-latest-version img:not(.page-ph365-app-login-ios-apk-latest-version__payment-logo) {
      max-width: 100%;
      height: auto;
      display: block;
    }
    @media (max-width: 768px) {
      .page-ph365-app-login-ios-apk-latest-version img:not(.page-ph365-app-login-ios-apk-latest-version__payment-logo) {
        max-width: 100% !important;
        height: auto !important;
      }
    }