/* Mobile order for image pages: image first, dynamic text second. */
@media (max-width: 992px) {
  .zz-page-section .zz-content-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
  }

  .zz-page-section .zz-content-image-wrap {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
    margin-bottom: 32px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .zz-page-section .zz-circle-image {
    display: block;
    width: min(100%, 550px) !important;
    max-width: 550px !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50% !important;
    margin: 0 auto;
  }

  .zz-page-section .tm-section-left {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding-top: 0 !important;
  }

  .zz-page-section .zz-dynamic-content {
    width: 100%;
    height: auto !important;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .zz-menu-links.open {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .zz-menu-links li {
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  .zz-menu-links a {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 576px) {
  .zz-page-section .zz-content-image-wrap {
    margin-bottom: 24px;
  }
}
