/**
 * Team Redemption Form Styles
 */

.pifster-team-redeem {
  max-width: 500px;
  margin: 0 auto;
  padding: var(--c-gap-4);
}

.pifster-team-redeem h3 {
  margin-bottom: var(--c-gap-3);
  font-size: 1.5rem;
  font-weight: 600;
}

.pifster-team-redeem__form {
  margin-bottom: var(--c-gap-3);
}

.pifster-team-redeem__form label {
  display: block;
  margin-bottom: var(--c-gap-3);
}

.pifster-team-redeem__form .c-label {
  display: block;
  margin-bottom: var(--c-gap-1);
  font-weight: 600;
  color: var(--c-color-text);
}

.pifster-team-redeem__notice {
  padding: var(--c-gap-3);
  border-radius: var(--c-radius);
  margin-bottom: var(--c-gap-3);
}

.pifster-team-redeem__notice--success {
  background: #d1fae5;
  color: #065f46;
}

.pifster-team-redeem__notice--pending {
  background: #dbeafe;
  color: #1e40af;
}

.pifster-team-redeem__notice--error {
  background: #fee2e2;
  color: #991b1b;
}

.pifster-team-redeem__notice a {
  color: inherit;
  text-decoration: underline;
}
