/* CORDTEX-CROSS-SYSTEM: desktop-tablet-contact-and-cookie-notice */
.ct-manager-contact {
  position: fixed;
  z-index: 2147481200;
  right: 24px;
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  display: grid;
  min-height: 52px;
  grid-template-columns: 34px minmax(0, auto) 12px;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  border: 1px solid #a7a8a3;
  border-radius: 999px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .13);
  color: #0a0b0c;
  font-family: Inter, Arial, sans-serif;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.ct-manager-contact__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d6b23e;
  border-radius: 50%;
}

.ct-manager-contact__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.ct-manager-contact b,
.ct-manager-contact small {
  display: block;
  white-space: nowrap;
}

.ct-manager-contact b {
  font-size: 12px;
  font-weight: 650;
}

.ct-manager-contact small {
  margin-top: 4px;
  color: #60625e;
  font-size: 10px;
}

.ct-manager-contact i {
  color: #a78512;
  font-size: 14px;
  font-style: normal;
}

.ct-manager-contact:is(:hover, :focus-visible) {
  border-color: #0a0b0c;
  background: #f7f7f4;
}

.ct-manager-contact:focus-visible,
.ct-cookie-notice :is(a, button):focus-visible {
  outline: 2px solid #a78512;
  outline-offset: 3px;
}

.ct-cookie-notice {
  position: fixed;
  z-index: 2147481300;
  left: 24px;
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  display: grid;
  width: min(520px, calc(100vw - 360px));
  min-width: 380px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  padding: 18px;
  border: 1px solid #a7a8a3;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .14);
  color: #0a0b0c;
  font-family: Inter, Arial, sans-serif;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(12px);
}

.ct-cookie-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ct-cookie-notice.is-leaving {
  opacity: 0;
  transform: translateY(8px);
}

.ct-cookie-notice strong {
  display: block;
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 650;
}

.ct-cookie-notice p {
  margin: 0;
  color: #4f524d;
  font-size: 11px;
  line-height: 1.5;
}

.ct-cookie-notice a {
  display: inline-block;
  margin-top: 9px;
  color: #0a0b0c;
  font-size: 10px;
  font-weight: 600;
  text-underline-offset: 3px;
}

.ct-cookie-notice button {
  min-width: 92px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #0a0b0c;
  border-radius: 0;
  background: #0a0b0c;
  color: #fff;
  font: 600 11px/1 Inter, Arial, sans-serif;
  cursor: pointer;
}

@media (max-width: 68.75rem) {
  .ct-manager-contact {
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom, 0px));
  }

  .ct-cookie-notice {
    left: 18px;
    bottom: max(18px, env(safe-area-inset-bottom, 0px));
    width: min(440px, calc(100vw - 280px));
    min-width: 360px;
  }
}

@media (max-width: 43.6875rem) {
  .ct-manager-contact {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    min-height: 48px;
    grid-template-columns: 30px minmax(0, auto) 10px;
    gap: 8px;
    padding: 7px 10px 7px 7px;
  }

  .ct-manager-contact__icon {
    width: 30px;
    height: 30px;
  }

  .ct-cookie-notice {
    right: 12px;
    left: 12px;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    width: auto;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .ct-cookie-notice button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ct-cookie-notice {
    transition: none;
  }
}
