.liefer-native-city,
.liefer-city-ready .wc-block-components-address-form__city,
.liefer-city-ready .wc-block-components-address-form__postcode {
    display: none !important;
}

.liefer-searchable-city {
    width: 100%;
    margin: 16px 0;
}

.liefer-searchable-city .wc-blocks-components-select__container {
    border: 0;
    padding: 0;
    height: auto;
}

.liefer-searchable-city .wc-blocks-components-select__label {
    position: static;
    display: block;
    margin-bottom: 8px;
    transform: none;
}

.liefer-searchable-city .wc-blocks-components-select__expand {
    display: none;
}

.liefer-searchable-city .select2-selection--single {
    min-height: 48px;
    display: flex;
    align-items: center;
}

.liefer-searchable-city .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
