:root {
  --iab-gray: #f2f2f2;
  --iab-blue: #003366;
  --iab-dark: #222;
  --iab-border: #d1d1d1;
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--iab-gray);
  border-top: 1px solid var(--iab-border);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 0;
  z-index: 1000;
  font-family: Arial, Helvetica, sans-serif;
}

.cookie-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0rem;
  padding: 0 1rem;
}

.cookie-text {
  font-size: 0.9rem;
  color: var(--iab-dark);
  line-height: 1.5;
}

.cookie-text a {
  color: var(--iab-blue);
  text-decoration: underline;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}

.cookie-btn {
  padding: 0.5rem 1.2rem;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.cookie-btn.allow {
  background-color: var(--iab-blue);
  color: #fff;
}

.cookie-btn.allow:hover {
  background-color: #004b99;
}

.cookie-btn.decline {
  background-color: #fff;
  color: var(--iab-blue);
  border: 1px solid var(--iab-blue);
}

.cookie-btn.decline:hover {
  background-color: #e6eef6;
}

@media (max-width: 768px) {
  .cookie-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}
:root {
  --iab-gray: #f2f2f2;
  --iab-blue: #003366;
  --iab-dark: #222;
  --iab-border: #d1d1d1;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--iab-gray);
  border-top: 1px solid var(--iab-border);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 0;
  z-index: 1000;
  font-family: Arial, Helvetica, sans-serif;
}

.cookie-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0rem;
  padding: 0 1rem;
}

.cookie-text {
  font-size: 0.9rem;
  color: var(--iab-dark);
  line-height: 1.5;
}

.cookie-text a {
  color: var(--iab-blue);
  text-decoration: underline;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}

.cookie-btn {
  padding: 0.5rem 1.2rem;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}

.cookie-btn.allow {
  background-color: var(--iab-blue);
  color: #fff;
}

.cookie-btn.allow:hover {
  background-color: #004b99;
}

.cookie-btn.decline {
  background-color: #fff;
  color: var(--iab-blue);
  border: 1px solid var(--iab-blue);
}

.cookie-btn.decline:hover {
  background-color: #e6eef6;
}

@media (max-width: 768px) {
  .cookie-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}
