.page-id-477 .wp-block-post-title {
    display: none;
}

.be-clinic-grid {
    display: grid;
    gap: 28px 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    margin: 30px 0 14px;
}

.be-clinic-grid,
.be-clinic-list-header,
.be-clinic-searchbar {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%;
}

.be-clinic-list-header {
    align-items: center;
    border-bottom: 1px solid #e2e6ec;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 18px 0 22px;
    padding-bottom: 14px;
}

.be-clinic-list-header strong {
    color: #111827;
    font-size: 22px;
    font-weight: 600;
}

.be-clinic-list-header span {
    color: #687385;
    font-size: 14px;
}

.be-clinic-searchbar {
    align-items: end;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e1e6ee;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(230px, 1.6fr) repeat(7, minmax(105px, 1fr)) minmax(180px, auto);
    margin: 18px 0 22px;
    padding: 18px;
}

.be-clinic-searchbar label {
    color: #111827;
    display: block;
    font-size: 13px;
    font-weight: 650;
    margin-bottom: 7px;
}

.be-clinic-searchbar input,
.be-clinic-searchbar select,
.be-clinic-form select {
    background: #fff;
    border: 1px solid #ccd4df;
    border-radius: 8px;
    box-sizing: border-box;
    color: #111827;
    display: block;
    font: inherit;
    font-size: 16px;
    min-height: 52px;
    overflow: hidden;
    padding: 12px 13px;
    text-overflow: ellipsis;
    transition: border-color 160ms ease, box-shadow 160ms ease;
    white-space: nowrap;
    width: 100%;
}

.be-clinic-searchbar input:focus,
.be-clinic-searchbar select:focus {
    border-color: #315c55;
    box-shadow: 0 0 0 3px rgba(49, 92, 85, 0.14);
    outline: 0;
}

.be-clinic-filter-actions {
    align-items: end;
    align-self: end;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.be-clinic-filter-actions button,
.be-clinic-filter-actions a {
    align-items: center;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    font: inherit;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    min-height: 52px;
    padding: 0 14px;
    text-decoration: none;
    width: 100%;
}

.be-clinic-filter-actions button {
    background: #1f3f3a;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.be-clinic-filter-actions button:hover {
    background: #17312d;
}

.be-clinic-filter-actions a {
    background: #fff;
    border: 1px solid #ccd4df;
    color: #1f3f3a;
}

.be-clinic-filter-actions a:hover {
    border-color: #8fa19d;
}

.be-clinic-list-map {
    background: #fff;
    border: 1px solid #e1e6ee;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
    box-sizing: border-box;
    margin: 0 auto 22px;
    max-width: 1400px;
    overflow: hidden;
    width: 100%;
}

.be-clinic-list-map-header {
    align-items: center;
    border-bottom: 1px solid #eef1f5;
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
}

.be-clinic-list-map-header h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.be-clinic-list-map-header span {
    color: #687385;
    font-size: 14px;
}

.be-clinic-leaflet-map {
    height: 360px;
    width: 100%;
}

.be-clinic-shell {
    margin: 0 auto;
    max-width: 1040px;
    padding: 48px 20px;
}

