.btn-position a {
    position: relative;
    padding-left: 3rem;
}

.btn-position a::before {
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M12 12q.825 0 1.413-.588T14 10q0-.825-.588-1.413T12 8q-.825 0-1.413.588T10 10q0 .825.588 1.413T12 12Zm0 10q-4.025-3.425-6.012-6.362T4 10.2q0-3.75 2.413-5.975T12 2q3.175 0 5.588 2.225T20 10.2q0 2.5-1.988 5.438T12 22Z'/></svg>");
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-5.5rem);
    top: 0.65rem;
}

.position-map-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

.position-map {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 40rem;
    max-height: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ffffff;
    padding: 1rem;
}

.position-map-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.position-map-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 2rem;
	height: 2rem;
	z-index: 999;
	font-size: large;
	font-weight: bold;
	background: #ffffff;
	cursor: pointer;
	border: 1px solid #666666;
	color: #666666;
}
