.br-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  background: var(--md-default-bg-color);
  color: var(--md-default-fg-color);
  border: 1px solid var(--md-default-fg-color--lighter);
  border-radius: 0.6rem;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,.25);
}

.br-consent__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.9rem;
}

.br-consent__copy {
  max-width: 60rem;
  line-height: 1.3;
}

.br-consent__copy a {
  text-decoration: underline;
}

.br-consent__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

@media (max-width: 600px) {
  .br-consent__actions {
    width: 100%;
    justify-content: flex-end;
  }
}
