.hk-contact-trigger{position:fixed;z-index:85;left:26px;bottom:26px;display:grid;place-items:center;width:60px;height:60px;border:0;border-radius:50%;background:#123cff;color:#fff!important;box-shadow:0 0 0 8px rgba(80,77,239,.13),0 0 0 16px rgba(80,77,239,.06);text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}
.hk-contact-trigger svg{width:30px;height:30px}
.hk-contact-trigger:hover{background:#0025df}
.hk-contact-panel:not([open]){display:none}
.hk-contact-panel[open]{position:fixed;inset:auto auto 108px 20px;box-sizing:border-box;width:375px;max-width:calc(100vw - 40px);max-height:calc(100vh - 136px);max-height:calc(100dvh - 136px);margin:0;padding:14px 13px 13px;overflow:auto;border:0;border-radius:13px;background:#fff;color:#555b65;font-family:inherit;box-shadow:0 14px 45px rgba(0,0,0,.18)}
.hk-contact-panel::backdrop{background:rgba(0,0,0,.22)}
.hk-contact-close{position:absolute;top:5px;left:6px;display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:#737982;font:26px/1 Arial,sans-serif;cursor:pointer}
.hk-contact-logo{display:flex;align-items:center;justify-content:center;min-height:64px;margin:0 24px 12px;text-align:center;color:#123cff}
.hk-contact-logo img{width:auto;max-width:175px;height:auto;max-height:64px;object-fit:contain}
.hk-contact-logo strong{font-size:26px;line-height:1.1}.hk-contact-logo strong span{display:block;font-size:25px}
.hk-contact-rows{display:grid;gap:12px}
.hk-contact-row{display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:12px;min-height:50px;padding:0 0 0 13px;overflow:hidden;border-radius:13px;background:#eee;color:#555b65!important;font-size:15px;line-height:1.9;text-decoration:none!important}
.hk-contact-row>span:last-child{min-width:0;text-align:right;overflow-wrap:anywhere}
.hk-contact-icon{display:grid;place-items:center;align-self:stretch;min-height:50px;color:#fff}
.hk-contact-icon svg{width:27px;height:27px}
.hk-contact-hours .hk-contact-icon{background:#a009ce}.hk-contact-phone .hk-contact-icon{background:#00acee}.hk-contact-whatsapp .hk-contact-icon{background:#35c546}
.hk-contact-row:is(a):hover{background:#e2e5e9}
.hk-contact-trigger:focus-visible,.hk-contact-panel :focus-visible{outline:3px solid #123cff;outline-offset:3px}
html.hk-contact-open,html.hk-contact-open body{overflow:hidden!important}
@media(max-width:1024px){
 .hk-contact-trigger{width:54px;height:54px;left:22px;bottom:calc(96px + env(safe-area-inset-bottom,0px))}
 .hk-contact-panel[open]{left:16px;bottom:calc(166px + env(safe-area-inset-bottom,0px));max-width:calc(100vw - 32px);max-height:calc(100vh - 190px);max-height:calc(100dvh - 190px - env(safe-area-inset-bottom,0px))}
 .hk-contact-row{font-size:14px}
}
@media(max-height:480px){.hk-contact-panel[open]{bottom:16px;max-height:calc(100dvh - 32px)}}
body:has(dialog[open]:not(.hk-contact-panel)) .hk-contact-trigger{visibility:hidden}
