.vh-cookie-banner,
.vh-cookie-dialog {
  position: fixed;
  z-index: 2147483647;
  color: #fff;
  background: #090b10;
  border: 1px solid rgba(122, 210, 245, 0.65);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  font-family: Arial, sans-serif;
}

.vh-cookie-banner {
  right: 16px;
  bottom: 16px;
  left: 16px;
  max-width: 760px;
  margin: 0 auto;
  padding: 20px;
}

.vh-cookie-dialog-backdrop {
  position: fixed;
  z-index: 2147483646;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.vh-cookie-dialog {
  top: 50%;
  left: 50%;
  width: min(620px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 24px;
  overflow-y: auto;
  transform: translate(-50%, -50%);
}

.vh-cookie-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 21px;
  line-height: 1.25;
}

.vh-cookie-copy {
  margin: 0 0 16px;
  color: #f4f6f8;
  font-size: 15px;
  line-height: 1.55;
}

.vh-cookie-copy a {
  color: #7ad2f5;
  text-decoration: underline;
}

.vh-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.vh-cookie-button {
  min-height: 42px;
  padding: 10px 14px;
  color: #fff;
  background: #090b10;
  border: 1px solid #fff;
  border-radius: 3px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.vh-cookie-button:hover,
.vh-cookie-button:focus-visible {
  color: #090b10;
  background: #fff;
  outline: 2px solid #7ad2f5;
  outline-offset: 2px;
}

.vh-cookie-button--primary {
  color: #090b10;
  background: #fff;
}

.vh-cookie-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 24px;
  cursor: pointer;
}

.vh-cookie-option {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.vh-cookie-option input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #1b98c6;
}

.vh-cookie-option strong,
.vh-cookie-option span {
  display: block;
}

.vh-cookie-option strong {
  color: #fff;
}

.vh-cookie-option span {
  margin-top: 4px;
  color: #e2e8ed;
  font-size: 14px;
  line-height: 1.45;
}

.vh-cookie-preferences {
  position: fixed;
  z-index: 2147483645;
  right: 16px;
  bottom: 16px;
}

.vh-cookie-menu-link {
  display: none;
}

.policy-content > .vh-cookie-button {
  display: inline-flex;
  margin: 0 0 28px;
}

.policy-content > h2 {
  display: block;
  clear: both;
}

@media (max-width: 575px) {
  .vh-cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
  }

  .vh-cookie-dialog {
    padding: 20px;
  }

  .vh-cookie-actions .vh-cookie-button {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .vh-cookie-preferences {
    display: none !important;
  }

  .vh-cookie-menu-link {
    display: block !important;
  }
}
