/* rosinterfood.ru — 152-ФЗ: cookie-баннер + ссылки в футере */

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

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

.rif152-cookie-text a {
  color: #7c9bff;
  text-decoration: underline;
}

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

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

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

.rif152-cookie-accept:hover {
  background: #2b3fff;
}

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

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

.rif152-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

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

.rif152-footer-legal a:hover,
.rif152-footer-legal .rif152-cookie-settings:hover {
  text-decoration: none;
}

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