#bmp-cookie-consent-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(43, 39, 37, 0.48);
  z-index: 2147483646 !important;
}

#bmp-cookie-consent-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  max-width: 860px;
  margin: 0 auto;
  z-index: 2147483647 !important;
  background: #fffaf5;
  border: 1px solid #efd6c5;
  border-radius: 0.75rem;
  box-shadow: 0 1rem 3rem rgba(43, 39, 37, 0.24);
  color: #2b2725;
  padding: 1.25rem;
}

#bmp-cookie-consent-banner p {
  margin-bottom: 0;
}

#bmp-cookie-consent-banner a {
  color: #c63a17;
  font-weight: 600;
}

#bmp-cookie-consent-banner .bmp-cookie-detail {
  font-size: 0.875rem;
  line-height: 1.45;
}

#bmp-cookie-consent-banner .bmp-cookie-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

#bmp-cookie-consent-banner .bmp-cookie-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#bmp-cookie-consent-banner .bmp-cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#bmp-cookie-consent-banner .bmp-cookie-category {
  background: #ffffff;
  border: 1px solid #f0dfd2;
  border-left: 5px solid #e96f2c;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

#bmp-cookie-consent-banner .bmp-cookie-category:nth-child(1) {
  border-left-color: #b86b39;
}

#bmp-cookie-consent-banner .bmp-cookie-category:nth-child(2) {
  border-left-color: #e96f2c;
}

#bmp-cookie-consent-banner .bmp-cookie-category:nth-child(3) {
  border-left-color: #f28c45;
}

#bmp-cookie-consent-banner .bmp-cookie-category:nth-child(4) {
  border-left-color: #d95f24;
}

#bmp-cookie-consent-banner .bmp-cookie-choice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

#bmp-cookie-consent-banner .bmp-cookie-choice input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  accent-color: #2b2725;
}

#bmp-cookie-consent-banner .bmp-cookie-choice input[type="checkbox"]:disabled {
  accent-color: #767269;
}

#bmp-cookie-consent-banner .bmp-cookie-choice label {
  font-weight: 700;
  cursor: pointer;
}

#bmp-cookie-consent-banner .bmp-cookie-choice label[for="bmp-cookie-essential"] {
  cursor: default;
}

#bmp-cookie-consent-banner .bmp-cookie-category p {
  margin-top: 0.5rem;
  padding-left: 1.75rem;
}

#bmp-cookie-consent-banner .bmp-cookie-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#bmp-cookie-consent-banner .bmp-cookie-btn {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 2.75rem;
  width: 100%;
  margin: 0;
  padding: 0.625rem 1rem;
  border: 1px solid #b86b39;
  border-radius: 999px;
  background: #fffaf5;
  color: #2b2725;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

#bmp-cookie-consent-banner .bmp-cookie-btn:hover,
#bmp-cookie-consent-banner .bmp-cookie-btn:focus-visible {
  background: #fff4eb;
}

@media (min-width: 576px) {
  #bmp-cookie-consent-banner .bmp-cookie-actions {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  #bmp-cookie-consent-banner {
    right: 2rem;
    bottom: 2rem;
    left: auto;
  }
}
