/* Minimal UI */
.hjs-btn{display:inline-block;padding:.75rem 1rem;border-radius:.75rem;text-decoration:none;border:1px solid transparent;font-weight:600}
.hjs-btn:hover,.hjs-btn:focus{outline:2px solid #000;outline-offset:2px}
.hjs-policies h4{margin-bottom:.25rem}
.hjs-faq__item{margin:.5rem 0}
.hjs-location{border:1px solid #ddd;padding:1rem;border-radius:.75rem;margin:.5rem 0}
/* Sticky */
.hjs-sticky{position:fixed;left:0;right:0;bottom:0;display:flex;gap:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#fff;border-top:1px solid #eee;z-index:9999;box-shadow:0 -2px 12px rgba(0,0,0,.05)}
.hjs-sticky__cta{flex:1;text-align:center;border:1px solid #111;border-radius:.75rem;padding:.6rem .8rem;text-decoration:none;font-weight:700}
.hjs-sticky__cta--call{border-style:dashed}
@media (min-width: 782px){ .hjs-sticky{display:none;} }