.quick-search { padding: 18px 4px 0; }
.quick-search p { margin: 0 0 10px; font-size: .875rem; font-weight: 700; color: #345f76; }
.quick-search-links { display: flex; flex-wrap: wrap; gap: 9px; }
.quick-search a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 17px; border: 1px solid #c5dce6; border-radius: 28px; background: #fff; color: #245873; font-size: .9375rem; font-weight: 700; text-decoration: none; }
.quick-search a:hover, .quick-search a[aria-current] { background: #e4f1f8; border-color: #5c9bb7; }
.quick-search a[aria-current] { box-shadow: inset 0 0 0 1px #5c9bb7; }
.quick-search .quick-reset { background: transparent; border-color: transparent; text-decoration: underline; text-underline-offset: 4px; }
.quick-search a:focus-visible { outline: 3px solid #d76b32; outline-offset: 3px; }
.seller-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin: 30px 0 24px; padding: 0; list-style: none; text-align: left; }
.seller-steps li { display: flex; gap: 11px; min-width: 0; }
.seller-step-marker { flex: 0 0 14px; height: 2px; margin-top: .65em; border-radius: 2px; background: #b95528; }
.seller-steps h3 { font-size: 1rem; line-height: 1.45; margin: 0 0 7px; color: #245e7b; }
.contact-cta .cta-copy .seller-steps p { font-size: 1rem; line-height: 1.6; margin: 0; color: #465c69; }
.contact-cta .cta-copy .seller-note { font-size: .9375rem; line-height: 1.6; margin-bottom: 20px; color: #425e6f; }
.property-highlights { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: -5px 0 25px; }
.property-highlights li { background: linear-gradient(110deg, #e8f4f9, #f7fbfc); border: 1px solid #d5e8ee; border-radius: 22px; padding: 9px 16px; font-size: 1rem; font-weight: 700; color: #245873; }
@media (max-width: 760px) {
  .seller-steps { grid-template-columns: 1fr; gap: 19px; max-width: 490px; margin: 25px auto; }
  .seller-steps h3 { margin-bottom: 3px; }
  .property-highlights { gap: 7px; margin-top: 0; }
  .property-highlights li { padding: 8px 12px; font-size: .9375rem; }
}
