/* Small, non-blocking Mithyos consent notice. */
.mithyos-consent-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(560px, calc(100vw - 40px));
  box-sizing: border-box;
  padding: 13px 16px;
  border: 1px solid rgba(238, 207, 152, .55);
  border-radius: 2px;
  background: #16103f;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  color: rgba(243, 241, 234, .86);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.mithyos-consent-copy { flex: 1; }
.mithyos-consent-copy a { color: #EECF98; text-decoration: underline; text-underline-offset: 2px; }
.mithyos-consent-accept {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid #fadab6;
  border-radius: 2px;
  background: #fadab6;
  color: #1b154e;
  cursor: pointer;
  font: 700 10px/1 'Inter', sans-serif;
  letter-spacing: .12em;
  padding: 0 14px;
  text-transform: uppercase;
}
.mithyos-consent-accept:hover { background: #EECF98; border-color: #EECF98; }

@media (max-width: 600px) {
  .mithyos-consent-bar { right: 10px; bottom: 10px; width: calc(100vw - 20px); gap: 12px; padding: 12px; }
  .mithyos-consent-accept { padding: 0 11px; }
}
