.nectar_hotspot span {
    display: none !important;
}
.nectar_hotspot {
    width: 10px !important;
    height: 10px !important;
    left: 10px;
    top: 10px;
    background-color: #01a6ff !important;
    z-index: 2 !important;
}
.nectar_image_with_hotspots[data-stlye=color_pulse] .nectar_hotspot:before {
    width: 10px;
    height: 10px;
    margin: -5px auto auto -5px;
}
.nttip {
    background-color: transparent !important;
    pointer-events: all !important;
    border-top: 2px solid #05a5ff;
    border-radius: 0 !important;
    margin-left: 15px !important;
    margin-top: 51px !important;
    z-index: 1 !important;
    padding: 15px 0 0 !important;
}
.nttip:not(.open) {
    pointer-events: none !important;
}
.nttip[data-tooltip-position="right"] .inner {
    display: flex;
    justify-content: flex-end;
}
.nttip .inner a {
    display: flex;
    flex-direction: column;
    color: #070425;
    font-family: 'co-headline';
    transition: 0.2s ease-in-out;
}
.create-darkmode .nttip .inner a {
    color: white;
}
.nttip .inner a:hover {
    opacity: 0.6;
}
span.location-heading {
    font-size: 16px;
    font-weight: 500;
}
span.location-details {
    line-height: 1.1;
    opacity: 0.8;
    padding-top: 6px;
    font-size: 13px;
    width: 200px !important;
}
.nttip[data-tooltip-position="right"] .inner {
    padding-left: 70px;
}
.nttip[data-tooltip-position="right"] .location-details {
    width: 180px;
}

@media only screen and (max-width:690px) {
    body.create-darkmode .nttip .inner a {
        color: #070427;
    }
}
