.row {
    padding-bottom: 0;
}

.header-image h1 {
    color: yellow !important;
}

.location-link {
    font-size: 30px;
}

.city {
    margin: 0;
    padding: 0 8px;
    font-size: 16px;
}

.city.current {
    background: var(--blue_25);
    border-radius: 8px;
}

.rectangle-map {
    margin: 0;
    /*margin:0 30px 20px 20px;*/
    display: block;
    border-radius: 8px;
    box-shadow: 4px 4px 8px; rgba(0, 0, 0, 0.5);
}

.material-symbols-outlined.edit-icon {
    font-size: 30px;
    font-variation-settings: 'wght' 300;
    position: relative;
    bottom: -5px;
}

.material-symbols-outlined.switch-link {
    vertical-align: -5px;
    padding-left: 1em;
}

.rectangle-map {
    max-width: 550px !important;
}
