.ldr-location-dropdown .select2.select2-container {
    margin-bottom: 0px;
    width: 200px !important;
}
.ldr-location-dropdown .select2.select2-container .selection {
    padding: 0px !important;
}
.ldr-location-dropdown .select2.select2-container .selection .select2-selection {
    padding: 0px 0px;
    height: 35px;
    background-color: transparent;
    border: none;
    color: #fff;
}
.ldr-location-dropdown .select2.select2-container .selection .select2-selection .select2-selection__arrow {
    color: #fff;
}

.ldr-custom-select-wrapper select {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 20px !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23c2a266' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 22px !important;
    cursor: pointer !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(183deg) brightness(95%) contrast(105%);
    padding: 0 !important;
}

/* Plugin specific styles for the Location Dropdown */

body .ldr-location-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: sans-serif;
}

body .ldr-label {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

body .ldr-custom-select-wrapper select {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 20px !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23c2a266' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 22px !important;
    cursor: pointer !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(183deg) brightness(95%) contrast(105%);
    padding: 0 !important;
}

body .ldr-custom-select-wrapper {
    position: relative;
}

body .ldr-custom-select-wrapper::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Optional: If select2 is being used, style the select2 container */
body .select2.select2-container {
    margin-bottom: 0px;
    width: 100% !important;
}

body .select2.select2-container .selection {
    padding: 0px !important;
}

body .select2.select2-container .selection .select2-selection {
    padding: 0px 0px;
    height: 35px;
    background-color: transparent;
    border: none;
    color: #fff;
}

body .select2.select2-container .selection .select2-selection .select2-selection__arrow {
    color: #fff;
}

/* Style the dropdown when select2 is active */
body .ldr-location-dropdown .select2-container .select2-selection {
    height: 35px !important;
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 15px !important;
}

body .ldr-location-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ldr-location-dropdown .ldr-label {
    display: block;
}