.meridia-cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 0.55rem 1rem;
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.98);
  color: #e2e8f0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
  font-family: 'Manrope', sans-serif;
  font-size: clamp(0.6875rem, 1.6vw, 0.8125rem);
  line-height: 1.25;
}

.meridia-cookie-consent.d-none {
  display: none !important;
}

.meridia-cookie-consent-text {
  margin: 0;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.meridia-cookie-consent-text::-webkit-scrollbar {
  display: none;
}

.meridia-cookie-consent-ok {
  flex-shrink: 0;
  border: 0;
  border-radius: 0.375rem;
  background: #22c55e;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  padding: 0.35rem 0.95rem;
  cursor: pointer;
  white-space: nowrap;
}

.meridia-cookie-consent-ok:hover {
  background: #16a34a;
}

@media (max-width: 640px) {
  .meridia-cookie-consent {
    padding-inline: 0.75rem;
    gap: 0.65rem;
  }
}
