/* POLYTEX: SK/CZ mobile contact strip, 2026-09-24. */
#polytex-mobile-contact { display: none; }
@media (max-width: 767px) {
  #header:has(#polytex-mobile-contact) {
    height: 100px !important;
    padding-top: 40px !important;
    box-sizing: border-box;
  }
  .overall-wrapper:has(#polytex-mobile-contact) {
    padding-top: 40px;
  }
  #header #polytex-mobile-contact {
    position: absolute;
    inset: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    background: #00569c;
    color: #fff !important;
    font: 13px/1.2 Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
  }
  #polytex-mobile-contact svg { width: 16px; height: 16px; flex-shrink: 0; }
  #polytex-mobile-contact b { font-size: 14px; font-weight: 700; }
  #polytex-mobile-contact:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }
}
