.wr-rma-root {
  font-size: 17px;
  line-height: 1.45;
  color: #0b1325;
  font-family: Georgia, "Times New Roman", serif;
}
.wr-rma-root input,
.wr-rma-root select,
.wr-rma-root button,
.wr-rma-root textarea {
  font-size: 17px;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}
.wr-rma-card {
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 10px;
  padding: 16px 18px;
  margin: 0 0 12px;
  background: #f8fafc;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}
.wr-rma-card:hover,
.wr-rma-card:focus-visible {
  border-color: rgba(212, 175, 55, 0.75);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.28);
  outline: none;
}
.wr-rma-card.is-rec {
  background: linear-gradient(180deg, #0b1325 0%, #152238 100%);
  color: #e2e8f0;
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 4px 18px rgba(11, 19, 37, 0.18);
}
.wr-rma-card.is-rec:hover,
.wr-rma-card.is-rec:focus-visible,
.wr-rma-card.is-selected {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.45), 0 6px 20px rgba(11, 19, 37, 0.28);
  transform: translateY(-1px);
}
.wr-rma-card.is-muted {
  opacity: 0.85;
  background: #fff;
  border-color: #cbd5e1;
}
.wr-rma-card.is-muted:hover,
.wr-rma-card.is-muted:focus-visible {
  opacity: 1;
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.35);
}
.wr-rma-amt {
  font-weight: 700;
  font-size: 1.12em;
  letter-spacing: 0.01em;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}
.wr-rma-card.is-rec .wr-rma-amt {
  color: #f0e6c8;
}
.wr-rma-badge {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 6px;
  font-family: system-ui, sans-serif;
}
.wr-rma-btn {
  display: inline-block;
  background: linear-gradient(180deg, #e8c96a, #d4af37);
  color: #0b1325;
  border: 0;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 650;
  cursor: pointer;
}
.wr-rma-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.wr-rma-field {
  margin: 0 0 14px;
}
.wr-rma-field label {
  display: block;
  margin-bottom: 6px;
  font-family: system-ui, sans-serif;
  font-weight: 600;
}
.wr-rma-field input,
.wr-rma-field select {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid #94a3b8;
  border-radius: 8px;
}
.wr-rma-item {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 8px;
}
.wr-rma-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  background: #e2e8f0;
}
.wr-rma-err {
  color: #b32d2e;
  margin: 8px 0;
  font-family: system-ui, sans-serif;
}
.wr-rma-hint {
  font-size: 15px;
  color: #475569;
  font-family: system-ui, sans-serif;
}
