.yamap-hint {
    background-color: #000000;
    border-radius: 16px;
    border: 2px solid #d3ae37;
    color: #d3ae37;
    width: fit-content;
    padding: 1px 8px 4px;
}
.yamap-hint span {
    font-size: 12px;
    line-height: 10px;
    white-space: nowrap;
}

.popover {
    display: block;
}
.popover .close {
    position: absolute;
    right: 5px;
    top: 1px;
    text-decoration: none;
}
.popover-inner {
    padding: 15px;
}
.popover-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
.popover-content {
    margin: 15px 0 0;
}
.popover-footer {
    margin: 15px 0 0;
}
