/* =========================
   Hero search
   ========================= */

.kbc-hero-search {
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.kbc-search-form--hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px 220px auto;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    padding: 10px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 42, 76, 0.14);
}

.kbc-search-form--hero .kbc-search-form__field {
    min-width: 0;
}

.kbc-search-form--hero .kbc-input {
    width: 100%;
    min-height: 58px;
    border-color: transparent !important;
    background: #f8fafc !important;
    font-size: 16px;
}

.kbc-search-form--hero .kbc-search-form__button {
    min-width: 150px;
    min-height: 58px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.kbc-search-form--hero .kbc-button--accent {
    background: #ff7a00 !important;
    color: #ffffff !important;
}

.kbc-search-form--hero .kbc-button--accent:hover,
.kbc-search-form--hero .kbc-button--accent:focus {
    background: #e66d00 !important;
    color: #ffffff !important;
}