.cm-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 50px -28px rgba(0, 0, 0, 0.35);
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.5;
}
.cm-consent p {
  margin: 0;
  flex: 1 1 16rem;
}
.cm-consent a {
  color: #050505;
  font-weight: 800;
}
.cm-consent__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.cm-consent button {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #050505;
  font-weight: 800;
  padding: 0.7rem 1rem;
  cursor: pointer;
}
.cm-consent__ok {
  background: #050505 !important;
  color: #fff !important;
  border-color: #050505 !important;
}
.cm-consent-manage {
  position: fixed;
  left: 0.75rem;
  bottom: 1rem;
  z-index: 60;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 8, 8, 0.92);
  color: #e5e5e5;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cm-consent {
    bottom: 5.75rem;
    right: 4.75rem;
    left: 0.75rem;
    padding: 0.85rem 0.95rem;
    font-size: 0.84rem;
  }
  .cm-consent-manage {
    bottom: 5.75rem;
    left: 0.75rem;
  }
  body.cm-has-mobile-cta {
    padding-bottom: 7.25rem;
  }
  .cm-hero-cta {
    padding-bottom: 8.5rem;
  }
}
