#ga-consent-popup-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 99999;
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

#ga-consent-popup-banner p {
  margin: 0 0 0.75rem;
}

.ga-consent-popup-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.ga-consent-popup-actions button,
#ga-consent-popup-manage {
  border: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  cursor: pointer;
}

.ga-consent-popup-accept {
  background: #0067c5;
  color: #fff;
}

.ga-consent-popup-reject {
  background: #e6e6e6;
  color: #222;
}

#ga-consent-popup-manage {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99998;
  background: #222;
  color: #fff;
}
