/* PMTP shared styles (loaded once, cached). */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}
body { font-family: 'IBM Plex Sans', sans-serif; }

/* Mobile-first overrides for Stitch fixed font sizes */
@media (max-width: 767px) {
  .text-display-lg { font-size: 32px !important; line-height: 38px !important; letter-spacing: -0.01em !important; }
  .text-headline-lg { font-size: 24px !important; line-height: 30px !important; }
  .text-headline-md { font-size: 20px !important; line-height: 26px !important; }
  .text-body-lg { font-size: 16px !important; line-height: 24px !important; }
  header.h-screen { min-height: 80vh; height: auto; padding-top: 96px; padding-bottom: 64px; }
  .py-section-gap { padding-top: 48px !important; padding-bottom: 48px !important; }
  .px-margin-desktop { padding-left: 16px !important; padding-right: 16px !important; }
}
/* PMTP mobile drawer */
#pmtp-mobile-menu { display: none; }
#pmtp-mobile-menu.open { display: block; }
nav button { padding: 8px; min-width: 40px; min-height: 40px; cursor: pointer; }
nav button .material-symbols-outlined { font-size: 28px; }
nav .font-label-md, nav a.font-label-md, nav span.font-label-md, .pmtp-dd > span { white-space: nowrap; }
@media (min-width: 768px) {
  nav .md\:flex, nav .lg\:flex { gap: 1rem !important; }
  nav [class*="space-x-"] > * + * { margin-inline-start: 1rem !important; margin-left: 1rem !important; }
}
@media (min-width: 1280px) {
  nav .max-w-container-max { max-width: 1440px !important; }
}

/* ASSISTANCE TECHNIQUE AMO hover dropdown */
.pmtp-dd { position: relative; }
.pmtp-dd-menu { display: none; position: absolute; left: 0; top: 100%; padding-top: 8px; z-index: 60; min-width: 280px; }
.pmtp-dd:hover .pmtp-dd-menu, .pmtp-dd:focus-within .pmtp-dd-menu { display: block; }
.pmtp-dd-menu-inner { background: #fff; border: 1px solid #E0E0E0; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.pmtp-dd-menu-inner a { display: block; padding: 12px 16px; font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: #1A1A1A; border-bottom: 1px solid #E0E0E0; white-space: nowrap; }
.pmtp-dd-menu-inner a:last-child { border-bottom: 0; }
.pmtp-dd-menu-inner a:hover { color: #F57C00; background: #f3f3f3; }
