.ichcr-footer { padding: 1rem; text-align: center; background: var(--navy, #102d3a); color: #fff; }
.ichcr-footer a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }
.ichcr-form { max-width: 48rem; margin: 1.5rem auto; }
.ichcr-form label, .ichcr-form dt { display: block; font-weight: 600; margin-bottom: .5rem; }
.ichcr-form input:not([type="hidden"]), .ichcr-form textarea { display: block; width: 100%; max-width: 100%; box-sizing: border-box; font: inherit; padding: .75rem; border: 1px solid #6b7280; border-radius: .4rem; color: #172033; background: #fff; }
.ichcr-form dd { margin: 0 0 1rem; overflow-wrap: anywhere; }
.ichcr-form button { min-height: 44px; padding: .75rem 1rem; white-space: normal; max-width: 100%; font: inherit; border: 1px solid var(--teal-dark, #025f66); border-radius: .4rem; background: var(--teal-dark, #025f66); color: #fff; cursor: pointer; }
.ichcr-form button:hover { background: var(--navy, #102d3a); }
.ichcr-form button + a { display: block; margin-top: .8rem; text-decoration: underline; }
.ichcr-form :focus-visible, .ichcr-checkout :focus-visible { outline: 3px solid #1766c0; outline-offset: 3px; }
.ichcr-receipt { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; border: 1px solid #6b7280; border-radius: .4rem; padding: 1rem; }
.ichcr-notice { padding: 1rem; border: 2px solid #b43535; }
.ichcr-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.ichcr-checkout { margin: 1rem 0; padding: 1rem; border: 1px solid #6b7280; }
.ichcr-checkout legend { font-size: 1rem; font-weight: 600; padding: 0 .3rem; }
.ichcr-checkout label { white-space: normal; line-height: 1.5; }
@media print { .ichcr-form form, .ichcr-footer { display: none; } }
