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

.fz152-consent-block {
  margin: 12px 0;
  text-align: left;
}

.fz152-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #555;
}

.fz152-checkbox-label input.fz152-checkbox {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  cursor: pointer;
}

.fz152-checkbox-label a {
  color: #5b2364;
  text-decoration: underline;
}

.fz152-checkbox-label a:hover {
  text-decoration: none;
}

button[data-action="send"].fz152-disabled,
button.fz152-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Cookie-баннер */

.fz152-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(30, 20, 33, 0.96);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
}

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

.fz152-cookie-text a {
  color: #f2c9ff;
  text-decoration: underline;
}

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

.fz152-cookie-accept {
  flex: 0 0 auto;
  background: #5b2364;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 22px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.fz152-cookie-accept:hover {
  background: #742c81;
}

/* Ссылки на документы в футере */

.fz152-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
}

.fz152-footer-links a {
  color: #5b2364;
  text-decoration: underline;
}

.fz152-footer-links a:hover {
  text-decoration: none;
}

.fz152-footer-links a.fz152-cookie-settings {
  cursor: pointer;
}

/* v2.0 — кнопки cookie-баннера */
.fz152-cookie-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
}

.fz152-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;
}

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

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