.cgw-california-dealers {
    margin: 0 0 1.5em;
}

.cgw-dealers-search {
    margin-bottom: 1em;
}

.cgw-dealers-search-input {
    width: 100%;
    max-width: 28em;
    padding: 0.5em 0.75em;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.cgw-dealers-status {
    margin: 0.5em 0 0;
    font-size: 0.85rem;
    color: #666;
    min-height: 1.2em;
}

.cgw-dealers-map {
    width: 100%;
    height: 420px;
    margin-bottom: 1.25em;
    border-radius: 6px;
    background: #eef1f4;
}

.cgw-dealers-map-notice {
    padding: 0.75em 1em;
    background: #fff8e5;
    border: 1px solid #f0e0a8;
    border-radius: 4px;
}

.cgw-california-dealers-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

.cgw-california-dealer-item {
    min-width: 0; /* prevents grid blowout from long content like emails */
    padding: 20px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 8px;
}

.cgw-california-dealer-item[hidden] {
    display: none;
}

.cgw-california-dealer-name {
    margin: 0 0 0.5em;
    font-size: 1.1rem;
}

.cgw-california-dealer-item p {
    margin: 0.25em 0;
    font-size: 0.95rem;
}

.cgw-dealers-empty {
    color: #666;
    font-style: italic;
}

.cgw-dealer-infowindow {
    font-size: 0.9rem;
    line-height: 1.4;
}
