.stores-map-marker-label{--stores-marker-icon-size:13px;--stores-marker-size:32px;width:var(--stores-marker-size);height:var(--stores-marker-size);box-sizing:border-box;color:var(--color-brand);box-shadow:none;font:inherit;pointer-events:auto;text-align:center;background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative;overflow:visible}.stores-map-marker-label.active{--stores-marker-icon-size:16px;--stores-marker-size:40px}.stores-map-marker-pin{width:var(--stores-marker-size);height:var(--stores-marker-size);border:3px solid var(--color-surface);color:var(--color-text-inverse);background:var(--color-brand);box-shadow:var(--shadow-marker);border-radius:50% 50% 50% 8px;place-items:center;display:grid;transform:rotate(-45deg)}.stores-map-marker-pin svg{width:var(--stores-marker-icon-size);height:var(--stores-marker-icon-size);transform:rotate(45deg)}.stores-map-marker-caption{top:calc(var(--stores-marker-size) + 6px);border:1px solid var(--color-border-overlay);border-radius:var(--radius-pill);width:max-content;min-width:0;max-width:220px;color:var(--color-text-strong);background:var(--color-surface);box-shadow:var(--color-shadow-soft);gap:2px;padding:5px 9px;display:none;position:absolute;left:50%;transform:translate(-50%)}.stores-map-marker-label.is-labeled .stores-map-marker-caption{display:grid}.stores-map-marker-label.active .stores-map-marker-pin{box-shadow:var(--shadow-marker-active)}.stores-map-marker-label.active .stores-map-marker-caption{color:var(--color-text-inverse);border-color:var(--color-brand);background:var(--color-brand)}.stores-map-marker-label-title,.stores-map-marker-label-secondary{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:200px;display:block;overflow:hidden}.stores-map-marker-label-title{color:inherit;font-size:11px;font-style:normal;font-weight:900;line-height:1.2}.stores-map-marker-label-secondary{color:currentColor;opacity:.82;font-size:10px;font-weight:900;line-height:1.2}
