/* GiftCardVibe warning and safety notices: accessible on light surfaces. */
.gcv-warning,
.gcv2-warning,
.gcv-system-warning {
  position: relative;
  overflow-wrap: anywhere;
  border: 1px solid #e7b85b;
  border-left: 4px solid #d97706;
  border-radius: 12px;
  background: linear-gradient(135deg, #fffaf0 0%, #fff5dc 100%);
  color: #5c3b00;
  line-height: 1.7;
  padding: 16px 18px 16px 20px;
  box-shadow: 0 10px 28px rgba(120, 72, 0, .08);
}

.gcv-warning strong,
.gcv2-warning strong,
.gcv-system-warning strong {
  color: #3f2900;
  font-weight: 850;
}

.gcv-warning a,
.gcv2-warning a,
.gcv-system-warning a {
  color: #8a4500;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* The price-system page intentionally uses a dark canvas. */
.gcv-system-page .gcv-system-warning {
  border-color: rgba(251, 191, 36, .42);
  border-left-color: #f59e0b;
  background: rgba(217, 119, 6, .14);
  color: #ffedbf;
  box-shadow: none;
}

.gcv-system-page .gcv-system-warning strong,
.gcv-system-page .gcv-system-warning a {
  color: #fff7df;
}

@media (max-width: 640px) {
  .gcv-warning,
  .gcv2-warning,
  .gcv-system-warning {
    border-radius: 10px;
    padding: 14px 15px 14px 17px;
  }
}
