.tz-quick-range-calendar { position: fixed; margin: 0; width: 680px; max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); padding: 0; border: 1px solid #e5e7eb; border-radius: 20px; box-shadow: 0 20px 70px #0f172a33; color: #172033; background: #fff; font-family: inherit; overflow: auto; box-sizing: border-box; }
.tz-quick-range-calendar::backdrop { background: #0f172a26; }
body:has(.tz-quick-range-calendar[open]) { overflow: hidden; }
.tz-quick-range-calendar button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
.tz-quick-range-calendar button:focus-visible { outline: 2px solid #155eef; outline-offset: -3px; }
.tz-quick-range-top { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px 0; font-size: 18px; }
.tz-quick-range-top button { width: 44px; height: 44px; font-size: 28px; }
.tz-quick-range-summary { margin: 8px 20px; padding: 12px; background: #fff4eb; border-radius: 10px; color: #a93800; font-size: 14px; min-height: 22px; }
.tz-quick-range-nav { display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: #64748b; font-size: 12px; }
.tz-quick-range-nav button { width: 44px; height: 44px; font-size: 28px; }
.tz-quick-range-months { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 0 20px 20px; }
.tz-quick-range-month h3 { margin: 8px 0 16px; text-align: center; font-size: 16px; font-weight: 700; }
.tz-quick-range-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); row-gap: 4px; }
.tz-quick-range-weekday { text-align: center; font-size: 12px; color: #64748b; padding-bottom: 8px; }
.tz-quick-range-calendar .tz-quick-range-day { height: 40px; min-width: 0; padding: 0; border-radius: 8px; font-size: 14px; }
.tz-quick-range-calendar .tz-quick-range-day:hover { background: #ffeddc; }
.tz-quick-range-calendar .tz-quick-range-day.is-between { background: #fff0e5; border-radius: 0; color: #a93800; }
.tz-quick-range-calendar .tz-quick-range-day.is-selected { background: #c74600; color: white; font-weight: 700; }
.tz-quick-range-day[aria-current="date"] { text-decoration: underline; text-underline-offset: 5px; }
.tz-quick-range-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; border-top: 1px solid #edf0f3; background: white; position: sticky; bottom: 0; }
.tz-quick-range-footer button { min-height: 44px; padding: 8px 20px; border-radius: 10px; }
.tz-quick-range-footer [data-action="clear"] { text-decoration: underline; }
.tz-quick-range-footer [data-action="apply"] { background: #c74600; color: white; font-weight: 700; }
.tz-quick-range-footer [data-action="apply"]:disabled { background: #e5e7eb; color: #64748b; cursor: default; }
@media (max-width: 767px) {
    .tz-quick-range-calendar { inset: auto 0 0; width: 100%; max-width: 100%; max-height: 90vh; max-height: 90dvh; border-radius: 20px 20px 0 0; }
    .tz-quick-range-months { grid-template-columns: minmax(0, 1fr); gap: 20px; padding-inline: 16px; }
    .tz-quick-range-calendar .tz-quick-range-day { height: 44px; }
    .tz-quick-range-footer { padding-bottom: max(14px, env(safe-area-inset-bottom)); }
    .tz-quick-range-calendar::backdrop { background: #0f172a66; }
}
#tzQuickSearch { --quick-accent: #dc4c06; --quick-tint: #fff3eb; }
#tzQuickSearch[data-theme="fire"] { --quick-accent: #c93628; --quick-tint: #fff0ee; }
#tzQuickSearch { width: min(640px, calc(100% - 24px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 22px; margin: auto; color: #202936; background: #fff; box-shadow: 0 24px 80px #16203240; overflow: auto; font-family: inherit; }
#tzQuickSearch::backdrop { background: #17203399; }
#tzQuickSearch *, #tzQuickSearch *::before, #tzQuickSearch *::after { box-sizing: border-box; }
#tzQuickSearch button, #tzQuickSearch input, #tzQuickSearch select { font: inherit; }
#tzQuickSearch button { cursor: pointer; }
#tzQuickSearch .tz-quick-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 22px 24px 18px; background: var(--quick-tint); }
#tzQuickSearch .tz-quick-eyebrow { color: var(--quick-accent); font-size: 12px; }
#tzQuickSearch h2 { margin: 4px 0 0; font-size: 23px; font-weight: 600; }
#tzQuickSearch .tz-quick-close { width: 44px; height: 44px; flex: 0 0 44px; padding: 0; background: #fff; border: 0; border-radius: 50%; color: #344054; font-size: 28px; }
#tzQuickSearch .tz-quick-search { display: grid; gap: 20px; padding: 20px 24px; }
#tzQuickSearch .tz-quick-search-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
#tzQuickSearch .tz-quick-search-tab { flex: 0 0 auto; min-height: 44px; border: 1px solid #e5e7eb; border-radius: 12px; padding: 9px 14px; background: #fff; color: #475467; font-size: 13px; }
#tzQuickSearch .tz-quick-search-tab.active { color: var(--quick-accent); background: var(--quick-tint); border-color: var(--quick-accent); font-weight: 500; }
#tzQuickSearch .tz-quick-field { min-width: 0; }
#tzQuickSearch .tz-quick-field label { display: block; margin: 0 0 8px; color: #344054; font-size: 14px; font-weight: 500; }
#tzQuickSearch .tz-quick-search-control { display: flex; align-items: center; gap: 10px; width: 100%; min-width: 0; min-height: 54px; padding: 10px 14px; border: 1px solid #dfe3e9; border-radius: 12px; background: #f9fafb; color: #344054; }
#tzQuickSearch .tz-quick-search-control:focus-within { border-color: var(--quick-accent); outline: 2px solid var(--quick-tint); }
#tzQuickSearch .tz-quick-search-control .material-symbols-outlined { color: var(--quick-accent); font-size: 22px; flex-shrink: 0; }
#tzQuickSearch .tz-quick-search-control input, #tzQuickSearch .tz-quick-search-control select { border: 0; outline: 0; background: transparent; width: 100%; min-width: 0; font-size: 16px; color: #202936; }
#tzQuickSearch .tz-quick-submit { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 12px; background: var(--quick-accent); color: #fff; font-size: 17px; }
#tzQuickSearch .tz-quick-footer { padding: 0 24px max(22px, env(safe-area-inset-bottom)); background: #fff; border: 0; margin: 0; }
#tzQuickSearch .tz-quick-more { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 48px; border: 1px solid #e5e7eb; border-radius: 12px; background: white; color: #475467; }
#tzQuickSearch button:focus-visible { outline: 2px solid var(--quick-accent); outline-offset: 2px; }
#tzQuickSearch #tzQuickStatus { display: block; font-size: 12px; color: #667085; margin-top: 4px; }
#tzQuickSearch .tz-quick-date-range.is-enhanced .tz-quick-date-inputs, #tzQuickSearch .tz-quick-date-range.is-enhanced .tz-quick-date-clear { display: none; }
#tzQuickSearch .tz-quick-range-trigger { text-align: left; }
#tzQuickSearch .tz-quick-range-value { flex: 1; font-size: 15px; }
#tzQuickSearch .tz-quick-date-inputs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
#tzQuickSearch .tz-quick-date-inputs input { max-width: 100%; }
#tzQuickSearch .tz-quick-range-day.is-selected, #tzQuickSearch .tz-quick-range-footer [data-action="apply"]:not(:disabled) { background: var(--quick-accent); color: #fff; }
#tzQuickSearch .tz-quick-range-summary, #tzQuickSearch .tz-quick-range-day.is-between { background: var(--quick-tint); color: var(--quick-accent); }
@media (max-width: 400px) { #tzQuickSearch .tz-quick-heading { padding: 16px; } #tzQuickSearch .tz-quick-search { padding: 16px; gap: 16px; } #tzQuickSearch .tz-quick-footer { padding-inline: 16px; } }

/* Match the homepage destination panel within the quick-search dialog. */
#tzQuickSearch .tz-quick-search { position: relative; }
#tzQuickSearch #tzQuickSuggestions [hidden] { display: none; }
#tzQuickSearch .tz-home-suggest-status { display: block; font-size: 14px; color: #4b5563; }
#tzQuickSearch .tz-home-suggest-status:empty { display: none; }
#tzQuickSearch .tz-home-suggest-retry { margin-top: 10px; min-height: 44px; padding: 8px 16px; border: 1px solid #c74600; border-radius: 8px; background: #fff4ee; color: #923300; }
@media (max-width: 767px) { #tzQuickSearch #tzQuickSuggestions .tz-home-suggest-grid { grid-template-columns: 1fr; gap: 14px; } }
@media (min-width: 768px) and (max-width: 991px) { #tzQuickSearch #tzQuickSuggestions .tz-home-suggest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
#tzQuickSearch .tz-home-suggest-panel {
    position: absolute;
    left: 14px;
    top: calc(100% + 8px);
    z-index: 80;
    right: 14px;
    width: auto;
    max-height: min(440px, 50dvh);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
    text-align: left
}

#tzQuickSearch .tz-home-suggest-panel[hidden] {
    display: none
}

#tzQuickSearch .tz-home-suggest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

#tzQuickSearch .tz-home-suggest-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

#tzQuickSearch .tz-home-suggest-title {
    font-size: 13px;
    font-weight: 800;
    color: #111827;
    line-height: 1.25
}

#tzQuickSearch .tz-home-suggest-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px
}

#tzQuickSearch .tz-home-suggest-link {
    width: 100%;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
    transition: background .16s ease, border-color .16s ease, color .16s ease
}

#tzQuickSearch .tz-home-suggest-link.has-image {
    min-height: 48px;
    padding: 6px 8px;
    gap: 9px;
    border-color: transparent;
    background: #f8fafc
}

#tzQuickSearch .tz-home-suggest-img {
    width: 42px;
    height: 36px;
    flex: 0 0 42px;
    border-radius: 6px;
    object-fit: cover;
    background: #eef2f7
}

#tzQuickSearch .tz-home-suggest-text {
    min-width: 0
}

#tzQuickSearch .tz-home-suggest-link:hover,
#tzQuickSearch .tz-home-suggest-link:focus {
    background: #fff4ee;
    border-color: #ffd1bc;
    color: #e35000
}

#tzQuickSearch .tz-home-suggest-empty {
    padding: 7px 9px;
    color: #9ca3af;
    font-size: 13px;
    line-height: 1.35
}

