/* ═══════════════════════════════════════════════════════
   NHOA NAVAS — Gift Card · Campos en producto
   Archivo: /assets/css/nhoa-giftcard.css
═══════════════════════════════════════════════════════ */

.nn-gc-fields {
  margin: 24px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.nn-gc-block { display: flex; flex-direction: column; gap: 10px; }

.nn-gc-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2E2822;
  opacity: .6;
}

.nn-gc-toggle {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 0.5px solid rgba(46, 40, 34, 0.18);
}

.nn-gc-toggle-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(46, 40, 34, 0.12);
  transition: background .2s ease;
}
.nn-gc-toggle-opt:last-child { border-bottom: none; }
.nn-gc-toggle-opt:hover { background: rgba(46, 40, 34, 0.03); }

.nn-gc-toggle-opt input[type="radio"] {
  accent-color: #2E2822;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin: 0;
}

.nn-gc-toggle-opt span {
  font-size: 13px;
  color: #2E2822;
}
.nn-gc-toggle-opt span em {
  font-style: normal;
  opacity: .5;
  font-size: 12px;
}

.nn-gc-gift-only {
  padding: 18px 18px 4px;
  background: #F5F0E8;
  border-left: 2px solid #A07848;
}

.nn-gc-row { margin-bottom: 16px; }
.nn-gc-row:last-child { margin-bottom: 4px; }

.nn-gc-row label { display: flex; flex-direction: column; gap: 6px; width: 100%; }

.nn-gc-field-label {
  font-size: 11px;
  color: #2E2822;
  opacity: .6;
}
.nn-gc-field-label em { font-style: normal; opacity: .7; }

.nn-gc-row input[type="text"],
.nn-gc-row input[type="email"],
.nn-gc-row textarea {
  font-family: inherit;
  font-size: 14px;
  background: #fff;
  border: 0.5px solid rgba(46, 40, 34, 0.2);
  padding: 10px 12px;
  color: #2E2822;
  outline: none;
  width: 100%;
  border-radius: 0;
}
.nn-gc-row input:focus,
.nn-gc-row textarea:focus {
  border-color: #A07848;
}
.nn-gc-row textarea { resize: vertical; min-height: 70px; }

.nn-gc-note {
  font-size: 11px;
  line-height: 1.6;
  color: #8A7A68;
}

.nn-gc-error {
  font-size: 12px;
  color: #a33;
  background: #fbeaea;
  padding: 10px 14px;
  border-left: 2px solid #a33;
}
