/*
 * Explicit 2026-08-30 Header revision.
 * Source geometry remains Maxcare Home 01; only the requested initial color,
 * persistent visibility and semantic patient-portal glyph are substituted.
 */
@media (min-width: 1200px) {
  #pxl-header-elementor .px-header--fixed .bg-menu-blur {
    background: var(--link-color);
  }

  #pxl-header-elementor .px-header--fixed.scroll-down {
    transform: perspective(300px) rotateX(0deg);
  }

  #pxl-header-elementor [data-maxcare-patient-portal] .pxl-anchor-inner {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
  }

  #pxl-header-elementor [data-maxcare-patient-portal] i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 21px;
    line-height: 1;
  }

  #pxl-header-elementor [data-maxcare-patient-portal]:focus-visible {
    outline: 3px solid #f5b63f;
    outline-offset: 4px;
  }
}
