.veox-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 16px;
  box-sizing: border-box;
  font-family: inherit;
}

.veox-cookie-banner[hidden] {
  display: none !important;
}

.veox-cookie-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #d7e3ea;
  box-shadow: 0 -4px 24px rgba(16, 40, 56, 0.12);
}

.veox-cookie-banner__text {
  margin: 0;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.45;
  color: #243542;
}

.veox-cookie-banner__text a {
  color: #02aff1;
  text-decoration: underline;
}

.veox-cookie-banner__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.veox-cookie-banner__close {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #5f6e82;
  font-size: 28px;
  line-height: 1;
  width: 36px;
  height: 36px;
  padding: 0;
}

.veox-cookie-banner__close:hover {
  color: #243542;
}

@media (max-width: 720px) {
  .veox-cookie-banner__inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .veox-cookie-banner__actions {
    justify-content: flex-end;
  }
}
