.llp-home-search {
    margin-top: 0;
}

.llp-home-search__form .input-group {
    min-height: 3.3rem;
}

.llp-home-search__form .input-group-lg > .form-control,
.llp-home-search__form .input-group-lg > .btn {
    font-size: 1.28rem;
    padding: 1.1rem 2rem;
}

.llp-home-search__form .input-group-lg > .btn.llp-home-search__submit {
    font-size: 1.47rem;
}

.llp-home-search__input {
    min-height: 3.3rem;
    border: 0;
    background-color: rgba(var(--bs-white-rgb), .32);
    color: var(--bs-white);
    font-size: 1rem;
}

.llp-home-search__input::placeholder {
    color: rgba(var(--bs-white-rgb), .9);
    opacity: 1;
}

.llp-home-search__input:focus {
    background-color: rgba(var(--bs-white-rgb), .5);
    color: var(--bs-white);
    box-shadow: inset 0 0 0 .15rem rgba(var(--bs-white-rgb), .4);
}

.llp-home-search__location,
.llp-home-search__submit {
    min-height: 3.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border: 0;
    font-size: 1rem;
    white-space: nowrap;
}

.llp-home-search__location {
    background-color: rgba(var(--bs-white-rgb), .32);
    color: var(--bs-white);
    border-left: .15rem solid var(--bs-primary);
    border-right: .15rem solid var(--bs-primary);
}

.llp-home-search__location:hover,
.llp-home-search__location:focus {
    background-color: rgba(var(--bs-white-rgb), .5);
    color: var(--bs-white);
}

.llp-home-search__location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: .12rem solid currentColor;
    border-radius: 50%;
}

.llp-home-search__location-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: currentColor;
}

.llp-home-search__submit {
    color: var(--bs-primary);
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
}

.llp-home-search__submit svg {
    width: 2.5rem;
    height: 2.5rem;
}

@media (max-width: 767.98px) {
    .llp-home-search__form .input-group {
        display: grid;
        grid-template-columns: 1fr;
        gap: .15rem;
    }

    .llp-home-search__form .input-group > .form-control,
    .llp-home-search__form .input-group > .btn {
        width: 100%;
    }

    .llp-home-search__location {
        border-right: 0;
        border-left: 0;
    }
}
