.page-embed_cookie {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25em;
  z-index: 100;
  background-color: #e6e6e6;
  border: 1px solid #9f9f9f;
}

.page-embed_cookie--colorbox {
  position: fixed;
  z-index: 10000;
  top: 25%;
  background-color: unset;
  border: none;
}

.page-embed_cookie-inner {
  width: 85%;
  height: 80%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  box-shadow: 0 0 10px 0 #7e7e7e;
}

.page-embed_cookie-inner button {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #f0f0f0;
  display: inline-flex !important;
  cursor: pointer;
  align-items: center;
  min-height: fit-content;
  padding: 0.75rem 1rem !important;
  font-weight: 600;
  box-shadow: 0 0 0 2px #000000 inset;
  border-radius: 32px !important;
  transition: 0.25s;
}

.page-embed_cookie-inner button:hover {
  background: #f1f1f1ff !important;
}

.page-embed_cookie-inner button::before {
  content: "✔";
  font-size: 1em;
  font-family: skoda-bnr-icons, sans-serif;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .page-embed_cookie-inner button::before {
    margin-right: 8px;
  }
}

.page-embed_cookie-inner_text {
  text-align: center;
  margin: 0 0 1.25rem 0;
}

@media (min-width: 768px) {
  .page-embed_cookie-inner_text {
    margin-bottom: 2rem;
  }
}
