.nph-short-finder { border: 1px solid #d9d9d2; border-radius: .75rem; padding: clamp(1rem, 3vw, 2rem); background: #fff; color: #171819; }
.nph-short-finder [hidden] { display: none !important; }
.nph-short-finder h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.15; margin: 0; }
.nph-short-finder p { line-height: 1.6; margin: 1rem 0; }
.nph-short-finder .nph-short-form { margin-top: 1.5rem; }
.nph-short-finder label { display: block; font-weight: 700; margin-bottom: .5rem; }
.nph-short-finder .nph-short-input-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.nph-short-finder input { flex: 1 1 13rem; min-width: 0; max-width: 24rem; min-height: 48px; border: 1px solid #626463; border-radius: .4rem; padding: .7rem; font: 700 1.2rem system-ui, sans-serif; text-transform: uppercase; color: #171819; background: #fff; }
.nph-short-finder input[aria-invalid="true"] { border-color: #a31515; }
.nph-short-finder button { min-height: 48px; padding: .7rem 1.1rem; border: 1px solid #171819; border-radius: .4rem; font: 650 1rem system-ui, sans-serif; cursor: pointer; color: #171819; background: #fdaf00; }
.nph-short-finder [data-short-reset] { background: #fff; }
.nph-short-finder :is(input, button, a, [tabindex]):focus-visible { outline: 3px solid #a66e00; outline-offset: 3px; }
.nph-short-finder .nph-short-table { overflow-x: auto; max-width: 100%; }
.nph-short-finder table { width: 100%; border-collapse: collapse; text-align: left; font-size: .9rem; }
.nph-short-finder caption { text-align: left; font-weight: 650; padding: 1rem 0; }
.nph-short-finder :is(th, td) { padding: .85rem; border-bottom: 1px solid #d9d9d2; vertical-align: top; }
.nph-short-finder thead { background: #f4f3ef; }
.nph-short-finder [data-short-match="true"] { background: #f1f7ed; }
.nph-short-finder .nph-short-note { color: #626463; font-size: .85rem; }
.nph-short-finder .nph-short-link { display: inline-block; font-weight: 700; min-height: 44px; padding-block: .75rem; text-decoration: underline; }
@media (max-width: 540px) {
  .nph-short-finder input { max-width: none; flex-basis: 100%; width: 100%; }
  .nph-short-finder button { flex: 1; }
  .nph-short-finder :is(th, td) { padding: .6rem .4rem; font-size: .78rem; }
}
