.pheadingbolder {
    font-weight: bold;
    font-size: 20px !important;
    margin-left: 12px !important;
}

.locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 20px 0;
    height: auto !important
}

.map {
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    flex: 1 1 calc(50% - 25px);
    box-sizing: border-box;
    /*max-width: 550px;*/
    display: flex;
    flex-direction: column;
}

.maptext {
    margin-bottom: 15px;
    line-height: 1.6;
}

.map iframe {
    max-width: 100%;
    border-radius: 4px;
}

.map small {
    margin-top: 10px;
    display: inline-block;
}

/* menu */
.staff-category-menu {
    background: #632032;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    text-align: center;
}

.staff-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 20px;
}

.staff-menu-item a {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    transition: color 0.3s ease;
    font-size: 16px;
}

.staff-menu-item a:hover {
    color: #0073aa;
}

.staff-menu-item a:hover {
    color: #baa786;
}

@media (max-width: 767px) {
    .map {
        flex: 1 1 100%;
    }
}
