
.title-block {
    background-color: #ffffffee;
    width: 100%;
}

.title {
    width: 100%;
    height: auto;
    background: none;
    padding: 0.2rem;
    font-size: 1.125rem;
    color: #333333;
    /*text-align: center;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.leaflet-popup-content .title {
    font-weight: bold;
    font-size: 1.15rem;
    white-space: nowrap;
    text-align: left;
}

.menu-panel .title {
    flex-direction: row-reverse;
}

.title-middle {
    flex: 2 2;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    align-self: center;
    width: auto;
}

.subtitle-middle {
    flex: 2 2;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    align-self: center;
    font-size: 0.8em;
}

.title-text {
    margin-right: 1rem;
}
