.lpc-locations-by-city {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding-left: 0 !important;
}

.lpc-locations-by-city .lpc-city-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 1em 0 0.5em;
}

.lpc-locations-by-city .lpc-city-items {
    padding-left: 2em !important;
    list-style: disclosure-closed !important;
    margin: 0 0 0 0.5rem;
    color: #2ea3f2 !important;
    font-size: 0.75rem;
    line-height: 1.5;
}

.lpc-locations-by-city .lpc-city-items li {
    margin: .25em 0;
}

.lpc-locations-by-city .lpc-city-items li a, .lpc-locations-by-city .lpc-city-header a {
    color: #2ea3f2 !important;
    text-decoration: none;
}

.lpc-locations-by-city .lpc-city-items li a:hover, .lpc-locations-by-city .lpc-city-header a:hover {
    text-decoration: underline;
}