.ally-cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 10px 12px;
  background: transparent;
  color: #182033;
  font-family: InterLocal, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ally-cookie-card {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid rgba(21, 32, 54, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 10px 28px rgba(17, 29, 49, 0.10);
  backdrop-filter: blur(12px);
  padding: 11px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 12px;
  align-items: center;
}
.ally-cookie-copy strong {
  display: block;
  font-family: ManropeLocal, Manrope, InterLocal, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 3px;
}
.ally-cookie-copy p {
  margin: 0;
  color: rgba(24, 32, 51, 0.62);
  font-size: 12px;
  line-height: 1.38;
  max-width: 610px;
}
.ally-cookie-actions { display: flex; gap: 7px; justify-content: flex-end; flex-wrap: wrap; }
.ally-cookie-primary,
.ally-cookie-secondary {
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: InterLocal, Inter, system-ui, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
  min-height: 32px;
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
}
.ally-cookie-primary { color: #fff; background: #1f7a63; box-shadow: 0 6px 14px rgba(31, 122, 99, .12); }
.ally-cookie-secondary { color: rgba(31,42,68,.82); background: rgba(31, 42, 68, .055); }
.ally-cookie-primary:hover,
.ally-cookie-secondary:hover { transform: translateY(-1px); }
.ally-cookie-settings { grid-column: 1 / -1; border-top: 1px solid rgba(21,32,54,.06); padding-top: 8px; }
.ally-cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(21,32,54,.06);
}
.ally-cookie-row span { display: grid; gap: 2px; }
.ally-cookie-row b { font-weight: 500; font-size: 13px; }
.ally-cookie-row small { color: rgba(24, 32, 51, 0.58); line-height: 1.35; font-size: 11.5px; }
.ally-cookie-row input { width: 17px; height: 17px; accent-color: #1f7a63; flex: 0 0 auto; }
.ally-cookie-row-disabled { opacity: .68; }
.ally-cookie-actions-settings { margin-top: 10px; }
@media (max-width: 720px) {
  .ally-cookie-consent { padding: 8px; }
  .ally-cookie-card { grid-template-columns: 1fr; border-radius: 13px; padding: 11px; max-width: 100%; }
  .ally-cookie-copy p { font-size: 11.5px; }
  .ally-cookie-actions { justify-content: stretch; }
  .ally-cookie-primary, .ally-cookie-secondary { width: 100%; min-height: 36px; }
}
