/* ==== GLOBAL PAGE ==== */

/* Page details section */

/* Responsive Tweaks for Mobile */

@media (max-width: 767px) {
  /* Typography overrides */
  .hp-page-details-section-description-row-text h2 {
    font-size: 20px;
    margin-bottom: 15px !important;
    padding-bottom: 6px !important;
  }

  .hp-page-details-section-description-row-text h3 {
    font-size: 20px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    padding-left: 8px !important;
  }

  .hp-page-details-section-description-row-text h4 {
    font-size: 16px;
    margin-top: 15px !important;
    margin-bottom: 8px !important;
  }

  .hp-page-details-section-description-row-text p {
    font-size: 15px;
    margin-bottom: 12px !important;
  }

  .hp-page-details-section-description-row-copyright {
    font-size: 13px;
    margin-bottom: 0.75rem;
  }

  /* Layout adjustments */
  .hp-page-details-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  .hp-page-details-section .et_pb_row,
  .hp-page-details-section .et_pb_column {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .et_pb_section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .et_pb_row {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .et_pb_column {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
  }

  .hp-page-details-section > * {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .hp-page-details-section-description-row,
  .hp-page-details-section-healthbenefits-row,
  .hp-page-details-section-amazonproducts-row {
    margin-top: 0.5rem !important;
  }
}
