/* globalgroup.work — 152-ФЗ: cookie-баннер, ссылки в футере, чекбокс согласия */

.ggw152-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  background: rgba(20, 20, 20, 0.96);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
}

.ggw152-cookie-text {
  max-width: 760px;
}

.ggw152-cookie-text a {
  color: #6fe39a;
  text-decoration: underline;
}

.ggw152-cookie-text a:hover {
  text-decoration: none;
}

.ggw152-cookie-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
}

.ggw152-cookie-accept {
  background: #09a650;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 22px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.ggw152-cookie-accept:hover {
  background: #078a43;
}

.ggw152-cookie-decline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 10px 22px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.ggw152-cookie-decline:hover {
  border-color: #fff;
}

.ggw152-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 16px 24px;
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.ggw152-footer-links a,
.ggw152-footer-links .ggw152-cookie-settings {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  cursor: pointer;
}

.ggw152-footer-links a:hover,
.ggw152-footer-links .ggw152-cookie-settings:hover {
  text-decoration: none;
}

.ggw152-consent-block {
  margin: 10px 0;
}

.ggw152-consent-block a {
  color: #09a650;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .ggw152-cookie-banner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .ggw152-cookie-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .ggw152-cookie-accept,
  .ggw152-cookie-decline {
    width: 100%;
  }
}
