﻿.ponto-de-interesse-img {
    width: 25px;
}

.popup-ponto-de-interesse-container {
    width: 320px;
    font-family: 'Roboto';
}

.popup-ponto-de-interesse-item {
    margin-bottom: 6px;
}

.popup-ponto-de-interesse-label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 3px;
}

.popup-ponto-de-interesse-texto {
    padding-left: 5px;
    white-space: break-spaces;
}

.popup-ponto-de-interesse-botao-container {
    display: flex;
    cursor: pointer;
    width: fit-content;
    color: #868686;
}

.popup-ponto-de-interesse-botao-container:hover {
    text-decoration: underline;
}