.asb-search-bar {
    --asb-btn: #e58b84;
    width: 100%
}

.asb-search-bar .asb-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    background: #fff;
    border-radius: 50px;
}

.asb-search-bar .asb-field {
    display: flex;
    gap: 0;
    align-items: center;
    min-width: 0;
    padding: .75rem;
    flex-basis: 50%;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
}

.asb-search-bar .asb-icon {
    color: #98a2b3;
    display: inline-flex
}

.asb-search-bar .asb-divider {
    width: 1px;
    height: 28px;
    background: #e4e7ec;
    flex: 0 0 auto
}

.asb-search-bar select.asb-select2,
.asb-search-bar .select2-container {
    width: 100% !important
}

.asb-search-bar input.asb-date {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent
}

.asb-search-bar .asb-button {
    font-family: var(--wp--preset--font-family--satoshi);
    font-size: 16px;
    flex: 0 0 auto;
    border: 0;
    outline: none;
    background: var(--asb-btn);
    color: #fff;
    font-weight: 700;
    padding: 1rem 1.25rem;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    min-height: 50px;
}

.asb-search-bar .asb-button:hover {
    filter: brightness(.95)
}

.asb-search-bar .asb-field.asb-where .select2-selection {
    border: none;
}

.asb-search-bar .asb-field.asb-where .select2-selection__arrow {
    display: none;
}

.asb-search-bar .select2-selection__placeholder,
.asb-search-bar .asb-date.input {
    font-family: var(--wp--preset--font-family--satoshi);
    font-size: 16px;
    color: #898989 !important;
    font-weight: 500;
}

/* editor: asegurar alto mínimo cuando está vacío */
.block-editor-block-list__block .asb-search-bar .asb-inner {
    min-height: 60px
}

/*  */
.asb-search-bar .selection {
    width: 100%;
    display: block;
}

.asb-search-bar .select2-selection {
    width: 100%;
}

.asb-search-bar .select2-selection__clear {
    margin-right: 0 !important;
    padding-left: 0;
}

.asb-search-bar .select2-selection__rendered {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media(max-width: 768px) {
    .wp-group__search {
        width: 100%;
        margin-bottom: 20px;
    }
}