/* Compact external lookup results. Property-detail cards stay disabled until a licensed source is available. */
.property-lookup-actions{display:grid;gap:18px;margin-top:22px;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--card);box-shadow:var(--shadow-card)}
.property-lookup-actions>header{display:grid;gap:5px}.property-lookup-actions>header span{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.property-lookup-actions>header strong{color:var(--text);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.35}
.property-lookup-actions>div{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}
.property-lookup-button{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:15px;min-height:88px;padding:17px 18px;border:1px solid var(--border);border-radius:17px;color:var(--text);background:var(--elevated);box-shadow:inset 0 1px rgba(255,255,255,.06),0 10px 22px rgba(0,0,0,.08);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.property-lookup-button:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--blue) 50%,var(--border));box-shadow:inset 0 1px rgba(255,255,255,.1),0 15px 28px rgba(0,0,0,.14)}
.property-lookup-button>span:first-child{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#2589e8,#1766c2);box-shadow:0 9px 19px rgba(27,111,198,.2);font-size:1.25rem;font-weight:900}
.property-lookup-button>span:last-child{display:grid;gap:4px}.property-lookup-button strong{font-size:1.02rem}.property-lookup-button small{color:var(--secondary);font-size:.82rem;line-height:1.35}
:root[data-theme="light"] .property-lookup-actions{background:rgba(214,219,224,.82);border-color:rgba(255,255,255,.2)}:root[data-theme="light"] .property-lookup-button{background:rgba(220,225,230,.74);border-color:rgba(255,255,255,.24)}
@media(max-width:640px){.property-lookup-actions{padding:18px}.property-lookup-actions>div{grid-template-columns:1fr}}

.recent-property-searches{display:grid;gap:12px;margin-top:18px;padding:18px 20px;border:1px solid var(--border);border-radius:17px;background:var(--card);box-shadow:var(--shadow-card)}
.recent-property-searches>header{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.recent-property-searches>header strong{color:var(--text);font-size:.96rem}.recent-property-searches>header span{color:var(--muted);font-size:.76rem}
.recent-property-searches>div{display:flex;gap:9px;overflow-x:auto;padding:2px 2px 5px;scrollbar-width:thin}.recent-property-searches button{flex:0 0 auto;max-width:min(360px,78vw);padding:9px 13px;overflow:hidden;border:1px solid var(--border);border-radius:11px;color:var(--secondary);background:var(--elevated);font:inherit;font-size:.82rem;font-weight:700;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:transform .18s ease,color .18s ease,border-color .18s ease,background .18s ease}.recent-property-searches button:hover,.recent-property-searches button:focus-visible{transform:translateY(-2px);color:var(--text);border-color:color-mix(in srgb,var(--blue) 52%,var(--border));background:color-mix(in srgb,var(--blue) 8%,var(--elevated))}
:root[data-theme="light"] .recent-property-searches{background:rgba(214,219,224,.82);border-color:rgba(255,255,255,.2)}:root[data-theme="light"] .recent-property-searches button{background:rgba(220,225,230,.74);border-color:rgba(255,255,255,.24)}
@media(max-width:640px){.recent-property-searches{padding:15px}.recent-property-searches>header{align-items:flex-start;flex-direction:column;gap:3px}}
