/* Base styles for the page-is-ph9-good-for-acid-reflux component */.page-is-ph9-good-for-acid-reflux {  font-family: 'Arial', sans-serif;  color: #e0e0e0; /* Light text for dark background */  background-color: #1a1a2e; /* Dark blue/purple background */  line-height: 1.6;  padding-bottom: 20px; /* Add some padding at the bottom */}/* Ensure no double padding-top if body already has it from shared.css */.page-is-ph9-good-for-acid-reflux__hero-section {  position: relative;  width: 100%;  min-height: 500px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding: 10px 20px; /* Small padding-top as per instruction */  box-sizing: border-box;}.page-is-ph9-good-for-acid-reflux__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}.page-is-ph9-good-for-acid-reflux__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  padding: 30px;  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */  border-radius: 10px;  box-sizing: border-box;}.page-is-ph9-good-for-acid-reflux__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  color: #ffa726; /* Orange for title contrast */  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-is-ph9-good-for-acid-reflux__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;  color: #e0e0e0;}.page-is-ph9-good-for-acid-reflux__cta-button {  display: inline-block;  background-color: #e94560; /* Reddish pink accent */  color: #ffffff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;}.page-is-ph9-good-for-acid-reflux__cta-button:hover {  background-color: #ff6f8a;}/* Section common styles */.page-is-ph9-good-for-acid-reflux__section-title {  font-size: 2.2em;  color: #ffa726;  text-align: center;  margin: 60px auto 40px auto;  max-width: 1000px;  padding: 0 20px;}/* Payment Providers Section */.page-is-ph9-good-for-acid-reflux__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  padding: 40px 20px;  background-color: #2a2a4a; /* Slightly lighter dark background */  box-sizing: border-box;}.page-is-ph9-good-for-acid-reflux__payment-logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 1200px;  margin: 0 auto;}.page-is-ph9-good-for-acid-reflux__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  object-fit: contain;}/* Intro Section */.page-is-ph9-good-for-acid-reflux__intro-section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-is-ph9-good-for-acid-reflux__intro-text {  font-size: 1.1em;  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-is-ph9-good-for-acid-reflux__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-is-ph9-good-for-acid-reflux__feature-item {  background-color: #2a2a4a;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-is-ph9-good-for-acid-reflux__feature-icon {  width: 200px !important; /* Min size for content images */  height: auto !important;  max-width: 100% !important;  margin-bottom: 20px;  object-fit: contain;}.page-is-ph9-good-for-acid-reflux__feature-title {  font-size: 1.5em;  color: #e94560;  margin-bottom: 15px;}.page-is-ph9-good-for-acid-reflux__feature-description {  font-size: 0.95em;  color: #e0e0e0;}/* Quick Access Section */.page-is-ph9-good-for-acid-reflux__quick-access-section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-is-ph9-good-for-acid-reflux__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 30px;}.page-is-ph9-good-for-acid-reflux__access-button {  display: inline-block;  background-color: #533483; /* Darker purple */  color: #ffffff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;}.page-is-ph9-good-for-acid-reflux__access-button:hover {  background-color: #6a4a9c;}/* Games Section */.page-is-ph9-good-for-acid-reflux__games-section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-is-ph9-good-for-acid-reflux__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-is-ph9-good-for-acid-reflux__game-card {  background-color: #2a2a4a;  padding: 20px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  align-items: center;}.page-is-ph9-good-for-acid-reflux__game-image {  width: 100% !important;  height: auto !important;  max-width: 100% !important;  min-height: 200px !important; /* Ensure minimum size */  object-fit: cover;  border-radius: 8px;  margin-bottom: 15px;}.page-is-ph9-good-for-acid-reflux__game-title {  font-size: 1.4em;  color: #ffa726;  margin-bottom: 10px;}.page-is-ph9-good-for-acid-reflux__game-description {  font-size: 0.9em;  color: #e0e0e0;  flex-grow: 1; /* Make description take available space */  margin-bottom: 20px;}.page-is-ph9-good-for-acid-reflux__game-button {  display: inline-block;  background-color: #e94560;  color: #ffffff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: auto; /* Push button to bottom */}.page-is-ph9-good-for-acid-reflux__game-button:hover {  background-color: #ff6f8a;}/* Promotions Section */.page-is-ph9-good-for-acid-reflux__promotions-section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-is-ph9-good-for-acid-reflux__promotions-intro {  font-size: 1.1em;  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-is-ph9-good-for-acid-reflux__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-is-ph9-good-for-acid-reflux__promo-card {  background-color: #2a2a4a;  padding: 20px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  align-items: center;}.page-is-ph9-good-for-acid-reflux__promo-image {  width: 100% !important;  height: auto !important;  max-width: 100% !important;  min-height: 200px !important;  object-fit: cover;  border-radius: 8px;  margin-bottom: 15px;}.page-is-ph9-good-for-acid-reflux__promo-title {  font-size: 1.4em;  color: #e94560;  margin-bottom: 10px;}.page-is-ph9-good-for-acid-reflux__promo-description {  font-size: 0.9em;  color: #e0e0e0;  flex-grow: 1;  margin-bottom: 20px;}.page-is-ph9-good-for-acid-reflux__promo-button {  display: inline-block;  background-color: #ffa726;  color: #1a1a2e;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: auto;}.page-is-ph9-good-for-acid-reflux__promo-button:hover {  background-color: #ffc266;}/* Security & Support Section */.page-is-ph9-good-for-acid-reflux__security-support-section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-is-ph9-good-for-acid-reflux__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;  margin-bottom: 40px;}.page-is-ph9-good-for-acid-reflux__security-item {  background-color: #2a2a4a;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-is-ph9-good-for-acid-reflux__security-icon {  width: 200px !important;  height: auto !important;  max-width: 100% !important;  margin-bottom: 20px;  object-fit: contain;}.page-is-ph9-good-for-acid-reflux__security-title {  font-size: 1.5em;  color: #e94560;  margin-bottom: 15px;}.page-is-ph9-good-for-acid-reflux__security-description {  font-size: 0.95em;  color: #e0e0e0;}.page-is-ph9-good-for-acid-reflux__cta-button--small {  padding: 12px 25px;  font-size: 1em;  background-color: #533483;}.page-is-ph9-good-for-acid-reflux__cta-button--small:hover {  background-color: #6a4a9c;}/* FAQ Section */.page-is-ph9-good-for-acid-reflux__faq-section {  padding: 40px 20px;  max-width: 900px;  margin: 0 auto;}.page-is-ph9-good-for-acid-reflux__faq-container {  margin-top: 40px;}.page-is-ph9-good-for-acid-reflux__faq-item {  background-color: #2a2a4a;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}.page-is-ph9-good-for-acid-reflux__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  cursor: pointer;  background-color: #533483;  color: #ffffff;  font-weight: bold;  font-size: 1.1em;  user-select: none;  transition: background-color 0.3s ease;}.page-is-ph9-good-for-acid-reflux__faq-question:hover {  background-color: #6a4a9c;}.page-is-ph9-good-for-acid-reflux__faq-question-text {  margin: 0;  color: inherit;  font-size: 1em; /* Adjust h3 font size within question */  pointer-events: none; /* Prevent h3 from intercepting click */}.page-is-ph9-good-for-acid-reflux__faq-toggle {  font-size: 1.5em;  line-height: 1;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent toggle from intercepting click */}.page-is-ph9-good-for-acid-reflux__faq-item.active .page-is-ph9-good-for-acid-reflux__faq-toggle {  transform: rotate(45deg); /* Change + to X or - */}.page-is-ph9-good-for-acid-reflux__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px; /* Adjust padding to match question */  background-color: #3e276b; /* Slightly different background for answer */  color: #e0e0e0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-is-ph9-good-for-acid-reflux__faq-item.active .page-is-ph9-good-for-acid-reflux__faq-answer {  max-height: 2000px !important; /* Large enough to show all content */  padding: 20px !important; /* Ensure padding is applied when active */  opacity: 1;}.page-is-ph9-good-for-acid-reflux__faq-answer p {  margin: 0;  padding-bottom: 0; /* No extra padding at bottom of paragraph */}/* Blog Section */.page-is-ph9-good-for-acid-reflux__blog-section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;}.page-is-ph9-good-for-acid-reflux__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-is-ph9-good-for-acid-reflux__blog-card {  background-color: #2a2a4a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;}.page-is-ph9-good-for-acid-reflux__blog-image {  width: 100% !important;  height: auto !important;  max-width: 100% !important;  min-height: 200px !important;  object-fit: cover;}.page-is-ph9-good-for-acid-reflux__blog-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-is-ph9-good-for-acid-reflux__blog-title {  font-size: 1.3em;  margin-bottom: 10px;  line-height: 1.3;}.page-is-ph9-good-for-acid-reflux__blog-title a {  color: #ffa726;  text-decoration: none;  transition: color 0.3s ease;}.page-is-ph9-good-for-acid-reflux__blog-title a:hover {  color: #ffc266;}.page-is-ph9-good-for-acid-reflux__blog-excerpt {  font-size: 0.9em;  color: #e0e0e0;  margin-bottom: 15px;  flex-grow: 1;}/* General Link Styling */.page-is-ph9-good-for-acid-reflux a {  color: #ffa726;  text-decoration: none;}.page-is-ph9-good-for-acid-reflux a:hover {  text-decoration: underline;}/* Responsive adjustments */@media (max-width: 768px) {  .page-is-ph9-good-for-acid-reflux__hero-section {    min-height: 400px;    padding: 10px 15px;  }  .page-is-ph9-good-for-acid-reflux__hero-content {    padding: 20px;  }  .page-is-ph9-good-for-acid-reflux__hero-title {    font-size: 2em;  }  .page-is-ph9-good-for-acid-reflux__hero-subtitle {    font-size: 1.1em;  }  .page-is-ph9-good-for-acid-reflux__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-is-ph9-good-for-acid-reflux__section-title {    font-size: 1.8em;    margin-top: 40px;    margin-bottom: 30px;    padding: 0 15px;  }  /* Payment providers section mobile */  .page-is-ph9-good-for-acid-reflux__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-is-ph9-good-for-acid-reflux__payment-logo-grid {    gap: 16px;  }  .page-is-ph9-good-for-acid-reflux__payment-logo,  .page-is-ph9-good-for-acid-reflux__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-is-ph9-good-for-acid-reflux__intro-section,  .page-is-ph9-good-for-acid-reflux__quick-access-section,  .page-is-ph9-good-for-acid-reflux__games-section,  .page-is-ph9-good-for-acid-reflux__promotions-section,  .page-is-ph9-good-for-acid-reflux__security-support-section,  .page-is-ph9-good-for-acid-reflux__faq-section,  .page-is-ph9-good-for-acid-reflux__blog-section {    padding: 30px 15px;  }  .page-is-ph9-good-for-acid-reflux__features-grid,  .page-is-ph9-good-for-acid-reflux__game-categories,  .page-is-ph9-good-for-acid-reflux__promo-grid,  .page-is-ph9-good-for-acid-reflux__security-grid,  .page-is-ph9-good-for-acid-reflux__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-is-ph9-good-for-acid-reflux__feature-item,  .page-is-ph9-good-for-acid-reflux__game-card,  .page-is-ph9-good-for-acid-reflux__promo-card,  .page-is-ph9-good-for-acid-reflux__security-item,  .page-is-ph9-good-for-acid-reflux__blog-card {    padding: 20px;  }  .page-is-ph9-good-for-acid-reflux__access-buttons {    flex-direction: column;    align-items: center;  }  .page-is-ph9-good-for-acid-reflux__access-button {    width: 100%;    max-width: 300px; /* Limit width for single column buttons */  }  /* List item mobile responsiveness */  .page-is-ph9-good-for-acid-reflux__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-is-ph9-good-for-acid-reflux__faq-container {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-is-ph9-good-for-acid-reflux__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-is-ph9-good-for-acid-reflux__blog-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  /* Image responsiveness for all content images */  .page-is-ph9-good-for-acid-reflux__feature-icon,  .page-is-ph9-good-for-acid-reflux__game-image,  .page-is-ph9-good-for-acid-reflux__promo-image,  .page-is-ph9-good-for-acid-reflux__security-icon,  .page-is-ph9-good-for-acid-reflux__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}