.vf-consent-group {
  margin-top: 14px;
}

.vf-consent-group .t-checkbox__control {
  align-items: flex-start;
  color: inherit;
  font-size: 12px;
  line-height: 1.4;
}

.vf-consent-group a,
.vf-privacy-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.vf-form-warning {
  margin-top: 8px;
  color: inherit;
  font-size: 11px;
  line-height: 1.35;
  opacity: 0.74;
}

.vf-cookie-banner[hidden] {
  display: none !important;
}

.vf-cookie-banner {
  position: fixed;
  z-index: 2147483000;
  box-sizing: border-box;
  right: 12px;
  bottom: 12px;
  width: min(330px, calc(100% - 24px));
  padding: 9px 11px;
  border: 1px solid #c9bfb9;
  border-radius: 9px;
  color: #050215;
  background: rgba(232, 225, 220, 0.96);
  box-shadow: 0 5px 16px rgba(5, 2, 21, 0.09);
  backdrop-filter: blur(8px);
  font-family: Arial, Helvetica, sans-serif;
}

.vf-cookie-banner__text {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.3;
}

.vf-cookie-banner__text a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vf-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.vf-cookie-banner__button {
  min-height: 29px;
  padding: 0 9px;
  border: 1px solid rgba(5, 2, 21, 0.5);
  border-radius: 7px;
  color: #050215;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  font: inherit;
  font-size: 10.5px;
  font-weight: 600;
}

.vf-cookie-banner__button--accept {
  border-color: #050215;
  color: #fff;
  background: #050215;
}

.vf-cookie-banner__button:focus-visible {
  outline: 3px solid #11d279;
  outline-offset: 2px;
}

@media (max-width: 520px) {
  .vf-cookie-banner {
    right: 8px;
    bottom: 8px;
    width: min(280px, calc(100% - 16px));
    padding: 7px 8px;
    border-radius: 8px;
  }

  .vf-cookie-banner__text {
    font-size: 10.5px;
    line-height: 1.25;
  }

  .vf-cookie-banner__actions {
    flex-wrap: nowrap;
    gap: 4px;
    margin-top: 5px;
  }

  .vf-cookie-banner__button {
    min-height: 26px;
    padding: 0 7px;
    border-radius: 6px;
    font-size: 9.5px;
  }
}
