body, html {
    height: 100%;
    margin: 0;
    text-align: center; 
}

.container {
    display: flex;
    height: 100%;
    width: 100%;
}

#mapid {
    width: 100%;
    height: 100%;
}

.expand-button {
    background-color: transparent;
    color: inherit;
    border: none;
    padding: 0;
    text-align: left;
    outline: none;
    font-size: 1rem;
    cursor: pointer;
}


.expand-button.active {
    color: #575757;
}

.expand-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 10px;
    background-color: #f9f9f9;
    text-align: left; 
}

.map-title {
    margin-bottom: 0; 
}

.disclaimer {
    margin-top: 5px; 
}