#fmt-container {
    font-family: sans-serif;
    margin: 20px 0;
    border: 1px solid #ddd;
    padding: 15px;
    background: #f9f9f9;
}

#fmt-filters {
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#fmt-filters label {
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

#fmt-map {
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.fmt-info-window h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-transform: capitalize;
}

.fmt-info-window p {
    margin: 5px 0;
    font-size: 13px;
}
