.gf-checkout-section {
  margin-bottom: 2rem;
}

.gf-checkout-section__title {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.gf-checkout-fields {
  display: none;
}

.gf-checkout-fields.is-active {
  display: block;
}

.gf-checkout-hint {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.35rem;
}

.gf-checkout-bank-info {
  display: none;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  background: #f8f8fa;
  border-radius: 8px;
  border: 1px solid #ececf0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.gf-checkout-bank-info.is-visible {
  display: block;
}

.gf-checkout-bank-info code {
  font-size: 0.88rem;
  word-break: break-all;
}

.gf-checkout-payment-option.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.gf-checkout-summary-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.gf-checkout-summary-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gf-checkout-summary-item__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.gf-checkout-summary-item__name {
  font-weight: 600;
  line-height: 1.35;
}

.gf-checkout-summary-item__meta {
  margin: 0.25rem 0 0;
  font-size: 0.88rem;
}
