#chili-field .optional { display: block; margin-top: 5px; line-height: 1.4; }
.guest-counts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rsvp-count { margin: 16px 0 0; font: 700 11px/1.5 Unbounded, sans-serif; color: #f5d89a; }
.host-card { max-width: 900px; margin: 48px auto; }
.host-heading { display:flex; justify-content:space-between; align-items:center; }
.host-heading .card-kicker { margin:0; }
.small-button { width:auto; padding:9px 12px; margin:0; font-size:10px; }
.host-card h3 { margin:28px 0 14px; font:24px Creepster,serif; color:#8a3517; }
.host-card h3 + .optional { display:block; margin:-7px 0 14px; line-height:1.45; }
.host-summary { font-weight:700; color:#6e604c; }
.table-wrap { overflow-x:auto; border:1px solid #a79270; }
table { width:100%; border-collapse:collapse; min-width:650px; font-size:13px; }
th,td { text-align:left; padding:12px; vertical-align:top; border-bottom:1px solid #d4c19a; }
th { font:10px Unbounded,sans-serif; letter-spacing:1px; color:#6e604c; }
small { color:#6e604c; }.status { font-weight:700; }.status.yes { color:#39733f; }.status.maybe { color:#9d6712; }.status.no { color:#8a3517; }.status.not-replied { color:#6e604c; }
