/* RECATOOLS — Pain & Suffering Settlement Estimator */
.ps-block-h { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #6d28d9; margin-bottom: .45rem; }
.ps-block-h--mt { margin-top: 1rem; }
.ps-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
@media (max-width: 520px) { .ps-inputs { grid-template-columns: 1fr; } }

.input-row { margin-bottom: .55rem; }
.input-row label { display: block; font-size: .74rem; font-weight: 600; color: #6b6760; margin-bottom: .2rem; }
.input-prefix-wrap { display: flex; align-items: stretch; border: 1px solid #ebebeb; border-radius: 6px; background: #fff; overflow: hidden; }
.ipx-label { padding: .45rem .55rem; background: #f0ede9; font-size: .76rem; font-weight: 600; color: #6b6760; white-space: nowrap; }
.ipx-label.ipx-suffix { border-left: 1px solid #ebebeb; }
.input-prefix-wrap input[type="number"] { flex: 1; border: none; padding: .45rem .6rem; font-size: .88rem; font-family: inherit; background: transparent; color: #1a1814; width: 100%; box-sizing: border-box; }
.input-prefix-wrap input:focus { outline: none; box-shadow: inset 0 0 0 2px #6d28d9; }
.ps-select { width: 100%; padding: .5rem .6rem; font-size: .86rem; font-family: inherit; border: 1px solid #ebebeb; border-radius: 6px; background: #fff; color: #1a1814; }
.ps-select:focus { outline: none; box-shadow: inset 0 0 0 2px #6d28d9; }

.ps-consent { display: flex; gap: .6rem; align-items: flex-start; margin: 1rem 0 .25rem; padding: .75rem .85rem; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 8px; font-size: .8rem; line-height: 1.5; color: #4c1d95; cursor: pointer; }
.ps-consent input[type="checkbox"] { margin-top: .15rem; width: 16px; height: 16px; accent-color: #6d28d9; flex-shrink: 0; }

.calc-btn { width: 100%; margin: .65rem 0 1rem; padding: .75rem 1.25rem; background: #E8472F; color: #fff; border: none; border-radius: 8px; font-size: .95rem; font-weight: 700; cursor: pointer; font-family: inherit; }
.calc-btn:hover { background: #c8391f; }

.ps-headline { padding: 1rem 1.1rem; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 12px; margin-bottom: .85rem; }
.ps-headline-label { font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #6d28d9; }
.ps-headline-value { font-size: 1.7rem; font-weight: 800; font-family: 'IBM Plex Serif', serif; color: #4c1d95; line-height: 1.15; margin-top: .15rem; }
.ps-headline-sub { font-size: .78rem; color: #475569; margin-top: .25rem; }

.verdict-bar { margin: 1rem 0; padding: .75rem 1rem; background: #f5f3ff; border-left: 3px solid #6d28d9; border-radius: 0 6px 6px 0; font-size: .875rem; line-height: 1.6; color: #1a1814; }
.verdict-bar:empty { display: none; }

.ps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
@media (max-width: 640px) { .ps-grid { grid-template-columns: 1fr 1fr; } }
.ps-card { padding: .85rem .55rem; background: #fafaf9; border: 1px solid #ebebeb; border-radius: 10px; text-align: center; }
.ps-card-key { background: #f5f3ff; border-color: #ddd6fe; }
.ps-lbl { font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #6b6760; }
.ps-val { font-size: .95rem; font-weight: 800; font-family: 'IBM Plex Serif', serif; color: #4c1d95; margin-top: .25rem; line-height: 1.25; }

.ps-cta { margin-top: 1rem; padding: .85rem 1rem; background: #fffbeb; border: 1px solid #fde68a; border-left: 4px solid #d97706; border-radius: 8px; font-size: .82rem; line-height: 1.6; color: #78350f; }
.ps-cta-strong { font-weight: 700; color: #92400e; }

/* cache-buster: 2026-05-31T00:00:00Z */
