.giftcard-redeem,
.giftcard-cards,
.giftcard-credit,
.giftcard-order-codes {
  margin: 1.5rem 0;
}

.giftcard-page {
  max-width: 960px;
  margin: 2rem auto;
}

.giftcard-hero {
  background: #f6f1e9;
  border: 1px solid #eadfce;
  border-radius: 14px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}

.giftcard-hero__title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}

.giftcard-hero__subtitle {
  margin: 0;
  color: #5a4f3d;
}

.giftcard-panel {
  background: #fff;
  border: 1px solid #e7e0d5;
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: 0 12px 30px rgba(45, 35, 23, 0.08);
}

.giftcard-credit .giftcard-form,
.giftcard-redeem .giftcard-form {
  margin-top: 1rem;
}

.giftcard-form--stacked .form-group {
  margin-bottom: 1rem;
}

.giftcard-balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px dashed #d8c8b3;
  border-radius: 10px;
  background: #fffaf3;
  margin-bottom: 1rem;
}

.giftcard-balance__label {
  font-weight: 600;
  color: #5a4f3d;
}

.giftcard-balance__value {
  font-size: 1.25rem;
  font-weight: 700;
}

.giftcard-form-inline {
  margin-bottom: 1rem;
}

.giftcard-table th {
  font-weight: 600;
  color: #4b3f2f;
}

.giftcard-table td code {
  background: #f0f3f7;
  padding: 0.2rem 0.4rem;
  border-radius: 6px;
}

.giftcard-code-list {
  list-style: none;
  padding-left: 0;
}

.giftcard-code-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.5rem;
}

.giftcard-status {
  font-size: 0.9rem;
  color: #666;
}
