﻿#gh-lgpd-lite-banner.gh-lgpd-lite {
  --gh-lgpd-accent: #111111;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  background: #ffffff;
  color: #111111;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
  padding: 11px;
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.gh-lgpd-lite__content {
  min-width: 0;
}

.gh-lgpd-lite__title {
  color: var(--gh-lgpd-accent) !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
}

.gh-lgpd-lite__message {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.gh-lgpd-lite__links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gh-lgpd-lite__links a {
  color: var(--gh-lgpd-accent) !important;
  text-decoration: underline;
  font-size: 13px;
}

.gh-lgpd-lite__actions {
  display: flex;
  gap: 7px;
  flex-shrink: 0;
}

.gh-lgpd-btn {
  appearance: none;
  border: 1px solid transparent !important;
  border-radius: 8px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: none !important;
}

.gh-lgpd-btn--accept {
  background: var(--gh-lgpd-accent) !important;
  border-color: var(--gh-lgpd-accent) !important;
  color: #ffffff !important;
}

.gh-lgpd-btn--reject {
  background: #ffffff !important;
  border-color: var(--gh-lgpd-accent) !important;
  color: var(--gh-lgpd-accent) !important;
}

@media (max-width: 768px) {
  #gh-lgpd-lite-banner.gh-lgpd-lite {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .gh-lgpd-lite__title {
    font-size: 15px;
  }

  .gh-lgpd-lite__actions {
    width: 100%;
  }

  .gh-lgpd-btn {
    flex: 1;
    text-align: center;
  }
}
