.volta-cookie-notice {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 940px;
  margin: 0 auto;
  padding: 14px 16px;
  color: #f7f7f7;
  background: #15171b;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
  font: 500 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.volta-cookie-notice p {
  margin: 0;
}

.volta-cookie-notice a {
  color: #ccff00;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.volta-cookie-notice button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 16px;
  color: #111;
  background: #ccff00;
  border: 0;
  border-radius: 10px;
  font: 700 13px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  cursor: pointer;
}

.volta-cookie-notice button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 620px) {
  .volta-cookie-notice {
    right: 10px;
    bottom: 10px;
    left: 10px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 13px;
    font-size: 13px;
  }

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