.fc-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1.25rem;
  background: rgba(9, 9, 11, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #e4e4e7;
  font-size: 0.875rem;
}

.fc-cookie-bar p {
  margin: 0;
  flex: 1 1 16rem;
  max-width: 52rem;
}

.fc-cookie-bar a {
  color: #a78bfa;
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .fc-cookie-bar {
    padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
  }
}
