.loc-filter-widget-container-c32537e0 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 550px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.loc-filter-sidebar {
    flex: 0 0 50%;
    width: 50%;
    background-color: #1b4353;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.loc-filter-sidebar-inner {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 768px) {
    .loc-filter-sidebar {
        flex: 1 1 100%;
        width: 100%;
        padding: 40px 20px;
    }
}

.loc-filter-logo {
    font-size: 50px;
    color: #f2a632;
    margin-bottom: 25px;
    line-height: 1;
}

.loc-filter-logo svg {
    width: 70px;
    height: 70px;
    fill: #f2a632;
}

.loc-filter-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 35px 0;
    text-align: center;
    line-height: 1.3;
}

.loc-filter-form {
    width: 100%;
}

.loc-filter-field {
    margin-bottom: 15px;
}

.loc-filter-field select {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #444444;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
}

.loc-filter-actions {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.loc-filter-btn-submit,
.loc-filter-btn-reset {
    flex: 1;
    height: 48px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    box-sizing: border-box;
}

.loc-filter-btn-submit {
    background-color: #f2a632;
    color: #ffffff;
}

.loc-filter-btn-submit:hover {
    opacity: 0.95;
}

.loc-filter-btn-reset {
    background-color: #275d73;
    color: #ffffff;
}

.loc-filter-btn-reset:hover {
    opacity: 0.95;
}

.loc-filter-map-container {
    flex: 0 0 50%;
    width: 50%;
    position: relative;
    background-color: #eaeaea;
}

@media(max-width: 768px) {
    .loc-filter-map-container {
        flex: 1 1 100%;
        width: 100%;
        min-height: 400px;
    }
}

.loc-filter-map-element {
    width: 100%;
    height: 100%;
    min-height: 550px;
}

.custom-pin-wrapper {
    background: transparent;
    border: none;
}

.custom-map-pin-c32537e0 {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
    transition: transform 0.2s ease-in-out;
}

.custom-map-pin-c32537e0:hover {
    transform: scale(1.1);
}

.custom-leaflet-popup-c32537e0 .leaflet-popup-content-wrapper {
    background: #ffffff !important;
    color: #333333 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    padding: 10px !important;
    border: none !important;
}

.custom-leaflet-popup-c32537e0 .leaflet-popup-content {
    margin: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.leaflet-popup-card-c32537e0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 10px 10px;
}

.leaflet-popup-logo-c32537e0 {
    max-width: 160px;
    margin-bottom: 12px;
}

.leaflet-popup-logo-c32537e0 img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.leaflet-popup-title-c32537e0 {
    font-size: 26px;
    font-weight: 700;
    color: #0c2333;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.leaflet-popup-tagline-c32537e0 {
    font-size: 11px;
    font-weight: 600;
    color: #275d73;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.leaflet-popup-address-line-c32537e0 {
    font-size: 16px;
    color: #444444;
    line-height: 1.4;
    font-weight: 400;
}
