.theme-markas .location-block{background-color:var(--color-secondary)}.theme-markas .location-block__card{padding:clamp(1.5rem,4vw,2.5rem);border-radius:1.5rem;background-color:var(--color-secondary);box-shadow:0 4px 24px rgba(0,0,0,6%)}.theme-markas .location-block__grid{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1.15fr);gap:clamp(1.5rem,4vw,3rem);align-items:stretch}.theme-markas .location-block__title{display:flex;align-items:center;gap:.625rem;margin:0 0 1.25rem;font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary)}.theme-markas .location-block__title .icon{font-size:1.375rem;width:1.375rem;height:1.375rem}.theme-markas .location-block__address{display:flex;flex-direction:column;gap:.25rem;margin:0 0 1.75rem;font-style:normal;color:var(--color-text-muted);line-height:1.6}.theme-markas .location-block__contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem;margin:0 0 1.75rem}.theme-markas .location-block__contact-item{margin:0}.theme-markas .location-block__contact-item dt{margin-bottom:.375rem;font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.theme-markas .location-block__contact-item dd{margin:0;font-size:1rem;font-weight:700;color:var(--color-primary);display:flex;flex-direction:column;gap:.25rem}.theme-markas .location-block__contact-item a{color:inherit;text-decoration:none}.theme-markas .location-block__contact-item a:hover{color:var(--color-accent)}.theme-markas .location-block__hours{padding-top:1.5rem;border-top:1px solid rgba(0,0,0,8%)}.theme-markas .location-block__hours-title{display:flex;align-items:center;gap:.625rem;margin:0 0 1rem;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.theme-markas .location-block__hours-title .icon{width:1.125rem;height:1.125rem}.theme-markas .location-block__hours-list{list-style:none;margin:0;padding:0}.theme-markas .location-block__hours-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.5rem;font-size:.9375rem;color:var(--color-primary)}.theme-markas .location-block__hours-row.is-closed,.theme-markas .location-block__hours-row.is-closed .location-block__hours-day,.theme-markas .location-block__hours-row.is-closed .location-block__hours-time{color:#8b1a1a;font-weight:700}.theme-markas .location-block__hours-day{color:var(--color-text-muted)}.theme-markas .location-block__hours-time{font-weight:600;text-align:right}.theme-markas .location-block__map-col{display:flex;flex-direction:column;min-height:100%}.theme-markas .location-block__map{position:relative;flex:1;min-height:clamp(16rem,40vw,22rem);overflow:hidden;border-radius:1.25rem;background-color:#e8e8ec}.theme-markas .location-block__map:not(.location-block__map--loading):not(.location-block__map--loaded) .location-block__map-frame{display:none}.theme-markas .location-block__map-placeholder{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;height:100%;margin:0;padding:1rem;border:0;background:linear-gradient(145deg,#ececf0 0%,#e0e0e6 100%);color:var(--color-primary);cursor:pointer;transition:background-color .2s ease}.theme-markas .location-block__map-placeholder:hover,.theme-markas .location-block__map-placeholder:focus-visible{background:linear-gradient(145deg,#e4e4ea 0%,#d8d8de 100%);outline:none}.theme-markas .location-block__map-placeholder .icon{opacity:.7}.theme-markas .location-block__map-placeholder-text{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.theme-markas .location-block__map-placeholder[hidden],.theme-markas .location-block__map--loaded .location-block__map-placeholder{display:none}.theme-markas .location-block__map-loader{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:rgba(232,232,236,.96);color:var(--color-primary)}.theme-markas .location-block__map-loader[hidden]{display:none}.theme-markas .location-block__map-loader-spinner{width:2rem;height:2rem;border:2px solid rgba(0,0,0,.1);border-top-color:var(--color-primary);border-radius:50%;animation:location-map-spin .8s linear infinite}.theme-markas .location-block__map-loader-text{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}@keyframes location-map-spin{to{transform:rotate(360deg)}}.theme-markas .location-block__map-frame{display:block;width:100%;height:100%;min-height:clamp(16rem,40vw,22rem);border:0}.theme-markas .location-block__map-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.875rem}.theme-markas .location-block__coordinates{margin:0;font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.theme-markas .location-block__maps-link{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.2em;color:var(--color-primary)}.theme-markas .location-block__maps-link:hover{color:var(--color-accent)}@media(max-width:992px){.theme-markas .location-block__grid{grid-template-columns:1fr}}@media(max-width:576px){.theme-markas .location-block__contact{grid-template-columns:1fr}.theme-markas .location-block__map-footer{flex-direction:column;align-items:flex-start}}