@media (min-width: 0) {
  .idub-search-overlay {
    align-items: flex-start;
    justify-content: center;
    padding: 88px 24px 32px;
    background: rgba(0, 0, 0, .94);
  }

  .idub-search-shell {
    width: min(880px, 100%);
  }

  .idub-search-head {
    margin: 0 0 18px;
    text-align: left;
  }

  .idub-search-heading {
    max-width: 720px;
    margin: 0;
  }

  .idub-search-eyebrow {
    margin-bottom: 8px;
    color: var(--idub-blue);
    font-size: 12px;
    letter-spacing: 0;
  }

  .idub-search-title {
    max-width: 720px;
    font-size: 40px;
    font-weight: 900;
    line-height: .98;
    letter-spacing: 0;
  }

  .idub-search-close {
    width: 48px;
    height: 48px;
  }

  .idub-search-close svg {
    width: 34px;
    height: 34px;
  }

  .idub-search-form {
    gap: 12px;
  }

  .idub-search-label {
    display: block;
    color: rgba(255, 255, 255, .78);
    font-family: var(--idub-font-heading);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .idub-search-field {
    position: relative;
  }

  .idub-search-input {
    min-height: 64px;
    padding: 0 116px 0 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-family: var(--idub-font-body);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
  }

  .idub-search-input::placeholder {
    color: #6b7280;
    font-weight: 650;
  }

  .idub-search-input::-webkit-search-decoration,
  .idub-search-input::-webkit-search-cancel-button,
  .idub-search-input::-webkit-search-results-button,
  .idub-search-input::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .idub-search-input:focus {
    border-color: var(--idub-blue);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .3), 0 0 0 3px rgba(0, 158, 227, .36);
  }

  .idub-search-input:focus-visible {
    outline: 2px solid var(--idub-blue);
    outline-offset: 2px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .28), 0 0 0 3px rgba(0, 158, 227, .2);
  }

  .idub-search-clear,
  .idub-search-submit {
    position: absolute;
    top: 50%;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transform: translateY(-50%);
  }

  .idub-search-clear {
    right: 60px;
    color: #4b5563;
  }

  .idub-search-clear[hidden] {
    display: none;
  }

  .idub-search-submit {
    right: 8px;
    background: #000;
    color: #fff;
  }

  .idub-search-clear:hover,
  .idub-search-clear:focus-visible {
    background: #eef2f5;
    color: #000;
  }

  .idub-search-submit:hover,
  .idub-search-submit:focus-visible {
    background: var(--idub-blue);
    color: #fff;
    transform: translateY(-50%);
  }

  .idub-search-clear svg,
  .idub-search-submit svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
  }

  .idub-search-controls {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    font-family: var(--idub-font-body);
  }

  .idub-search-control {
    gap: 8px;
    padding: 10px 12px 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
  }

  .idub-search-control span {
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .idub-search-select {
    min-height: 38px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  .idub-search-active {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #fff;
    font-family: var(--idub-font-body);
  }

  .idub-search-active__label,
  .idub-search-active__item,
  .idub-search-reset {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .idub-search-active__label {
    color: rgba(255, 255, 255, .68);
  }

  .idub-search-active__item {
    max-width: 100%;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    overflow-wrap: anywhere;
  }

  .idub-search-reset {
    padding: 7px 10px;
    background: #fff;
    color: #000;
  }

  .idub-search-reset:hover,
  .idub-search-reset:focus-visible {
    background: var(--idub-blue);
    color: #fff;
  }

  .idub-search-suggestions {
    position: static;
    margin-top: 2px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  }

  .idub-search-suggestions__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    font-family: var(--idub-font-heading);
  }

  .idub-search-suggestions__head span {
    color: #000;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .idub-search-suggestions__head small {
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: right;
  }

  .idub-search-suggestions__list {
    max-height: min(324px, 42vh);
  }

  .idub-search-suggestion {
    min-height: 54px;
    gap: 10px;
    padding: 12px 14px;
    font-family: var(--idub-font-body);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  .idub-search-suggestion:hover,
  .idub-search-suggestion:focus-visible,
  .idub-search-suggestion[aria-selected="true"] {
    background: #eef8fc;
    color: #000;
  }

  .idub-search-suggestion span {
    white-space: normal;
  }

  .idub-search-suggestion small {
    color: #5f6872;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  .idub-search-empty {
    padding: 14px;
    color: #4b5563;
    font-family: var(--idub-font-body);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .idub-search-overlay {
    padding: max(72px, calc(env(safe-area-inset-top) + 66px)) 14px 18px;
  }

  .idub-search-head {
    margin-bottom: 14px;
  }

  .idub-search-title {
    font-size: 30px;
    line-height: 1;
  }

  .idub-search-close {
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    width: 44px;
    height: 44px;
  }

  .idub-search-close svg {
    width: 30px;
    height: 30px;
  }

  .idub-search-label {
    font-size: 12px;
  }

  .idub-search-input {
    min-height: 56px;
    padding-right: 104px;
    padding-left: 14px;
    font-size: 17px;
  }

  .idub-search-clear,
  .idub-search-submit {
    width: 40px;
    height: 40px;
  }

  .idub-search-clear {
    right: 52px;
  }

  .idub-search-submit {
    right: 7px;
  }

  .idub-search-controls {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .idub-search-control {
    padding: 9px 10px 10px;
  }

  .idub-search-select {
    min-height: 34px;
    font-size: 14px;
  }

  .idub-search-active {
    gap: 7px;
  }

  .idub-search-active__label,
  .idub-search-active__item,
  .idub-search-reset {
    min-height: 30px;
    font-size: 12px;
  }

  .idub-search-suggestions__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 11px 12px;
  }

  .idub-search-suggestions__head small {
    text-align: left;
  }

  .idub-search-suggestions__list {
    max-height: 286px;
  }

  .idub-search-suggestion {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 50px;
    padding: 11px 12px;
    font-size: 13px;
  }

  .idub-search-suggestion small {
    display: none;
  }
}
