.eon-gtm-noscript {
  display: none;
  visibility: hidden;
}

.eon-consent-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 1400;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}

.eon-consent-banner p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.eon-consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.eon-consent-btn {
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
}

.eon-consent-btn--accept {
  background: #00b26d;
  color: #0f172a;
}

.eon-consent-btn--decline {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

@media (max-width: 640px) {
  .eon-consent-banner {
    left: 16px;
    right: 16px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .eon-consent-actions {
    width: 100%;
    justify-content: flex-start;
  }
}
