/* Cookie disclaimer */
div#vpa-short-wrapper.vpa-wrapper {
  max-width: 850px;
  width: min(100% - 32px, 850px);
  min-height: 68px;
  padding: 10px 20px;
  gap: 40px;
  border-radius: 20px;
  background: var(--mc-white, #ffffff);
  box-shadow: 0 4px 24px rgba(47, 42, 48, 0.12);
  box-sizing: border-box;
}

div#vpa-short-wrapper.vpa-wrapper.vpa-slide {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

div#vpa-short-wrapper.vpa-wrapper.vpa-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

div#vpa-short-wrapper .vpa-content,
div#vpa-short-wrapper .vpa-content p {
  font-family: var(--mc-font-body, "Montserrat Alternates", sans-serif);
  font-size: var(--mc-p3, 14px);
  line-height: var(--mc-p3-lh, 1.2);
  color: var(--color2, #2f2a30);
}

:is(div#vpa-short-wrapper, div#vpa-full-wrapper) .vpa-content a {
  color: inherit;
  text-decoration: none;
}

div#vpa-short-wrapper .vpa-actions {
  gap: 12px;
  flex-shrink: 0;
}

div#vpa-short-wrapper .vpa-actions .btn-primary {
  --bs-btn-font-family: "Montserrat Alternates", system-ui, sans-serif;
  --bs-btn-font-size: 18px;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 20px;
  --bs-btn-padding-y: 10px;
  --bs-btn-padding-x: 22px;
  --bs-btn-border-width: 1px;
  appearance: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: none;
  width: 119px;
  min-width: 119px;
  height: 40px;
  padding: 10px 22px;
  margin: 0;
  gap: 10px;
  border: 1px solid #a588da;
  border-radius: 16px;
  background-color: #a588da;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  font-family: "Montserrat Alternates", system-ui, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  text-align: center;
  vertical-align: unset;
}

div#vpa-short-wrapper .vpa-actions .btn-primary:hover,
div#vpa-short-wrapper .vpa-actions .btn-primary:focus,
div#vpa-short-wrapper .vpa-actions .btn-primary:active {
  --bs-btn-font-family: "Montserrat Alternates", system-ui, sans-serif;
  --bs-btn-font-size: 18px;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 20px;
  --bs-btn-padding-y: 10px;
  --bs-btn-padding-x: 22px;
  background-color: #9578c8;
  background-image: none;
  border-color: #9578c8;
  box-shadow: none;
  color: #ffffff;
}

@media (max-width: 767px) {
  div#vpa-short-wrapper.vpa-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: calc(100% - 24px);
    padding: 12px 16px;
  }

  div#vpa-short-wrapper .vpa-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
