.page-blog-gp88-latest-offers-and-game-experience {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--bg-color, #F4F7FB); /* Using custom background color */
}

.page-blog-gp88-latest-offers-and-game-experience__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-gp88-latest-offers-and-game-experience__section-title {
  font-size: clamp(28px, 4vw, 38px);
  color: var(--Text-Main, #1F2D3D);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-gp88-latest-offers-and-game-experience__section-description {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.page-blog-gp88-latest-offers-and-game-experience__card {
  background-color: var(--Card-B-G, #FFFFFF);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--边框, #D6E2FF);
  color: var(--Text-Main, #1F2D3D);
}

.page-blog-gp88-latest-offers-and-game-experience__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-blog-gp88-latest-offers-and-game-experience__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-gp88-latest-offers-and-game-experience__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-blog-gp88-latest-offers-and-game-experience__btn-secondary {
  background-color: #ffffff;
  color: var(--primary-color, #2F6BFF);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color, #2F6BFF);
}

.page-blog-gp88-latest-offers-and-game-experience__btn-secondary:hover {
  background-color: var(--primary-color, #2F6BFF);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.2);
}

/* Video Section */
.page-blog-gp88-latest-offers-and-game-experience__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--bg-color, #F4F7FB);
}

.page-blog-gp88-latest-offers-and-game-experience__video-container {
  position: relative;
  width: 100%; /* Important for desktop flex alignment */
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-gp88-latest-offers-and-game-experience__video-link {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-gp88-latest-offers-and-game-experience__video-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-gp88-latest-offers-and-game-experience__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-blog-gp88-latest-offers-and-game-experience__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  object-fit: cover;
  pointer-events: none;
}

.page-blog-gp88-latest-offers-and-game-experience__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.page-blog-gp88-latest-offers-and-game-experience__video-link:hover .page-blog-gp88-latest-offers-and-game-experience__video-overlay {
  opacity: 1;
}

.page-blog-gp88-latest-offers-and-game-experience__video-click-hint {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  background: rgba(47, 107, 255, 0.8);
  border-radius: 5px;
  white-space: nowrap;
}

.page-blog-gp88-latest-offers-and-game-experience__video-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.page-blog-gp88-latest-offers-and-game-experience__play-now-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
}

.page-blog-gp88-latest-offers-and-game-experience__play-now-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Title Section */
.page-blog-gp88-latest-offers-and-game-experience__title-section {
  background-color: var(--bg-color, #F4F7FB);
  padding: 80px 20px;
  text-align: center;
}

.page-blog-gp88-latest-offers-and-game-experience__title-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-gp88-latest-offers-and-game-experience__main-title {
  font-size: clamp(36px, 5vw, 48px); /* Using clamp for responsive font size, no fixed large value */
  font-weight: 800;
  color: var(--Text-Main, #1F2D3D);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-gp88-latest-offers-and-game-experience__title-description {
  font-size: 20px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-blog-gp88-latest-offers-and-game-experience__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Features Section */
.page-blog-gp88-latest-offers-and-game-experience__features-section {
  padding: 80px 20px;
  background-color: var(--bg-color, #F4F7FB);
}

.page-blog-gp88-latest-offers-and-game-experience__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-gp88-latest-offers-and-game-experience__feature-item {
  text-align: center;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-gp88-latest-offers-and-game-experience__feature-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-gp88-latest-offers-and-game-experience__feature-title {
  font-size: 24px;
  color: var(--Text-Main, #1F2D3D);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-gp88-latest-offers-and-game-experience__feature-item p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-gp88-latest-offers-and-game-experience__feature-button {
  margin-top: auto; /* Push button to bottom */
  padding: 10px 20px;
  font-size: 15px;
}

/* Promotions Section */
.page-blog-gp88-latest-offers-and-game-experience__promotions-section {
  padding: 80px 20px;
  background-color: var(--primary-color, #2F6BFF);
  color: #ffffff; /* White text for dark background */
}

.page-blog-gp88-latest-offers-and-game-experience__promotions-section .page-blog-gp88-latest-offers-and-game-experience__section-title,
.page-blog-gp88-latest-offers-and-game-experience__promotions-section .page-blog-gp88-latest-offers-and-game-experience__section-description {
  color: #ffffff;
}

.page-blog-gp88-latest-offers-and-game-experience__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-gp88-latest-offers-and-game-experience__promotion-card {
  background-color: rgba(255, 255, 255, 0.15); /* Slightly transparent white for cards on dark background */
  color: #ffffff;
  text-align: center;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-blog-gp88-latest-offers-and-game-experience__promotion-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-gp88-latest-offers-and-game-experience__promotion-title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-gp88-latest-offers-and-game-experience__promotion-card p {
  font-size: 16px;
  color: #f0f0f0;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-gp88-latest-offers-and-game-experience__promotion-button {
  margin-top: auto;
  padding: 10px 20px;
  font-size: 15px;
  background: #ffffff; /* White button on dark background */
  color: var(--primary-color, #2F6BFF);
  border: none;
}

.page-blog-gp88-latest-offers-and-game-experience__promotion-button:hover {
  background: #f0f0f0;
  color: var(--primary-color, #2F6BFF);
}

.page-blog-gp88-latest-offers-and-game-experience__view-all-promos {
  margin-top: 50px;
  text-align: center;
}

/* App Download Section */
.page-blog-gp88-latest-offers-and-game-experience__app-download-section {
  padding: 80px 20px;
  background-color: var(--bg-color, #F4F7FB);
}

.page-blog-gp88-latest-offers-and-game-experience__app-flex {
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-blog-gp88-latest-offers-and-game-experience__app-content {
  flex: 1;
}

.page-blog-gp88-latest-offers-and-game-experience__app-benefits {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-gp88-latest-offers-and-game-experience__app-benefits li {
  font-size: 18px;
  color: #444;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.page-blog-gp88-latest-offers-and-game-experience__app-benefits li::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
}

.page-blog-gp88-latest-offers-and-game-experience__app-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-gp88-latest-offers-and-game-experience__app-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-blog-gp88-latest-offers-and-game-experience__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Payment & Security Section */
.page-blog-gp88-latest-offers-and-game-experience__payment-security-section {
  padding: 80px 20px;
  background-color: var(--primary-color, #2F6BFF);
  color: #ffffff;
}

.page-blog-gp88-latest-offers-and-game-experience__payment-security-section .page-blog-gp88-latest-offers-and-game-experience__section-title,
.page-blog-gp88-latest-offers-and-game-experience__payment-security-section .page-blog-gp88-latest-offers-and-game-experience__section-description {
  color: #ffffff;
}

.page-blog-gp88-latest-offers-and-game-experience__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-blog-gp88-latest-offers-and-game-experience__security-item {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-blog-gp88-latest-offers-and-game-experience__security-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  filter: none; /* Ensure no CSS filter changes image color */
}

.page-blog-gp88-latest-offers-and-game-experience__security-item h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-gp88-latest-offers-and-game-experience__security-item p {
  font-size: 16px;
  color: #f0f0f0;
  line-height: 1.6;
}

/* Brand Section */
.page-blog-gp88-latest-offers-and-game-experience__brand-section {
  padding: 80px 20px;
  background-color: var(--bg-color, #F4F7FB);
}

.page-blog-gp88-latest-offers-and-game-experience__brand-title {
  font-size: clamp(28px, 4vw, 38px);
  color: var(--Text-Main, #1F2D3D);
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

.page-blog-gp88-latest-offers-and-game-experience__brand-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-gp88-latest-offers-and-game-experience__brand-item {
  background-color: var(--Card-B-G, #FFFFFF);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--边框, #D6E2FF);
}

.page-blog-gp88-latest-offers-and-game-experience__brand-item-title {
  font-size: 24px;
  color: var(--Text-Main, #1F2D3D);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-gp88-latest-offers-and-game-experience__brand-item p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* FAQ Section */
.page-blog-gp88-latest-offers-and-game-experience__faq-section {
  padding: 80px 20px;
  background-color: var(--bg-color, #F4F7FB);
}

.page-blog-gp88-latest-offers-and-game-experience__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-blog-gp88-latest-offers-and-game-experience__faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid var(--边框, #D6E2FF);
  overflow: hidden;
  background: var(--Card-B-G, #FFFFFF);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

details.page-blog-gp88-latest-offers-and-game-experience__faq-item summary.page-blog-gp88-latest-offers-and-game-experience__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--Text-Main, #1F2D3D);
}

details.page-blog-gp88-latest-offers-and-game-experience__faq-item summary.page-blog-gp88-latest-offers-and-game-experience__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-gp88-latest-offers-and-game-experience__faq-item summary.page-blog-gp88-latest-offers-and-game-experience__faq-question:hover {
  background: #f0f4f8;
}

.page-blog-gp88-latest-offers-and-game-experience__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-blog-gp88-latest-offers-and-game-experience__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--primary-color, #2F6BFF);
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-blog-gp88-latest-offers-and-game-experience__faq-item .page-blog-gp88-latest-offers-and-game-experience__faq-answer {
  padding: 0 25px 25px;
  background: #f9f9f9;
  border-radius: 0 0 12px 12px;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

details.page-blog-gp88-latest-offers-and-game-experience__faq-item .page-blog-gp88-latest-offers-and-game-experience__faq-answer p {
  margin-bottom: 10px;
}

/* Blog Section */
.page-blog-gp88-latest-offers-and-game-experience__blog-section {
  padding: 80px 20px;
  background-color: var(--bg-color, #F4F7FB);
}

.page-blog-gp88-latest-offers-and-game-experience__blog-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-gp88-latest-offers-and-game-experience__blog-title {
  font-size: clamp(28px, 4vw, 38px);
  color: var(--Text-Main, #1F2D3D);
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

.page-blog-gp88-latest-offers-and-game-experience__blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-gp88-latest-offers-and-game-experience__blog-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
}

.page-blog-gp88-latest-offers-and-game-experience__blog-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-gp88-latest-offers-and-game-experience__blog-item-image {
  width: 100%;
  height: 225px; /* Fixed height for consistent card appearance */
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  margin-bottom: 20px;
  filter: none; /* Ensure no CSS filter changes image color */
}

.page-blog-gp88-latest-offers-and-game-experience__blog-item-title {
  font-size: 20px;
  color: var(--Text-Main, #1F2D3D);
  margin-bottom: 10px;
  font-weight: 600;
  padding: 0 25px;
  flex-grow: 1;
}

.page-blog-gp88-latest-offers-and-game-experience__blog-item-excerpt {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  padding: 0 25px;
}

.page-blog-gp88-latest-offers-and-game-experience__blog-item-date {
  font-size: 14px;
  color: #999;
  padding: 0 25px 20px;
  display: block;
  margin-top: auto; /* Push date to bottom */
}

.page-blog-gp88-latest-offers-and-game-experience__view-all-posts {
  margin-top: 50px;
  text-align: center;
}

/* General image styling */
.page-blog-gp88-latest-offers-and-game-experience img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: none; /* Crucial: no filter to change image color */
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .page-blog-gp88-latest-offers-and-game-experience__app-flex {
    flex-direction: column;
    gap: 30px;
  }
  .page-blog-gp88-latest-offers-and-game-experience__app-image-wrapper {
    order: -1; /* Image above content on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-blog-gp88-latest-offers-and-game-experience__container,
  .page-blog-gp88-latest-offers-and-game-experience__video-container,
  .page-blog-gp88-latest-offers-and-game-experience__title-container,
  .page-blog-gp88-latest-offers-and-game-experience__faq-list,
  .page-blog-gp88-latest-offers-and-game-experience__blog-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-gp88-latest-offers-and-game-experience__video-section,
  .page-blog-gp88-latest-offers-and-game-experience__title-section,
  .page-blog-gp88-latest-offers-and-game-experience__features-section,
  .page-blog-gp88-latest-offers-and-game-experience__promotions-section,
  .page-blog-gp88-latest-offers-and-game-experience__app-download-section,
  .page-blog-gp88-latest-offers-and-game-experience__payment-security-section,
  .page-blog-gp88-latest-offers-and-game-experience__brand-section,
  .page-blog-gp88-latest-offers-and-game-experience__faq-section,
  .page-blog-gp88-latest-offers-and-game-experience__blog-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* Only small top padding for video section */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-gp88-latest-offers-and-game-experience__video-link,
  .page-blog-gp88-latest-offers-and-game-experience__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-gp88-latest-offers-and-game-experience__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain; /* Ensure video fits on mobile */
  }

  .page-blog-gp88-latest-offers-and-game-experience__play-now-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-gp88-latest-offers-and-game-experience__main-title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .page-blog-gp88-latest-offers-and-game-experience__title-description {
    font-size: 16px;
  }

  .page-blog-gp88-latest-offers-and-game-experience__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-gp88-latest-offers-and-game-experience__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-gp88-latest-offers-and-game-experience__features-grid,
  .page-blog-gp88-latest-offers-and-game-experience__promotions-grid,
  .page-blog-gp88-latest-offers-and-game-experience__security-features,
  .page-blog-gp88-latest-offers-and-game-experience__brand-content,
  .page-blog-gp88-latest-offers-and-game-experience__blog-list {
    grid-template-columns: 1fr;
  }

  .page-blog-gp88-latest-offers-and-game-experience__feature-item,
  .page-blog-gp88-latest-offers-and-game-experience__promotion-card,
  .page-blog-gp88-latest-offers-and-game-experience__security-item,
  .page-blog-gp88-latest-offers-and-game-experience__brand-item,
  .page-blog-gp88-latest-offers-and-game-experience__blog-item {
    padding: 20px;
  }

  .page-blog-gp88-latest-offers-and-game-experience__feature-title,
  .page-blog-gp88-latest-offers-and-game-experience__promotion-title,
  .page-blog-gp88-latest-offers-and-game-experience__security-item h3,
  .page-blog-gp88-latest-offers-and-game-experience__brand-item-title,
  .page-blog-gp88-latest-offers-and-game-experience__blog-item-title {
    font-size: 20px;
  }

  .page-blog-gp88-latest-offers-and-game-experience__feature-item p,
  .page-blog-gp88-latest-offers-and-game-experience__promotion-card p,
  .page-blog-gp88-latest-offers-and-game-experience__security-item p,
  .page-blog-gp88-latest-offers-and-game-experience__brand-item p,
  .page-blog-gp88-latest-offers-and-game-experience__blog-item-excerpt,
  .page-blog-gp88-latest-offers-and-game-experience__app-benefits li {
    font-size: 15px;
  }

  .page-blog-gp88-latest-offers-and-game-experience__app-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-gp88-latest-offers-and-game-experience__app-buttons .page-blog-gp88-latest-offers-and-game-experience__btn-primary,
  .page-blog-gp88-latest-offers-and-game-experience__app-buttons .page-blog-gp88-latest-offers-and-game-experience__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  details.page-blog-gp88-latest-offers-and-game-experience__faq-item summary.page-blog-gp88-latest-offers-and-game-experience__faq-question {
    padding: 15px;
  }
  .page-blog-gp88-latest-offers-and-game-experience__faq-qtext {
    font-size: 16px;
  }
  .page-blog-gp88-latest-offers-and-game-experience__faq-toggle {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
  details.page-blog-gp88-latest-offers-and-game-experience__faq-item .page-blog-gp88-latest-offers-and-game-experience__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-gp88-latest-offers-and-game-experience__blog-item-image {
    height: 180px;
  }
  .page-blog-gp88-latest-offers-and-game-experience__blog-item-title,
  .page-blog-gp88-latest-offers-and-game-experience__blog-item-excerpt,
  .page-blog-gp88-latest-offers-and-game-experience__blog-item-date {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* All images responsive */
  .page-blog-gp88-latest-offers-and-game-experience img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}