.public-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(160deg, #0f172a 0%, #1e3a5f 100%);
}

.public-card {
  width: 100%;
  max-width: 420px;
  background: #1a2332;
  border: 1px solid #2d3a4f;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.public-card h1 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.public-card .small {
  font-size: 0.85rem;
  margin-top: 16px;
}

.quote-box {
  background: #0d1117;
  border-radius: 10px;
  padding: 16px;
  margin: 16px 0;
}

.quote-box p {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  gap: 12px;
}

.quote-box span {
  color: #8b9cb3;
}

.quote-box .total {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #2d3a4f;
  font-size: 1.15rem;
}

.btn-pay {
  width: 100%;
  margin-top: 12px;
  background: #22c55e !important;
  font-size: 1.05rem;
  font-weight: 600;
}

.btn-advance {
  background: #3b82f6 !important;
  white-space: normal;
  line-height: 1.35;
  padding: 14px 16px;
}

.fee-payer-fieldset {
  border: 1px solid #2d3a4f;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 16px 0 8px;
}

.fee-payer-fieldset legend {
  padding: 0 6px;
}

.fee-payer-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.35;
}

.fee-payer-option input {
  margin-top: 3px;
}

.quote-box .fee-line {
  font-size: 0.92rem;
}

.public-card.center {
  text-align: center;
}

.subscriber-box {
  background: #0d1117;
  border: 1px solid #3b82f6;
  border-radius: 10px;
  padding: 16px;
  margin: 16px 0;
  text-align: center;
}

.subscriber-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.subscriber-city {
  margin: 0;
  color: #c7d2e0;
}

.subscriber-city span {
  color: #8b9cb3;
}

.status-line {
  margin: 12px 0;
}

.success-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.2);
  color: #86efac;
  font-size: 2rem;
  margin: 0 auto 16px;
}

#state-paid h1 {
  color: #86efac;
}

.success-summary {
  text-align: left;
  margin-top: 20px;
}
