.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container img.leaflet-tile { mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//apoguru.de/wp-content/plugins/apoguru-core/vendor/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//apoguru.de/wp-content/plugins/apoguru-core/vendor/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//apoguru.de/wp-content/plugins/apoguru-core/vendor/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}:root {
--apo-primary: #c60060;
--apo-primary-dark: #a8004f;
--apo-primary-light: #e8337f;
--apo-text: #333;
--apo-text-light: #666;
--apo-border: #e0e0e0;
--apo-bg: #fff;
--apo-bg-light: #f8f8f8;
}
.apoguru-map-wrapper {
position: relative;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
} .apoguru-map-controls {
display: flex;
flex-direction: column;
gap: 12px;
padding: 16px 20px;
background: var(--apo-bg);
border-bottom: 1px solid var(--apo-border);
} .apoguru-controls-row1 {
display: flex;
gap: 12px;
align-items: flex-end;
} .apoguru-controls-row2 {
display: flex;
gap: 24px;
align-items: flex-end;
}
.apoguru-control-group {
display: flex;
flex-direction: column;
gap: 6px;
}
.apoguru-control-label {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--apo-primary);
} .apoguru-control-search {
flex: 1;
position: relative;
}
.apoguru-search-box {
display: flex;
} .apoguru-autocomplete {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #fff;
border: 1px solid var(--apo-border);
border-top: none;
border-radius: 0 0 6px 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
z-index: 1000;
max-height: 240px;
overflow-y: auto;
}
.apoguru-autocomplete:empty {
display: none;
}
.apoguru-ac-item {
display: flex;
align-items: flex-start;
gap: 8px;
padding: 10px 14px;
cursor: pointer;
transition: background 0.15s;
font-size: 13px;
line-height: 1.4;
color: var(--apo-text);
border-bottom: 1px solid #f0f0f0;
}
.apoguru-ac-item:last-child {
border-bottom: none;
}
.apoguru-ac-item:hover {
background: #fef0f5;
}
.apoguru-ac-icon {
flex-shrink: 0;
font-size: 14px;
margin-top: 1px;
}
.apoguru-ac-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.apoguru-search-box input {
flex: 1;
padding: 10px 14px;
border: 2px solid var(--apo-border);
border-right: none;
border-radius: 4px 0 0 4px;
font-size: 14px;
outline: none;
transition: border-color 0.2s;
}
.apoguru-search-box input:focus {
border-color: var(--apo-primary);
} .apoguru-locate-btn {
padding: 10px 14px;
border: none;
background: var(--apo-bg);
border-top: 2px solid var(--apo-border);
border-bottom: 2px solid var(--apo-border);
color: var(--apo-primary);
cursor: pointer;
display: flex;
align-items: center;
transition: all 0.2s;
}
.apoguru-locate-btn:hover {
background: #fef0f5;
}
.apoguru-locate-btn.apoguru-locate-active {
background: var(--apo-primary);
color: #fff;
} .apoguru-search-btn {
padding: 10px 16px;
border: none;
background: var(--apo-primary);
color: #fff;
border-radius: 0 4px 4px 0;
cursor: pointer;
display: flex;
align-items: center;
transition: background 0.2s;
}
.apoguru-search-btn:hover {
background: var(--apo-primary-dark);
}
.apoguru-search-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
} .apoguru-control-category {
flex-shrink: 0;
}
.apoguru-category-pills {
display: flex;
gap: 6px;
flex-wrap: wrap;
}
.apoguru-pill {
padding: 8px 16px;
border: 2px solid var(--apo-border);
border-radius: 4px;
background: var(--apo-bg);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
transition: all 0.2s;
color: var(--apo-text);
}
.apoguru-pill:hover {
border-color: var(--apo-primary);
color: var(--apo-primary);
}
.apoguru-pill-active {
background: var(--apo-primary);
border-color: var(--apo-primary);
color: #fff;
}
.apoguru-pill-active:hover {
background: var(--apo-primary-dark);
color: #fff;
} .apoguru-control-radius {
flex: 1;
min-width: 200px;
max-width: 350px;
}
.apoguru-radius-wrap {
display: flex;
flex-direction: column;
gap: 4px;
}
.apoguru-slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 8px;
border-radius: 4px;
background: linear-gradient(to right, var(--apo-primary) 0%, var(--apo-primary) 50%, var(--apo-border) 50%);
outline: none;
cursor: pointer;
}
.apoguru-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #fff;
border: 3px solid var(--apo-primary);
cursor: pointer;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.apoguru-slider::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 50%;
background: #fff;
border: 3px solid var(--apo-primary);
cursor: pointer;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.apoguru-radius-label {
font-size: 12px;
color: var(--apo-text-light);
text-align: right;
} .apoguru-map-layout {
display: flex;
gap: 0;
border: 1px solid var(--apo-border);
overflow: hidden;
background: var(--apo-bg);
}
.apoguru-list-col {
width: 420px;
min-width: 340px;
min-height: 0;
display: flex;
flex-direction: column;
border-right: 1px solid var(--apo-border);
background: var(--apo-bg);
}
.apoguru-map-col {
flex: 1;
min-width: 0;
}
#apoguru-map {
border-radius: 0;
border: none;
z-index: 1;
} .apoguru-map-count {
padding: 10px 16px;
font-size: 13px;
font-weight: 700;
color: #fff;
background: var(--apo-primary);
} .apoguru-store-list {
flex: 1;
overflow-y: auto;
max-height: 500px;
}
.apoguru-list-item {
display: flex;
flex-direction: column;
gap: 6px;
padding: 14px 16px;
border-bottom: 1px solid var(--apo-border);
cursor: pointer;
transition: background 0.15s;
}
.apoguru-list-item:hover {
background: #fef0f5;
}
.apoguru-list-item-active {
background: #fce4ed;
border-left: 4px solid var(--apo-primary);
padding-left: 12px;
}
.apoguru-list-item-main {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.apoguru-list-title {
font-size: 15px;
font-weight: 600;
color: var(--apo-text);
}
.apoguru-list-address {
font-size: 13px;
color: var(--apo-text-light);
display: flex;
align-items: flex-start;
gap: 6px;
}
.apoguru-list-address::before {
content: '';
display: inline-block;
width: 14px;
height: 14px;
min-width: 14px;
margin-top: 2px;
background: var(--apo-primary);
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center;
}
.apoguru-list-phone {
font-size: 13px;
display: flex;
align-items: center;
gap: 6px;
}
.apoguru-list-phone::before {
content: '';
display: inline-block;
width: 14px;
height: 14px;
min-width: 14px;
background: var(--apo-primary);
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center;
}
.apoguru-list-phone a {
color: var(--apo-primary);
text-decoration: none;
}
.apoguru-list-email {
font-size: 13px;
display: flex;
align-items: center;
gap: 6px;
}
.apoguru-list-email::before {
content: '';
display: inline-block;
width: 14px;
height: 14px;
min-width: 14px;
background: var(--apo-primary);
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") no-repeat center;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") no-repeat center;
}
.apoguru-list-email a {
color: var(--apo-text-light);
text-decoration: none;
font-size: 12px;
word-break: break-all;
}
.apoguru-list-category {
font-size: 12px;
display: flex;
align-items: center;
gap: 6px;
color: var(--apo-text-light);
}
.apoguru-list-category::before {
content: '';
display: inline-block;
width: 14px;
height: 14px;
min-width: 14px;
background: var(--apo-primary);
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z'/%3E%3C/svg%3E") no-repeat center;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z'/%3E%3C/svg%3E") no-repeat center;
} .apoguru-list-item-actions {
display: flex;
align-items: center;
gap: 8px;
margin-top: 4px;
}
.apoguru-list-btn {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 6px 14px;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
text-decoration: none;
cursor: pointer;
transition: all 0.2s;
border: none;
}
.apoguru-list-btn-route {
background: var(--apo-primary);
color: #fff;
}
.apoguru-list-btn-route:hover {
background: var(--apo-primary-dark);
color: #fff;
text-decoration: none;
}
.apoguru-list-btn-website {
background: var(--apo-bg);
color: var(--apo-text);
border: 1px solid var(--apo-border);
}
.apoguru-list-btn-website:hover {
border-color: var(--apo-primary);
color: var(--apo-primary);
text-decoration: none;
}
.apoguru-list-btn-details {
background: var(--apo-bg);
color: var(--apo-text);
border: 1px solid var(--apo-border);
}
.apoguru-list-btn-details:hover {
border-color: var(--apo-primary);
color: var(--apo-primary);
text-decoration: none;
}
.apoguru-list-distance {
font-size: 12px;
font-weight: 600;
color: var(--apo-text-light);
margin-left: auto;
white-space: nowrap;
} .apoguru-popup {
font-size: 13px;
line-height: 1.5;
max-width: 280px;
word-wrap: break-word;
overflow-wrap: break-word;
}
.apoguru-popup strong {
font-size: 14px;
color: var(--apo-text);
display: block;
margin-bottom: 2px;
}
.apoguru-popup a {
color: var(--apo-primary);
}
.apoguru-popup-links {
margin-top: 6px;
padding-top: 6px;
border-top: 1px solid #eee;
display: flex;
gap: 12px;
}
.apoguru-popup-links a {
font-weight: 600;
font-size: 13px;
}
.apoguru-distance {
color: var(--apo-primary);
font-size: 12px;
font-weight: 500;
} .marker-cluster-small {
background-color: rgba(198, 0, 96, 0.2);
}
.marker-cluster-small div {
background-color: rgba(198, 0, 96, 0.5);
}
.marker-cluster-medium {
background-color: rgba(198, 0, 96, 0.3);
}
.marker-cluster-medium div {
background-color: rgba(198, 0, 96, 0.6);
}
.marker-cluster-large {
background-color: rgba(198, 0, 96, 0.4);
}
.marker-cluster-large div {
background-color: rgba(198, 0, 96, 0.7);
}
.marker-cluster div {
width: 32px;
height: 32px;
margin-left: 4px;
margin-top: 4px;
text-align: center;
border-radius: 50%;
font-size: 13px;
font-weight: 700;
color: #fff;
line-height: 32px;
}
.marker-cluster {
background-clip: padding-box;
border-radius: 50%;
} .apoguru-store-marker {
background: none;
border: none;
}
.apoguru-store-marker-inner {
width: 28px;
height: 36px;
position: relative;
}
.apoguru-store-marker-inner svg {
filter: drop-shadow(0 2px 3px rgba(0,0,0,0.3));
} .apoguru-list-loading {
padding: 40px 20px;
text-align: center;
color: #999;
font-size: 14px;
line-height: 1.6;
}
.apoguru-spinner {
display: inline-block;
width: 28px;
height: 28px;
border: 3px solid var(--apo-border);
border-top-color: var(--apo-primary);
border-radius: 50%;
animation: apoguru-spin 0.7s linear infinite;
margin-bottom: 10px;
}
@keyframes apoguru-spin {
to { transform: rotate(360deg); }
} .apoguru-store-list::-webkit-scrollbar {
width: 6px;
}
.apoguru-store-list::-webkit-scrollbar-track {
background: var(--apo-bg-light);
}
.apoguru-store-list::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 3px;
}
.apoguru-store-list::-webkit-scrollbar-thumb:hover {
background: var(--apo-primary-light);
}
.apoguru-store-list {
scrollbar-width: thin;
scrollbar-color: #ccc var(--apo-bg-light);
} .apoguru-no-results {
padding: 40px 20px;
text-align: center;
color: #999;
}
.apoguru-no-results-icon {
font-size: 40px;
margin-bottom: 10px;
opacity: 0.4;
}
.apoguru-no-results-text {
font-size: 14px;
line-height: 1.5;
}
.apoguru-no-results-hint {
font-size: 12px;
color: #bbb;
margin-top: 6px;
} .apoguru-user-location {
background: none;
border: none;
}
.apoguru-pulse {
width: 20px;
height: 20px;
background: rgba(0, 122, 255, 0.6);
border: 3px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 0 rgba(0, 122, 255, 0.4);
animation: apoguru-pulse-anim 2s infinite;
}
@keyframes apoguru-pulse-anim {
0% { box-shadow: 0 0 0 0 rgba(0, 122, 255, 0.4); }
70% { box-shadow: 0 0 0 20px rgba(0, 122, 255, 0); }
100% { box-shadow: 0 0 0 0 rgba(0, 122, 255, 0); }
} .apoguru-search-box input:focus,
.apoguru-locate-btn:focus-visible,
.apoguru-search-btn:focus-visible,
.apoguru-pill:focus-visible,
.apoguru-slider:focus-visible,
.apoguru-list-btn:focus-visible {
outline: 2px solid var(--apo-primary);
outline-offset: 2px;
}
.apoguru-list-item:focus-within {
background: #fef0f5;
} @media (max-width: 900px) {
.apoguru-map-layout {
flex-direction: column;
}
.apoguru-list-col {
width: 100%;
min-width: 0;
border-right: none;
border-bottom: 1px solid var(--apo-border);
order: 2;
}
.apoguru-map-col {
order: 1;
}
.apoguru-store-list {
max-height: 350px;
}
.apoguru-controls-row2 {
flex-wrap: wrap;
}
}
@media (max-width: 600px) {
.apoguru-map-controls {
padding: 12px;
}
.apoguru-controls-row2 {
flex-direction: column;
gap: 12px;
}
.apoguru-control-radius {
max-width: 100%;
}
.apoguru-store-list {
max-height: 300px;
}
.apoguru-list-col {
min-width: 0;
} .apoguru-pill {
padding: 10px 16px;
font-size: 13px;
min-height: 44px;
}
.apoguru-search-box input {
padding: 12px 14px;
font-size: 16px; }
.apoguru-locate-btn,
.apoguru-search-btn {
padding: 12px 16px;
min-width: 44px;
min-height: 44px;
}
.apoguru-slider {
height: 12px;
}
.apoguru-slider::-webkit-slider-thumb {
width: 24px;
height: 24px;
}
.apoguru-slider::-moz-range-thumb {
width: 24px;
height: 24px;
}
.apoguru-list-btn {
padding: 8px 14px;
min-height: 36px;
}
} .apoguru-map-wrapper .apoguru-search-box {
display: flex !important;
flex-direction: row !important;
align-items: stretch !important;
width: 100% !important;
gap: 0 !important;
}
.apoguru-map-wrapper .apoguru-search-box input[type="text"] {
flex: 1 !important;
width: auto !important;
min-width: 0 !important;
margin: 0 !important;
padding: 10px 14px !important;
float: none !important;
position: relative !important;
box-sizing: border-box !important;
border: 2px solid #e0e0e0 !important;
border-right: none !important;
border-radius: 4px 0 0 4px !important;
font-size: 14px !important;
height: auto !important;
line-height: normal !important;
background: #fff !important;
}
.apoguru-map-wrapper .apoguru-search-box input[type="text"]:focus {
border-color: #c60060 !important;
outline: none !important;
box-shadow: none !important;
}
.apoguru-map-wrapper .apoguru-locate-btn,
.apoguru-map-wrapper .apoguru-search-btn {
position: relative !important;
float: none !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-shrink: 0 !important;
margin: 0 !important;
padding: 10px 14px !important;
top: auto !important;
right: auto !important;
left: auto !important;
bottom: auto !important;
transform: none !important;
border-radius: 0 !important;
height: auto !important;
box-sizing: border-box !important;
}
.apoguru-map-wrapper .apoguru-locate-btn {
background: #fff !important;
border: 2px solid #e0e0e0 !important;
border-left: none !important;
border-right: none !important;
color: #c60060 !important;
}
.apoguru-map-wrapper .apoguru-search-btn {
background: #c60060 !important;
color: #fff !important;
border: 2px solid #c60060 !important;
border-radius: 0 4px 4px 0 !important;
}
.apoguru-map-wrapper .apoguru-controls-row1 {
display: flex !important;
}
.apoguru-map-wrapper .apoguru-controls-row2 {
display: flex !important;
}
.apoguru-map-wrapper .apoguru-map-layout {
display: flex !important;
}
.apoguru-map-wrapper .apoguru-control-search {
flex: 1 !important;
} .apoguru-map-wrapper .apoguru-slider {
-webkit-appearance: none !important;
appearance: none !important;
}
.apoguru-map-wrapper button {
line-height: normal !important;
}