.access-point-marker {
    position: relative;
    width: 30px;
    height: 42px;
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #007bff;
    position: absolute;
    transform: rotate(-45deg);
    left: 0;
    top: 0;
    border: 1px solid #fff;
}

.pin-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.elevator-icon {
    position: absolute;
    bottom: -5px;
    right: -10px;
    font-size: 1.5em;
    background-color: white;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #ccc;
}
