/* Sticky contact/search bar (Elementor section id: 919a0e2)
   Desktop only: the section is already hidden on tablet/phone via Elementor classes.
*/

@media (min-width: 1025px) {
  body.eurotest-has-sticky-contact-bar {
    padding-top: var(--eurotest-sticky-contact-bar-height, 0px);
  }

  .elementor-section.elementor-element-919a0e2 {
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0px);
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .elementor-section.elementor-element-919a0e2
    .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 5px;
  }

  /* Ensure the fixed section paints smoothly without affecting layout */
  .elementor-section.elementor-element-919a0e2,
  .elementor-section.elementor-element-919a0e2 * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
