.AR-location-container {
    width: 400px;
    height: 48px;
    cursor: pointer;
    z-index: 99999;
    position: relative;
}
.AR-image {
    width: 100%;
    height: 100%;
    display: block !important ;
}
.AR-location-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.AR-marker-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}
.AR-marker-location {
    color: #e59f21;
}

.a-canvas.a-grab-cursor {
    opacity: 0;
    pointer-events: none;
}
.canvas-display {
    opacity: 1 !important;
    pointer-events: auto !important;
}