/* Revolut embedded card field — trust chrome + layout. */
.fct-revolut-card {
  border: 1px solid #e2e6ea;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}
.fct-revolut-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #1a1f24;
}
.fct-revolut-card__header svg { flex: 0 0 auto; color: #1a1f24; }
.fct-revolut-card__field {
  min-height: 46px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.fct-revolut-card__field--focused {
  border-color: #0666eb;
  box-shadow: 0 0 0 3px rgba(6, 102, 235, 0.12);
}
.fct-revolut-card__consent {
  margin-top: 12px;
  font-size: 12px;
  color: #5b6670;
  line-height: 1.45;
}
.fct-revolut-hint { font-size: 13px; color: #5b6670; margin: 10px 0 0; }
.fct-error-message { font-size: 13px; color: #c0392b; margin: 10px 0 0; }
