/* Antimort Unified Checkout — cookie notice only (sitewide, first-party, minimal). */

.auc-cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(31, 41, 55, 0.96);
  color: #fff;
  font-size: 0.88rem;
  box-sizing: border-box;
}

.auc-cookie-text {
  flex: 1 1 auto;
  min-width: 200px;
}

.auc-cookie-link {
  color: #9ecbff;
  text-decoration: underline;
  margin-right: 0.5rem;
}

.auc-cookie-accept {
  flex: 0 0 auto;
  background: #2b6cb0;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

@media (max-width: 480px) {
  .auc-cookie-notice {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
