.jb-suite-search-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.jb-suite-search-location-icon {
    color: #1d4ed8;
    font-size: 12px;
    line-height: 1;
}

.jb-suite-search-location-icon svg,
.jb-suite-category-chevron svg {
    width: 12px;
    height: 12px;
}

.jb-suite-search-location-input-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
}

.jb-suite-search-location .jb-suite-search-location-input-wrap input.jb-suite-search-location-input {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #111827;
    width: 140px;
    background: transparent;
    box-shadow: none;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.jb-suite-search-location .jb-suite-search-location-input-wrap input.jb-suite-search-location-input:focus {
    outline: none;
}

.jb-suite-location-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    color: #0056d2;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.jb-suite-location-chip:hover,
.jb-suite-location-chip:focus {
    text-decoration: none;
}

.jb-suite-location-chip-caret::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 2px;
    margin-bottom: 3px;
}

.jb-suite-location-chip-text {
    white-space: nowrap;
}

.jb-suite-category-chevron {
    margin-top: 5px;
}
