.md360-consent {
  position: fixed;
  left: 0;
  right: 0;
  background: #111827;
  color: #ffffff;
  padding: 14px 18px;
  z-index: 99999;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.md360-consent.top { top: 0; }
.md360-consent.bottom { bottom: 0; }
.md360-consent.floating {
  width: 360px;
  left: auto;
  right: 16px;
  bottom: 16px;
  border-radius: 10px;
}
.md360-consent__content { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.md360-consent__text { margin: 0; flex: 1 1 240px; font-size: 14px; line-height: 1.4; }
.md360-consent__actions { display: flex; gap: 8px; align-items: center; }
.md360-consent__btn {
  background: #2563eb;
  color: #fff; text-decoration: none;
  padding: 8px 12px; border-radius: 6px; font-weight: 600; font-size: 14px;
}
.md360-consent__reject { background: #4b5563; }
.md360-consent__link { color: #93c5fd; font-size: 14px; text-decoration: underline; }
@media (max-width: 480px) {
  .md360-consent__content { flex-direction: column; align-items: stretch; }
  .md360-consent.floating { width: calc(100% - 32px); right: 16px; }
}
