.omliance-koalendar-fallback {
  position: fixed;
  z-index: 9998;
  display: inline-flex;
  min-height: 16px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  color: var(--omliance-koalendar-color, #fff);
  border: 0;
  border-radius: 9999px;
  background: var(--omliance-koalendar-background, #c4962a);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
  font-family: "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  white-space: pre;
}

.omliance-koalendar-fallback:hover,
.omliance-koalendar-fallback:focus-visible {
  color: var(--omliance-koalendar-color, #fff);
  opacity: 0.9;
  text-decoration: none;
}

.omliance-koalendar-fallback:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.omliance-koalendar-fallback[hidden] {
  display: none;
}

.omliance-koalendar-fallback svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.omliance-koalendar-fallback--bottom-right {
  right: 24px;
  bottom: 24px;
}

.omliance-koalendar-fallback--bottom-left {
  bottom: 24px;
  left: 24px;
}

.omliance-koalendar-fallback--top-right {
  top: 24px;
  right: 24px;
}

.omliance-koalendar-fallback--top-left {
  top: 24px;
  left: 24px;
}
@media (max-width: 1023px) {
  .omliance-koalendar-fallback {
    top: 95px;
    right: 15px;
    bottom: auto;
    left: auto;
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 50%;
  }

  .omliance-koalendar-fallback span {
    display: none;
  }
}
