.home-lookup { margin: 0 0 24px; padding: 20px; border: 1px solid #bdd6e7; border-radius: 16px; background: #f0f7fc; color: #183c51; }
.home-lookup[hidden], .home-lookup [hidden] { display: none !important; }
.home-lookup h3 { margin: 0 0 6px; font-size: 19px; line-height: 1.3; }
.home-lookup p { margin: 8px 0; font-size: 14px; line-height: 1.6; }
.home-lookup .lookup-kicker { margin: 0 0 6px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #38637f; }
.lookup-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.home-lookup button { min-height: 44px; padding: 10px 14px; border: 1px solid #225c80; border-radius: 9px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; background: #225c80; color: white; }
.home-lookup button.lookup-secondary { background: white; color: #225c80; border-color: #b2cbdc; }
.home-lookup button:disabled { opacity: .6; cursor: default; }
.home-lookup button:focus-visible, .home-lookup select:focus-visible { outline: 3px solid #bf851a; outline-offset: 3px; }
.home-lookup #lookup-status { margin: 12px 0 0; font-weight: 600; }
.lookup-result { margin-top: 16px; padding: 16px; background: white; border: 1px solid #d2e1eb; border-radius: 12px; overflow-wrap: anywhere; }
.home-lookup .lookup-address { font-size: 16px; font-weight: 750; line-height: 1.4; }
.lookup-result dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 14px 0; }
.lookup-result dt { font-size: 12px; color: #526879; }
.lookup-result dd { margin: 3px 0 0; font-size: 16px; font-weight: 700; }
.home-lookup .lookup-warning { padding: 10px 12px; background: #fff6e3; border-radius: 8px; color: #6a4c12; }
.lookup-field-source { display: block; margin-top: 6px; color: #225c80; font-size: 13px; line-height: 1.5; }
.lookup-review { white-space: pre-line; margin: 16px 0; font-size: 14px; line-height: 1.6; padding: 14px; border: 1px solid #d2e1eb; border-radius: 10px; }
@media (max-width: 440px) { .home-lookup { padding: 15px; } .lookup-actions { flex-direction: column; } .home-lookup button { width: 100%; } .lookup-result { padding: 12px; } }
