:root {  --page-kuya-j-halo-halo-price-2021__primary-color: #A03333;  /* A warm red/brown, often associated with Filipino food */  --page-kuya-j-halo-halo-price-2021__secondary-color: #F8D800;  /* Yellow for contrast, like leche flan */  --page-kuya-j-halo-halo-price-2021__text-color: #333;  --page-kuya-j-halo-halo-price-2021__light-bg: #F9F9F9;  --page-kuya-j-halo-halo-price-2021__white: #FFFFFF;  --page-kuya-j-halo-halo-price-2021__border-color: #E0E0E0;}.page-kuya-j-halo-halo-price-2021 {  font-family: 'Arial', sans-serif;  color: var(--page-kuya-j-halo-halo-price-2021__text-color);  line-height: 1.6;  padding-top: 10px; /* Decorative top spacing, assuming body has header offset */}.page-kuya-j-halo-halo-price-2021__hero-section {  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  padding: 40px 20px;  background-color: var(--page-kuya-j-halo-halo-price-2021__light-bg);  position: relative;  overflow: hidden;}.page-kuya-j-halo-halo-price-2021__hero-image-wrapper {  width: 100%;  max-height: 500px;  overflow: hidden;  margin-top: 20px;  border-radius: 8px;}.page-kuya-j-halo-halo-price-2021__hero-image {  width: 100%;  height: auto;  display: block;  object-fit: cover;  min-height: 200px;  /* Enforce min image size */}.page-kuya-j-halo-halo-price-2021__hero-content {  max-width: 800px;  z-index: 1;}.page-kuya-j-halo-halo-price-2021__hero-title {  font-size: 2.5em;  color: var(--page-kuya-j-halo-halo-price-2021__primary-color);  margin-bottom: 15px;  line-height: 1.2;}.page-kuya-j-halo-halo-price-2021__hero-description {  font-size: 1.1em;  color: #555;  margin-bottom: 20px;}.page-kuya-j-halo-halo-price-2021__overview-section, .page-kuya-j-halo-halo-price-2021__price-list-section, .page-kuya-j-halo-halo-price-2021__factors-section, .page-kuya-j-halo-halo-price-2021__faq-section {  padding: 40px 20px;  max-width: 1000px;  margin: 0 auto;  background-color: var(--page-kuya-j-halo-halo-price-2021__white);  border-bottom: 1px solid var(--page-kuya-j-halo-halo-price-2021__border-color);}.page-kuya-j-halo-halo-price-2021__section-title {  font-size: 2em;  color: var(--page-kuya-j-halo-halo-price-2021__primary-color);  text-align: center;  margin-bottom: 30px;  position: relative;}.page-kuya-j-halo-halo-price-2021__section-title::after {  content: '';  display: block;  width: 60px;  height: 3px;  background-color: var(--page-kuya-j-halo-halo-price-2021__secondary-color);  margin: 10px auto 0;}.page-kuya-j-halo-halo-price-2021__text-content {  font-size: 1em;  margin-bottom: 20px;  text-align: justify;}.page-kuya-j-halo-halo-price-2021__keyword-emphasis {  font-weight: bold;  color: var(--page-kuya-j-halo-halo-price-2021__primary-color);}.page-kuya-j-halo-halo-price-2021__image-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  margin-top: 30px;}.page-kuya-j-halo-halo-price-2021__grid-image {  width: 100%;  height: 250px;  /* Fixed height for grid images */  object-fit: cover;  border-radius: 8px;  min-width: 200px;  /* Enforce min image size */  min-height: 200px;  /* Enforce min image size */}.page-kuya-j-halo-halo-price-2021__price-list {  list-style: none;  padding: 0;  margin: 0;  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 25px;}.page-kuya-j-halo-halo-price-2021__price-item {  background-color: var(--page-kuya-j-halo-halo-price-2021__light-bg);  padding: 25px;  border-radius: 8px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);  display: flex;  flex-direction: column;  justify-content: space-between;  box-sizing: border-box;  /* Required for list items */}.page-kuya-j-halo-halo-price-2021__item-title {  font-size: 1.4em;  color: var(--page-kuya-j-halo-halo-price-2021__primary-color);  margin-top: 0;  margin-bottom: 10px;}.page-kuya-j-halo-halo-price-2021__item-description {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;  flex-grow: 1;}.page-kuya-j-halo-halo-price-2021__item-price {  font-size: 1.6em;  font-weight: bold;  color: var(--page-kuya-j-halo-halo-price-2021__secondary-color);  text-align: right;  padding-top: 10px;  border-top: 1px dashed var(--page-kuya-j-halo-halo-price-2021__border-color);}.page-kuya-j-halo-halo-price-2021__last-updated {  text-align: center;  font-style: italic;  color: #888;  margin-top: 30px;  font-size: 0.9em;}.page-kuya-j-halo-halo-price-2021__factor-list {  list-style: none;  padding: 0;  margin: 0;  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 20px;  margin-top: 20px;}.page-kuya-j-halo-halo-price-2021__factor-item {  background-color: var(--page-kuya-j-halo-halo-price-2021__light-bg);  padding: 20px;  border-left: 5px solid var(--page-kuya-j-halo-halo-price-2021__secondary-color);  border-radius: 5px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);  box-sizing: border-box;  /* Required for list items */}.page-kuya-j-halo-halo-price-2021__factor-heading {  font-size: 1.2em;  color: var(--page-kuya-j-halo-halo-price-2021__primary-color);  margin-top: 0;  margin-bottom: 10px;}.page-kuya-j-halo-halo-price-2021__factor-description {  font-size: 0.9em;  color: #555;}.page-kuya-j-halo-halo-price-2021__content-image {  width: 100%;  height: auto;  display: block;  margin: 30px auto;  max-width: 800px;  border-radius: 8px;  object-fit: cover;  min-width: 200px;  /* Enforce min image size */  min-height: 200px;  /* Enforce min image size */}.page-kuya-j-halo-halo-price-2021__faq-container {  margin-top: 30px;  border-top: 1px solid var(--page-kuya-j-halo-halo-price-2021__border-color);}.page-kuya-j-halo-halo-price-2021__faq-item {  border-bottom: 1px solid var(--page-kuya-j-halo-halo-price-2021__border-color);  box-sizing: border-box;  /* Required for list items */}.page-kuya-j-halo-halo-price-2021__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 0;  cursor: pointer;  user-select: none;  background-color: var(--page-kuya-j-halo-halo-price-2021__white);  transition: background-color 0.3s ease;}.page-kuya-j-halo-halo-price-2021__faq-question:hover {  background-color: var(--page-kuya-j-halo-halo-price-2021__light-bg);}.page-kuya-j-halo-halo-price-2021__faq-heading {  font-size: 1.1em;  color: var(--page-kuya-j-halo-halo-price-2021__text-color);  margin: 0;  pointer-events: none;  /* Prevent text selection from interfering with click */  flex-grow: 1;  padding-right: 10px;}.page-kuya-j-halo-halo-price-2021__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: var(--page-kuya-j-halo-halo-price-2021__primary-color);  pointer-events: none;  /* Prevent icon from interfering with click */  transition: transform 0.3s ease;  width: 20px;  /* Ensure consistent width */  text-align: center;}.page-kuya-j-halo-halo-price-2021__faq-item.active .page-kuya-j-halo-halo-price-2021__faq-toggle {  transform: rotate(45deg);  /* Changes '+' to 'x' or '-' */}.page-kuya-j-halo-halo-price-2021__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  /* Initial padding */  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-kuya-j-halo-halo-price-2021__faq-item.active .page-kuya-j-halo-halo-price-2021__faq-answer {  max-height: 2000px !important;  /* Sufficiently large to accommodate content */  padding: 20px 15px !important;  /* Expanded padding */  opacity: 1;}.page-kuya-j-halo-halo-price-2021__answer-text {  margin: 0;  font-size: 0.95em;  color: #555;}/* Responsive adjustments */@media (max-width: 768px) {  .page-kuya-j-halo-halo-price-2021__hero-section {    padding: 30px 15px;  }  .page-kuya-j-halo-halo-price-2021__hero-title {    font-size: 2em;  }  .page-kuya-j-halo-halo-price-2021__hero-description {    font-size: 1em;  }  .page-kuya-j-halo-halo-price-2021__overview-section,  .page-kuya-j-halo-halo-price-2021__price-list-section,  .page-kuya-j-halo-halo-price-2021__factors-section,  .page-kuya-j-halo-halo-price-2021__faq-section {    padding: 30px 15px;  }  .page-kuya-j-halo-halo-price-2021__section-title {    font-size: 1.7em;  }  .page-kuya-j-halo-halo-price-2021__image-grid {    grid-template-columns: 1fr;    gap: 15px;  }  .page-kuya-j-halo-halo-price-2021__grid-image {    height: 200px;    /* Adjust height for mobile grid images */    min-width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }  .page-kuya-j-halo-halo-price-2021__price-list,  .page-kuya-j-halo-halo-price-2021__factor-list {    grid-template-columns: 1fr;    gap: 20px;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }  .page-kuya-j-halo-halo-price-2021__price-item,  .page-kuya-j-halo-halo-price-2021__factor-item,  .page-kuya-j-halo-halo-price-2021__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;    padding-left: 15px !important;    padding-right: 15px !important;  }  .page-kuya-j-halo-halo-price-2021__content-image {    min-width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kuya-j-halo-halo-price-2021__faq-question {    padding: 15px 0;  }  .page-kuya-j-halo-halo-price-2021__faq-answer {    padding: 0 10px;  /* Smaller padding on mobile */  }  .page-kuya-j-halo-halo-price-2021__faq-item.active .page-kuya-j-halo-halo-price-2021__faq-answer {    padding: 15px 10px !important;  /* Smaller padding on mobile */  }}