.cookie-consent-visible {
  padding-bottom: 9rem;
}

.cookie-consent-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1055;
  background: rgba(33, 37, 41, 0.98);
  color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.25);
}

.cookie-consent-bar__content {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.cookie-consent-bar__title {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.cookie-consent-bar__summary {
  margin: 0 0 0.5rem;
  line-height: 1.45;
}

.cookie-consent-bar__list {
  padding-left: 1.1rem;
  margin: 0;
}

.cookie-consent-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  min-width: 220px;
  justify-content: flex-end;
}

.cookie-consent-btn {
  white-space: nowrap;
}

.cookie-consent-open {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1040;
  border-radius: 999px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .cookie-consent-visible {
    padding-bottom: 12rem;
  }

  .cookie-consent-bar {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .cookie-consent-bar__content {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent-bar__actions {
    justify-content: stretch;
    min-width: 0;
  }

  .cookie-consent-bar__actions .btn {
    width: 100%;
  }

  .cookie-consent-open {
    left: 0.75rem;
    bottom: 0.75rem;
  }
}
