.blm-consent {
  position: fixed;
  z-index: 100000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 980px;
  margin: auto;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: #fff;
  background: #211c2a;
  box-shadow: 0 18px 60px rgba(14, 11, 18, 0.35);
  font: 16px/1.5 Rubik, Arial, sans-serif;
}

.blm-consent strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 18px;
}

.blm-consent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.blm-consent a {
  color: #ffb13b;
}

.blm-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.blm-consent button,
.blm-consent-settings {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 24px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: 700 14px/1 Rubik, Arial, sans-serif;
}

.blm-consent .blm-consent__accept {
  border-color: #ff6d12;
  background: #ff6d12;
}

.blm-consent-settings {
  position: fixed;
  z-index: 99999;
  right: 16px;
  bottom: 14px;
  min-height: 36px;
  padding: 8px 13px;
  border-color: #ded8d3;
  color: #4b4650;
  background: #fff;
  box-shadow: 0 6px 20px rgba(33, 28, 42, 0.14);
  font-size: 12px;
}

@media (max-width: 700px) {
  .blm-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: block;
    padding: 20px;
  }

  .blm-consent__actions {
    margin-top: 16px;
  }

  .blm-consent__actions button {
    flex: 1;
  }
}
