.cms-hero-search {
width: 100%;
max-width: 896px;
margin: 32px auto 0;
}
@media (min-width: 768px) {
.cms-hero-search {
margin-top: 24px;
}
} .cms-search-pill {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 24px;
box-shadow:
0 10px 25px -5px rgba(15, 23, 42, 0.10),
0 4px 6px -2px rgba(15, 23, 42, 0.05);
display: flex;
flex-direction: column;
align-items: stretch;
width: 100%;
overflow: visible; transition: box-shadow 0.2s ease;
position: relative;
z-index: 20; }
.cms-search-pill:hover {
box-shadow:
0 12px 30px -5px rgba(15, 23, 42, 0.14),
0 6px 10px -2px rgba(15, 23, 42, 0.06);
}
@media (min-width: 768px) {
.cms-search-pill {
flex-direction: row;
align-items: center;
border-radius: 9999px;
}
} .cms-search-pill__field {
flex: 1 1 0%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 12px 24px;
min-height: 68px;
cursor: text;
border-radius: 24px;
min-width: 0;
position: relative; } .cms-search-pill__field::before {
content: '';
position: absolute;
inset: 0;
margin: 4px 6px;
border-radius: 14px;
background-color: transparent;
transition: background-color 0.2s ease;
z-index: 0;
pointer-events: none;
}
.cms-search-pill__field > * {
position: relative;
z-index: 1;
}
@media (min-width: 768px) {
.cms-search-pill__field {
border-radius: 0;
padding: 12px 20px;
}
.cms-search-pill__field--specialty {
padding-left: 32px;
}
.cms-search-pill__field--cashea {
padding-left: 24px;
padding-right: 16px;
}
}
.cms-search-pill__field:hover::before,
.cms-search-pill__field:focus-within::before {
background-color: #f1f5f9;
}
.cms-search-pill__label {
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.025em;
color: #1e293b;
margin: 0;
pointer-events: none;
} .cms-search-pill__field-icon {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
color: #94a3b8;
font-size: 16px;
pointer-events: none;
z-index: 1;
}
.cms-search-pill__field-input .cms-search-pill__input,
.cms-search-pill__field-input .cms-search-pill__city-button {
padding-left: 24px !important;
} .cms-hero-search:not(.cms-hero-search--compact) .cms-search-pill__field-icon {
display: none;
}
.cms-hero-search:not(.cms-hero-search--compact) .cms-search-pill__field-input .cms-search-pill__input,
.cms-hero-search:not(.cms-hero-search--compact) .cms-search-pill__field-input .cms-search-pill__city-button {
padding-left: 0 !important;
} .cms-hero-search--compact .cms-search-pill__label {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .cms-search-pill input.cms-search-pill__input,
.cms-search-pill select.cms-search-pill__select {
background: transparent !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
outline: none !important;
padding: 0 !important;
margin: 2px 0 0 !important;
height: auto !important;
min-height: 0 !important;
width: 100% !important;
max-width: 100% !important;
font-size: 15px;
color: #475569;
font-family: inherit;
line-height: 1.4;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
background-image: none !important;
text-indent: 0 !important;
text-overflow: clip !important;
}
.cms-search-pill input.cms-search-pill__input::placeholder {
color: #94a3b8;
}
.cms-search-pill input.cms-search-pill__input {
cursor: text;
}
.cms-search-pill select.cms-search-pill__select {
cursor: pointer;
padding-right: 22px !important;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
background-repeat: no-repeat !important;
background-position: right 0 center !important;
background-size: 16px 16px !important;
}
.cms-search-pill select.cms-search-pill__select:disabled {
color: #94a3b8 !important;
cursor: not-allowed;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
} .cms-search-pill__city-button {
width: 100%;
background: transparent;
border: 0;
padding: 0;
margin: 2px 0 0;
font-size: 15px;
color: #475569;
font-family: inherit;
text-align: left;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
min-height: 24px;
outline: none;
border-radius: 0;
box-shadow: none;
}
.cms-search-pill__city-button:disabled {
color: #94a3b8;
cursor: not-allowed;
}
.cms-search-pill__city-button:focus-visible {
outline: 2px solid var(--themecolor, #0A62C6);
outline-offset: 2px;
border-radius: 4px;
}
.cms-search-pill__city-button-text {
flex: 1;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
pointer-events: none;
}
.cms-search-pill__city-button-icon {
color: #94a3b8;
flex-shrink: 0;
font-size: 12px;
transition: transform 0.2s ease;
pointer-events: none;
}
.cms-search-pill__city-button[aria-expanded="true"] .cms-search-pill__city-button-icon {
transform: rotate(180deg);
} .cms-search-pill__separator {
width: calc(100% - 32px);
height: 1px;
background: #e2e8f0;
margin: 0 auto;
flex-shrink: 0;
}
@media (min-width: 768px) {
.cms-search-pill__separator {
width: 1px;
height: 32px;
margin: 0;
}
} .cms-search-pill__field--cashea {
flex-direction: row;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
.cms-search-pill__cashea-content {
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
}
.cms-search-pill__cashea-logo {
height: 18px;
margin-top: 4px;
width: auto;
display: block;
} .cms-search-pill__toggle {
position: relative;
display: inline-block;
width: 44px;
height: 24px;
margin-left: 16px;
flex-shrink: 0;
cursor: pointer;
}
.cms-search-pill__toggle-input {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}
.cms-search-pill__toggle-slider {
position: absolute;
inset: 0;
background: #e2e8f0;
border-radius: 24px;
transition: background-color 0.2s ease;
}
.cms-search-pill__toggle-slider::after {
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 20px;
height: 20px;
background: #ffffff;
border: 1px solid #cbd5e1;
border-radius: 50%;
transition: transform 0.2s ease, border-color 0.2s ease;
}
.cms-search-pill__toggle-input:checked + .cms-search-pill__toggle-slider {
background: var(--themecolor, #0A62C6);
}
.cms-search-pill__toggle-input:checked + .cms-search-pill__toggle-slider::after {
transform: translateX(20px);
border-color: #ffffff;
}
.cms-search-pill__toggle-input:focus-visible + .cms-search-pill__toggle-slider {
outline: 2px solid var(--themecolor, #0A62C6);
outline-offset: 2px;
} .cms-search-pill__action {
padding: 8px;
flex-shrink: 0;
}
.cms-search-pill__button {
width: 100%;
height: 48px;
background: var(--themecolor, #0A62C6);
color: #ffffff;
border: none;
border-radius: 16px;
font-weight: 600;
font-family: inherit;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
cursor: pointer;
transition:
background-color 0.2s ease,
transform 0.05s ease,
width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
border-radius 0.25s cubic-bezier(0.4, 0, 0.2, 1),
padding 0.25s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10);
white-space: nowrap;
overflow: hidden;
}
.cms-search-pill__button:hover {
background: color-mix(in srgb, var(--themecolor, #0A62C6) 90%, black);
}
.cms-search-pill__button:active {
background: color-mix(in srgb, var(--themecolor, #0A62C6) 80%, black);
transform: scale(0.98);
}
.cms-search-pill__button:focus-visible {
outline: 2px solid var(--themecolor, #0A62C6);
outline-offset: 2px;
}
.cms-search-pill__button .fa-search {
font-size: 20px;
flex-shrink: 0;
}
.cms-search-pill__button-text {
display: inline;
white-space: nowrap;
opacity: 1;
transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
.cms-search-pill__button {
width: 56px;
height: 56px;
border-radius: 50%;
font-size: 0;
padding: 0;
}
.cms-search-pill__button .fa-search {
font-size: 22px;
}
.cms-search-pill__button-text {
opacity: 0;
width: 0;
display: none;
} .cms-search-pill--expanded .cms-search-pill__button {
width: auto;
height: 56px;
padding: 0 22px;
border-radius: 9999px;
font-size: 15px;
gap: 8px;
}
.cms-search-pill--expanded .cms-search-pill__button .fa-search {
font-size: 18px;
}
.cms-search-pill--expanded .cms-search-pill__button-text {
opacity: 1;
width: auto;
display: inline;
}
} .cms-suggestions {
list-style: none;
margin: 0;
padding: 8px 0;
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 16px;
box-shadow:
0 10px 25px -5px rgba(15, 23, 42, 0.15),
0 4px 6px -2px rgba(15, 23, 42, 0.08);
max-height: 360px;
overflow-y: auto; position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: 8px;
z-index: 30;
}
.cms-suggestions[hidden] {
display: none;
}
.cms-suggestions__title {
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #64748b;
padding: 8px 20px 6px;
margin: 0;
list-style: none;
cursor: default;
user-select: none;
}
.cms-suggestion {
padding: 12px 20px;
font-size: 15px;
color: #334155;
cursor: pointer;
transition: color 0.15s ease;
display: flex;
align-items: center;
gap: 12px;
list-style: none;
position: relative;
} .cms-suggestion::before {
content: '';
position: absolute;
inset: 0;
margin: 2px 8px;
border-radius: 10px;
background-color: transparent;
transition: background-color 0.15s ease;
z-index: 0;
}
.cms-suggestion__icon,
.cms-suggestion__content {
position: relative;
z-index: 1;
}
.cms-suggestion:hover,
.cms-suggestion[aria-selected="true"] {
color: var(--themecolor, #0A62C6);
}
.cms-suggestion:hover::before,
.cms-suggestion[aria-selected="true"]::before {
background-color: #f1f5f9;
}
.cms-suggestion__icon {
color: #94a3b8;
flex-shrink: 0;
width: 20px;
text-align: center;
font-size: 16px;
}
.cms-suggestion:hover .cms-suggestion__icon,
.cms-suggestion[aria-selected="true"] .cms-suggestion__icon {
color: var(--themecolor, #0A62C6);
}
.cms-suggestion__content {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 2px;
}
.cms-suggestion__name {
font-weight: 500;
line-height: 1.3;
color: inherit;
}
.cms-suggestion mark {
background: transparent;
color: var(--themecolor, #0A62C6);
font-weight: 700;
}
.cms-suggestions__empty {
margin: 0;
padding: 16px 20px;
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 16px;
font-size: 14px;
color: #94a3b8;
text-align: center;
box-shadow:
0 10px 25px -5px rgba(15, 23, 42, 0.15),
0 4px 6px -2px rgba(15, 23, 42, 0.08);
position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: 8px;
z-index: 30;
}
.cms-suggestions__empty[hidden] {
display: none;
} .cms-suggestions__empty-inline {
padding: 14px 20px;
font-size: 14px;
color: #94a3b8;
text-align: center;
font-style: italic;
list-style: none;
cursor: default;
user-select: none;
} .cms-suggestions__loading {
padding: 14px 20px;
display: flex;
align-items: center;
gap: 12px;
color: #64748b;
font-size: 14px;
list-style: none;
cursor: default;
user-select: none;
}
.cms-spinner {
width: 16px;
height: 16px;
border: 2px solid #e2e8f0;
border-top-color: var(--themecolor, #0A62C6);
border-radius: 50%;
animation: cms-spin 0.8s linear infinite;
display: inline-block;
flex-shrink: 0;
}
@keyframes cms-spin {
to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
.cms-spinner {
animation-duration: 1.6s;
}
} .cms-search-pill__field-input {
position: relative;
display: flex;
align-items: center;
} .cms-search-pill__field-input .cms-search-pill__input {
padding-right: 32px !important;
}
.cms-search-pill__field-input .cms-search-pill__city-button {
padding-right: 32px !important;
} .cms-search-pill__clear {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 22px;
height: 22px;
border-radius: 50%;
border: none;
background: transparent;
color: #64748b;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.2s ease, color 0.2s ease;
z-index: 3;
padding: 0;
margin: 0;
outline: none;
flex-shrink: 0;
}
.cms-search-pill__clear[hidden] {
display: none;
}
.cms-search-pill__clear:hover {
background: #cbd5e1;
color: #1e293b;
}
.cms-search-pill__clear:focus-visible {
outline: 2px solid var(--themecolor, #0A62C6);
outline-offset: 1px;
}
.cms-search-pill__clear i {
font-size: 11px;
line-height: 1;
} @media (min-width: 768px) {
.cms-search-pill__field--specialty .cms-search-pill__clear {
right: 8px;
}
} .cms-hero-search__chips {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 6px;
padding: 0 4px;
position: relative;
z-index: 1; }
@media (min-width: 768px) {
.cms-hero-search__chips {
gap: 8px;
}
}
.cms-hero-search__chips-title {
text-align: center;
font-size: 15px;
font-weight: 700;
color: #1e293b;
margin: 32px 0 16px;
letter-spacing: 0.01em;
}
.cms-chip {
padding: 6px 10px;
background: #ffffff;
border: 1px solid #e2e8f0;
color: #334155;
font-size: 12px;
font-weight: 500;
font-family: inherit;
border-radius: 9999px;
cursor: pointer;
white-space: nowrap;
transition:
border-color 0.2s ease,
color 0.2s ease,
background-color 0.2s ease;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
.cms-chip {
padding: 8px 16px;
font-size: 13px;
}
}
.cms-chip:hover {
border-color: var(--themecolor, #0A62C6);
color: var(--themecolor, #0A62C6);
background: #eff6ff;
}
.cms-chip:focus-visible {
outline: 2px solid var(--themecolor, #0A62C6);
outline-offset: 2px;
} .cms-hero-search--compact {
margin: 0;
max-width: none;
}
.cms-hero-search--compact .cms-search-pill {
flex-direction: row; border-radius: 9999px;
box-shadow:
0 1px 3px 0 rgba(15, 23, 42, 0.06),
0 1px 2px 0 rgba(15, 23, 42, 0.04);
}
.cms-hero-search--compact .cms-search-pill__field {
min-height: 44px;
padding: 6px 14px;
border-radius: 0;
}
.cms-hero-search--compact .cms-search-pill__field--specialty {
flex: 1.4;
min-width: 0;
}
.cms-hero-search--compact .cms-search-pill__field--city {
flex: 1.2;
min-width: 0;
}
.cms-hero-search--compact .cms-search-pill__field--cashea {
flex: 0 0 auto;
padding-left: 14px;
padding-right: 12px;
}
.cms-hero-search--compact .cms-search-pill__label {
font-size: 10px;
letter-spacing: 0.05em;
}
.cms-hero-search--compact .cms-search-pill__field-input .cms-search-pill__input,
.cms-hero-search--compact .cms-search-pill__field-input .cms-search-pill__city-button {
font-size: 13px;
padding-right: 26px !important;
}
.cms-hero-search--compact .cms-search-pill__cashea-logo {
height: 14px;
margin-top: 2px;
}
.cms-hero-search--compact .cms-search-pill__city-button {
font-size: 13px;
} .cms-hero-search--compact .cms-search-pill__toggle {
width: 32px;
height: 18px;
margin-left: 8px;
}
.cms-hero-search--compact .cms-search-pill__toggle-slider::after {
width: 14px;
height: 14px;
}
.cms-hero-search--compact .cms-search-pill__toggle-input:checked + .cms-search-pill__toggle-slider::after {
transform: translateX(14px);
} .cms-hero-search--compact .cms-search-pill__clear {
width: 18px;
height: 18px;
}
.cms-hero-search--compact .cms-search-pill__clear i {
font-size: 9px;
} .cms-hero-search--compact .cms-search-pill__action {
padding: 4px;
}
.cms-hero-search--compact .cms-search-pill__button {
height: 36px;
border-radius: 9999px;
font-size: 13px;
}
.cms-hero-search--compact .cms-search-pill__button .fa-search {
font-size: 14px;
}
@media (min-width: 768px) {
.cms-hero-search--compact .cms-search-pill__button {
width: 36px;
height: 36px;
}
.cms-hero-search--compact .cms-search-pill__button-text {
display: none;
}
.cms-hero-search--compact .cms-search-pill--expanded .cms-search-pill__button {
width: auto;
height: 36px;
padding: 0 16px;
border-radius: 9999px;
font-size: 13px;
}
.cms-hero-search--compact .cms-search-pill--expanded .cms-search-pill__button-text {
display: inline;
}
.cms-hero-search--compact .cms-search-pill--expanded .cms-search-pill__button .fa-search {
font-size: 13px;
}
} .cms-hero-search--compact .cms-search-pill__separator {
width: 1px;
height: 24px;
} .cms-hero-search--compact .cms-suggestions {
margin-top: 6px;
max-height: 320px;
z-index: 50;
}
.cms-hero-search--compact .cms-suggestion {
padding: 10px 16px;
font-size: 14px;
}
.cms-hero-search--compact .cms-suggestions__title {
padding: 6px 16px 4px;
font-size: 10px;
}
.cms-hero-search--compact .cms-suggestions__empty-inline {
padding: 12px 16px;
font-size: 13px;
} .cms-hero-search--compact .cms-search-pill__field--specialty .cms-search-pill__clear,
.cms-hero-search--compact .cms-search-pill__field--city .cms-search-pill__clear {
right: 2px;
} .hidpi-logowrap .cms-hero-search--compact {
width: 100%;
max-width: 640px;
margin: 0;
margin-left: 16px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill {
box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.06),
0 1px 2px 0 rgba(15, 23, 42, 0.04);
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field {
min-height: 36px;
padding: 4px 10px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field--cashea {
padding-left: 10px;
padding-right: 8px;
align-items: center;
} .hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field--cashea .cms-search-pill__toggle {
margin-top: 8px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field-input .cms-search-pill__input,
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field-input .cms-search-pill__city-button {
font-size: 12px;
padding-left: 22px !important;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field-icon {
font-size: 13px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field--specialty {
flex: 1.5;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field--city {
flex: 1.2;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__button {
height: 32px;
width: 32px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__button .fa-search {
font-size: 12px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill--expanded .cms-search-pill__button {
width: auto;
height: 32px;
padding: 0 14px;
font-size: 12px;
} @media (min-width: 1200px) {
.hidpi-logowrap .cms-hero-search--compact {
max-width: 720px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field {
padding: 6px 12px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field-input .cms-search-pill__input,
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field-input .cms-search-pill__city-button {
font-size: 13px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__button {
height: 36px;
width: 36px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__button .fa-search {
font-size: 14px;
}
} @media (min-width: 768px) and (max-width: 1199px) {
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__field--cashea {
padding-left: 8px;
padding-right: 6px;
}
.hidpi-logowrap .cms-hero-search--compact .cms-search-pill__cashea-logo {
height: 12px;
}
} .cms-mobile-search-trigger {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
width: auto;
min-width: 220px;
max-width: 100%;
height: 44px;
padding: 0 20px;
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 9999px;
box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.06),
0 1px 2px 0 rgba(15, 23, 42, 0.04);
color: #1e293b;
font-family: inherit;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: box-shadow 0.2s ease, transform 0.05s ease;
white-space: nowrap;
}
.cms-mobile-search-trigger:hover {
box-shadow: 0 4px 12px 0 rgba(15, 23, 42, 0.10),
0 2px 4px 0 rgba(15, 23, 42, 0.06);
}
.cms-mobile-search-trigger:active {
transform: scale(0.98);
}
.cms-mobile-search-trigger:focus-visible {
outline: 2px solid var(--themecolor, #0A62C6);
outline-offset: 2px;
}
.cms-mobile-search-trigger i {
font-size: 16px;
color: #1e293b;
}
.cms-mobile-search-modal[hidden] {
display: none;
}
.cms-mobile-search-modal {
position: fixed;
inset: 0;
z-index: 9999;
background: #ffffff;
display: flex;
flex-direction: column;
overflow: hidden;
animation: cms-modal-in 0.2s ease;
}
@keyframes cms-modal-in {
from { transform: translateY(8px); opacity: 0; }
to   { transform: translateY(0);    opacity: 1; }
}
.cms-mobile-search-modal__header {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 16px;
border-bottom: 1px solid #e2e8f0;
flex-shrink: 0;
min-height: 56px;
}
.cms-mobile-search-modal__close {
background: transparent;
border: 0;
padding: 8px;
cursor: pointer;
color: #1e293b;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: background-color 0.2s ease;
}
.cms-mobile-search-modal__close:hover {
background: #f1f5f9;
}
.cms-mobile-search-modal__close:focus-visible {
outline: 2px solid var(--themecolor, #0A62C6);
outline-offset: 2px;
}
.cms-mobile-search-modal__close i {
font-size: 18px;
}
.cms-mobile-search-modal__title {
font-size: 17px;
font-weight: 600;
color: #1e293b;
margin: 0;
flex: 1;
}
.cms-mobile-search-modal__body {
flex: 1;
overflow-y: auto;
padding: 16px;
-webkit-overflow-scrolling: touch;
} .cms-mobile-search-modal__body .cms-hero-search--modal {
max-width: none;
width: 100%;
margin: 0;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-hero-search__chips,
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-hero-search__chips-title {
display: none;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill {
flex-direction: column;
border-radius: 16px;
box-shadow: 0 4px 12px 0 rgba(15, 23, 42, 0.08),
0 2px 4px 0 rgba(15, 23, 42, 0.04);
align-items: stretch;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill__field {
min-height: 56px;
padding: 8px 16px;
border-radius: 0;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill__separator {
width: calc(100% - 32px);
height: 1px;
margin: 0 auto;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill__label { position: static;
width: auto;
height: auto;
padding: 0;
margin: 0 0 4px;
overflow: visible;
clip: auto;
white-space: normal;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill__field-input .cms-search-pill__input,
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill__field-input .cms-search-pill__city-button {
font-size: 15px;
padding-left: 28px !important;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill__field-icon {
font-size: 16px;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill__button {
width: 100%;
height: 48px;
border-radius: 12px;
font-size: 15px;
margin-top: 4px;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill__button .fa-search {
font-size: 16px;
}
.cms-mobile-search-modal__body .cms-hero-search--modal .cms-search-pill--expanded .cms-search-pill__button {
width: 100%;
height: 48px;
padding: 0 22px;
font-size: 15px;
border-radius: 12px;
}