#map {
    height: 90vh;
    width: 100%;
}
#searchBar {
    margin: 10px;
    padding: 10px;
    font-size: 16px;
    width: 300px;
}
button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.leaflet-tooltip {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}
.leaflet-popup-tip {
    width: 0px;
    height: 0px;
}
.platform-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    aspect-ratio: 1 / 1;
    width: 21px;
    border: 1px solid #007BFF;
    border-radius: 50%;
    font-size: 10px;
    letter-spacing: 0.04rem;
    text-align: center;
    color: #000;
}