/* Generated by tools/build-search-css.py --component search.
 * Minimal Legacy Exact rules for the migrated search component.
 * Do not edit by hand. */

/* Source: legacy-calendar.css */
:where(.ipo-platform-skin--legacy) .ipo-section-sub {color: var(--ipo-v2-legacy-color-blue-600);
    font-size:var(--ipo-v2-legacy-font-size-12);
    font-weight: 800;
    letter-spacing: .14em;
    margin: 0 0 4px;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap {margin: 40px 0;
    padding: 28px;
    border-radius:var(--ipo-v2-legacy-radius-24);
    background:var(--ipo-v2-legacy-gradient-surface);
    border: 1px solid var(--ipo-v2-legacy-color-slate-150);
    box-shadow: 0 14px 44px rgba(15, 23, 42, .08);}

:where(.ipo-platform-skin--legacy) .ipo-search-head {margin-bottom: 20px;}

:where(.ipo-platform-skin--legacy) .ipo-search-head h2 {margin: 0 0 6px;
    font-size: 1.65rem;
    font-weight: 900;
    color: var(--ipo-v2-legacy-color-slate-950);}

:where(.ipo-platform-skin--legacy) .ipo-search-head p:last-child {margin: 0;
    color: var(--ipo-v2-legacy-color-slate-500);
    font-weight: 600;}

:where(.ipo-platform-skin--legacy) .ipo-search-form {padding: 20px;
    border-radius:var(--ipo-v2-legacy-radius-20);
    background: var(--ipo-v2-legacy-color-navy-850);
    border: 1px solid rgba(246, 199, 68, .24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);}

:where(.ipo-platform-skin--legacy) .ipo-search-grid {display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;}

:where(.ipo-platform-skin--legacy) .ipo-search-field {display: block;}

:where(.ipo-platform-skin--legacy) .ipo-search-field--wide {grid-column: span 2;}

:where(.ipo-platform-skin--legacy) .ipo-search-field span {display: block;
    margin-bottom: 6px;
    font-size:var(--ipo-v2-legacy-font-size-12);
    font-weight: 900;
    color: var(--ipo-v2-legacy-color-gold-500);
    letter-spacing: .03em;}

:where(.ipo-platform-skin--legacy) .ipo-search-field input, :where(.ipo-platform-skin--legacy) .ipo-search-field select {width: 100%;
    min-height: 44px;
    border-radius:var(--ipo-v2-legacy-radius-12);
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: var(--ipo-v2-legacy-color-white);
    padding: 9px 12px;
    font-size:var(--ipo-v2-legacy-font-size-14);
    font-weight: 700;
    outline: none;}

:where(.ipo-platform-skin--legacy) .ipo-search-field input::placeholder {color: rgba(255, 255, 255, .5);}

:where(.ipo-platform-skin--legacy) .ipo-search-field select option {color: var(--ipo-v2-legacy-color-slate-950);
    background: var(--ipo-v2-legacy-color-white);}

:where(.ipo-platform-skin--legacy) .ipo-search-field input:focus, :where(.ipo-platform-skin--legacy) .ipo-search-field select:focus {border-color: var(--ipo-v2-legacy-color-gold-500);
    box-shadow: 0 0 0 3px rgba(246, 199, 68, .2);}

:where(.ipo-platform-skin--legacy) .ipo-search-actions {display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;}

:where(.ipo-platform-skin--legacy) .ipo-search-submit, :where(.ipo-platform-skin--legacy) .ipo-search-reset {display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius:var(--ipo-v2-legacy-radius-pill);
    padding: 0 20px;
    font-weight: 900;
    text-decoration: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-submit {border: none;
    background: var(--ipo-v2-legacy-color-gold-500);
    color: var(--ipo-v2-legacy-color-navy-950);
    cursor: pointer;}

:where(.ipo-platform-skin--legacy) .ipo-search-reset {border: 1px solid rgba(246, 199, 68, .42);
    color: var(--ipo-v2-legacy-color-gold-500);
    background: var(--ipo-v2-legacy-color-transparent);}

:where(.ipo-platform-skin--legacy) .ipo-search-summary {margin: 18px 0 14px;
    color: var(--ipo-v2-legacy-color-slate-700);
    font-weight: 800;}

:where(.ipo-platform-skin--legacy) .ipo-search-summary strong {font-size:var(--ipo-v2-legacy-font-size-rem-135);
    color: var(--ipo-v2-legacy-color-slate-950);
    margin-right: 4px;}

:where(.ipo-platform-skin--legacy) .ipo-search-summary span {margin-left: 8px;
    font-size:var(--ipo-v2-legacy-font-size-13);
    color: var(--ipo-v2-legacy-color-slate-500);}

:where(.ipo-platform-skin--legacy) .ipo-search-results {display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;}

:where(.ipo-platform-skin--legacy) .ipo-search-card {display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius:var(--ipo-v2-legacy-radius-18);
    border: 1px solid var(--ipo-v2-legacy-color-slate-150);
    background: var(--ipo-v2-legacy-color-white);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    overflow: hidden;
    transition:var(--ipo-v2-legacy-motion-relaxed);}

:where(.ipo-platform-skin--legacy) .ipo-search-card:hover {transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .1);}

:where(.ipo-platform-skin--legacy) .ipo-search-card__main {display: block;
    padding: 18px;
    color: inherit;
    text-decoration: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-row {display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-row h3 {margin: 0;
    font-size:var(--ipo-v2-legacy-font-size-rem-112);
    font-weight: 900;
    line-height: 1.35;
    color: var(--ipo-v2-legacy-color-slate-950);}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating {flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 32px;
    border-radius:var(--ipo-v2-legacy-radius-pill);
    background: var(--ipo-v2-legacy-color-gold-100);
    color: var(--ipo-v2-legacy-color-amber-700);
    font-weight: 900;
    border: 1px solid var(--ipo-v2-legacy-color-gold-300);}

:where(.ipo-platform-skin--legacy) .ipo-search-card__chips {display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__chips span {display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius:var(--ipo-v2-legacy-radius-pill);
    background: var(--ipo-v2-legacy-color-slate-100);
    color: var(--ipo-v2-legacy-color-slate-800);
    font-size:var(--ipo-v2-legacy-font-size-12);
    font-weight: 800;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__data {display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__data div {padding: 10px;
    border-radius:var(--ipo-v2-legacy-radius-12);
    background: var(--ipo-v2-legacy-color-slate-50);}

:where(.ipo-platform-skin--legacy) .ipo-search-card__data dt {margin: 0 0 3px;
    color: var(--ipo-v2-legacy-color-slate-500);
    font-size:var(--ipo-v2-legacy-font-size-11);
    font-weight: 900;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__data dd {margin: 0;
    color: var(--ipo-v2-legacy-color-slate-950);
    font-size:var(--ipo-v2-legacy-font-size-13);
    font-weight: 900;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__more {display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    background: var(--ipo-v2-legacy-color-navy-850);
    color: var(--ipo-v2-legacy-color-gold-500)  !important;
    font-weight: 900;
    text-decoration: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-empty {padding: 22px;
    border-radius:var(--ipo-v2-legacy-radius-16);
    background: var(--ipo-v2-legacy-color-slate-50);
    border: 1px solid var(--ipo-v2-legacy-color-slate-150);
    color: var(--ipo-v2-legacy-color-slate-700);
    font-weight: 800;}

@media (max-width: 960px) {
    :where(.ipo-platform-skin--legacy) .ipo-search-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}

    :where(.ipo-platform-skin--legacy) .ipo-search-results {grid-template-columns: 1fr;}
}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-search-wrap {padding: 18px;
            border-radius:var(--ipo-v2-legacy-radius-18);}

    :where(.ipo-platform-skin--legacy) .ipo-search-form {padding: 16px;
            border-radius:var(--ipo-v2-legacy-radius-16);}

    :where(.ipo-platform-skin--legacy) .ipo-search-grid {grid-template-columns: 1fr;}

    :where(.ipo-platform-skin--legacy) .ipo-search-field--wide {grid-column: auto;}

    :where(.ipo-platform-skin--legacy) .ipo-search-actions {display: grid;
            grid-template-columns: 1fr;}

    :where(.ipo-platform-skin--legacy) .ipo-search-submit, :where(.ipo-platform-skin--legacy) .ipo-search-reset {width: 100%;}

    :where(.ipo-platform-skin--legacy) .ipo-search-card__data {grid-template-columns: 1fr;}
}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap [hidden], :where(.ipo-platform-skin--legacy) .ipo-search-wrap .is-ipo-search-hidden {display: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-row h3, :where(.ipo-platform-skin--legacy) .ipo-search-card__title-row h3 a {display: block  !important;
    color: var(--ipo-v2-legacy-color-navy-950)  !important;
    font-size:var(--ipo-v2-legacy-font-size-rem-122) !important;
    font-weight: 900  !important;
    line-height: 1.4  !important;
    overflow-wrap: anywhere;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-row {min-height: auto;}

:where(.ipo-platform-skin--legacy) .ipo-search-pagination {display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0;}

:where(.ipo-platform-skin--legacy) .ipo-search-pagination__button {min-width: 40px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid var(--ipo-v2-legacy-color-slate-300);
    border-radius:var(--ipo-v2-legacy-radius-pill);
    background: var(--ipo-v2-legacy-color-white-compact);
    color: var(--ipo-v2-legacy-color-slate-950);
    font-size:var(--ipo-v2-legacy-font-size-13);
    font-weight: 900;
    cursor: pointer;}

:where(.ipo-platform-skin--legacy) .ipo-search-pagination__button:hover:not(:disabled) {border-color: var(--ipo-v2-legacy-color-navy-850);
    background: var(--ipo-v2-legacy-color-slate-50);}

:where(.ipo-platform-skin--legacy) .ipo-search-pagination__button.is-current {border-color: var(--ipo-v2-legacy-color-navy-850);
    background: var(--ipo-v2-legacy-color-navy-850);
    color: var(--ipo-v2-legacy-color-white-compact);}

:where(.ipo-platform-skin--legacy) .ipo-search-pagination__button:disabled {opacity: .45;
    cursor: default;}

:where(.ipo-platform-skin--legacy) .ipo-search-pagination__dots {color: var(--ipo-v2-legacy-color-slate-500);
    font-weight: 900;}

:where(.ipo-platform-skin--legacy) .ipo-search-card {border-color: #d4e3f5;
    background:var(--ipo-v2-legacy-gradient-surface-white);
    box-shadow:var(--ipo-v2-legacy-shadow-card-lg);}

:where(.ipo-platform-skin--legacy) .ipo-search-card__main {padding: 20px;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-row {align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--ipo-v2-legacy-color-slate-200);
    margin-bottom: 12px;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-wrap {min-width: 0;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__label {display: inline-flex;
    margin: 0 0 4px;
    color: var(--ipo-v2-legacy-color-slate-500);
    font-size:var(--ipo-v2-legacy-font-size-11);
    font-weight: 900;
    letter-spacing: .08em;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-row h3 {font-size: 1.24rem;
    line-height: 1.38;
    word-break: keep-all;
    overflow-wrap: anywhere;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating {flex-direction: column;
    gap: 1px;
    min-width: 66px;
    height: auto;
    min-height: 44px;
    padding: 6px 10px;
    background: #fff7d6;
    color: var(--ipo-v2-legacy-color-amber-700);
    border-color: #f6d365;
    line-height: 1.1;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating > span {font-size:var(--ipo-v2-legacy-font-size-10);
    font-weight: 900;
    letter-spacing: .04em;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating > strong {font-size:var(--ipo-v2-legacy-font-size-18);
    font-weight: 900;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating--empty {background: var(--ipo-v2-legacy-color-slate-50);
    color: var(--ipo-v2-legacy-color-slate-500);
    border-color: var(--ipo-v2-legacy-color-slate-200);}

:where(.ipo-platform-skin--legacy) .ipo-search-card__chips span {background: #eef6ff;
    color: var(--ipo-v2-legacy-color-blue-900);}

:where(.ipo-platform-skin--legacy) .ipo-search-card__data div {border: 1px solid #edf2f7;}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-search-card__title-row {align-items: flex-start;}

    :where(.ipo-platform-skin--legacy) .ipo-search-card__rating {min-width: 58px;}
}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-results {display: grid  !important;
    grid-template-columns: repeat(2, minmax(0, 520px))  !important;
    justify-content: center;
    align-items: stretch;
    gap: 16px;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card {width: 100%;
    max-width: 520px;
    min-width: 0;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__title-row, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__title-wrap, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__label, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__title-row h3, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating {display: flex  !important;
    visibility: visible  !important;
    opacity: 1  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__title-wrap {display: block  !important;
    flex: 1 1 auto;
    min-width: 0;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__title-row {align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf2f7;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__label {display: inline-flex  !important;
    margin: 0 0 5px;
    color: var(--ipo-v2-legacy-color-slate-500);
    font-size:var(--ipo-v2-legacy-font-size-11);
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__title-row h3 {display: block  !important;
    margin: 0;
    color: var(--ipo-v2-legacy-color-navy-950)  !important;
    font-size:var(--ipo-v2-legacy-font-size-rem-118) !important;
    line-height: 1.42  !important;
    font-weight: 900  !important;
    overflow-wrap: anywhere;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating {flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    min-height: 44px;
    padding: 6px 10px;
    border-radius:var(--ipo-v2-legacy-radius-14);
    background: #fff7d6;
    border: 1px solid #f6d365;
    color: var(--ipo-v2-legacy-color-amber-700);
    line-height: 1.1;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating > span {display: block;
    font-size:var(--ipo-v2-legacy-font-size-10);
    font-weight: 900;
    letter-spacing: .04em;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating > strong {display: block;
    font-size:var(--ipo-v2-legacy-font-size-18);
    font-weight: 900;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating--empty {background: var(--ipo-v2-legacy-color-slate-50);
    color: var(--ipo-v2-legacy-color-slate-500);
    border-color: var(--ipo-v2-legacy-color-slate-200);}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__main {padding: 18px;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__data {grid-template-columns: repeat(2, minmax(0, 1fr));}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-results {grid-template-columns: 1fr  !important;
            justify-content: stretch;}

    :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card {max-width: none;}

    :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__title-row {flex-direction: column;}

    :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating {min-width: 60px;}

    :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__data {grid-template-columns: 1fr;}
}

@media (min-width: 641px) {
    :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-results {grid-template-columns: repeat(2, minmax(0, 520px))  !important;
            justify-content: center;}
}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-results {grid-template-columns: 1fr  !important;}
}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap {--ipo-readable-text-size:var(--ipo-v2-legacy-font-size-16);
    --ipo-readable-text-size-mobile: clamp(16px, 4vw, 17px);}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap :where(p, li, dd, td, th):not(.ipo-section-sub):not([class*="eyebrow"]):not([class*="label"]):not([class*="badge"]):not([class*="rank"]):not([class*="rating"]), :where(.ipo-platform-skin--legacy) .ipo-search-wrap :where(.ipo-search-head p, .ipo-search-summary, .ipo-search-empty, .ipo-search-card__data dd, .ipo-search-card__more), :where(.ipo-platform-skin--legacy) .ipo-search-wrap :where(input, select, textarea) {font-size: var(--ipo-readable-text-size)  !important;
    line-height: 1.85  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__data dt, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__chips span, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__label, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating span, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-section-sub, :where(.ipo-platform-skin--legacy) .ipo-search-wrap :where([class*="eyebrow"], [class*="label"], [class*="badge"], [class*="rank"], [class*="rating"]) {line-height: 1.45;}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-search-wrap :where(p, li, dd, td, th):not(.ipo-section-sub):not([class*="eyebrow"]):not([class*="label"]):not([class*="badge"]):not([class*="rank"]):not([class*="rating"]), :where(.ipo-platform-skin--legacy) .ipo-search-wrap :where(.ipo-search-head p, .ipo-search-summary, .ipo-search-empty, .ipo-search-card__data dd, .ipo-search-card__more), :where(.ipo-platform-skin--legacy) .ipo-search-wrap :where(input, select, textarea) {font-size: var(--ipo-readable-text-size-mobile)  !important;
            line-height: 1.85  !important;}
}

:where(.ipo-platform-skin--legacy) .ipo-search-head h2 {font-size: var(--ipo-heading-h2)  !important;
    line-height: 1.35  !important;
    letter-spacing: -0.01em;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-row h3, :where(.ipo-platform-skin--legacy) .ipo-search-card__company-title, :where(.ipo-platform-skin--legacy) .ipo-search-card__title {font-size: var(--ipo-heading-card)  !important;
    line-height: 1.42  !important;}

:where(.ipo-platform-skin--legacy) .ipo-section-sub, :where(.ipo-platform-skin--legacy) .ipo-search-card__chips span, :where(.ipo-platform-skin--legacy) .ipo-search-card__label {font-size: var(--ipo-chip-text-size)  !important;
    line-height: 1.45  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating > span, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating > span {font-size:var(--ipo-v2-legacy-font-size-10) !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating > strong, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating > strong {font-size:var(--ipo-v2-legacy-font-size-18) !important;}

/* Source: legacy-design.css */
:where(.ipo-platform-skin--legacy) .ipo-search-wrap {box-sizing: border-box;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap {background: var(--ipo-card);
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: var(--ipo-radius-lg);
    box-shadow: var(--ipo-shadow-soft);
    padding: clamp(18px, 3vw, 30px);
    margin: clamp(24px, 4vw, 42px) 0;}

:where(.ipo-platform-skin--legacy) .ipo-section-sub {color: var(--ipo-blue-600);
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;}

:where(.ipo-platform-skin--legacy) .ipo-search-head h2 {color: var(--ipo-ink);
    letter-spacing: -.02em;
    line-height: 1.35;}

:where(.ipo-platform-skin--legacy) .ipo-search-summary {color: var(--ipo-muted);
    line-height: 1.8;}

:where(.ipo-platform-skin--legacy) .ipo-search-submit {border-radius:var(--ipo-v2-legacy-radius-pill);
    font-weight: 900;
    min-height: 42px;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;}

:where(.ipo-platform-skin--legacy) .ipo-search-submit:hover {transform: translateY(-2px);}

:where(.ipo-platform-skin--legacy) .ipo-search-results {gap: 16px;}

:where(.ipo-platform-skin--legacy) .ipo-search-card {border: 1px solid var(--ipo-border);
    border-radius: var(--ipo-radius-md);
    background: var(--ipo-v2-legacy-color-white-compact);
    box-shadow: var(--ipo-shadow-card);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;}

:where(.ipo-platform-skin--legacy) .ipo-search-card:hover {transform: translateY(-3px);
    border-color: rgba(37, 99, 235, .28);
    box-shadow: 0 18px 42px rgba(15,23,42,.11);}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating {border-radius:var(--ipo-v2-legacy-radius-pill);
    font-weight: 900;}

:where(.ipo-platform-skin--legacy) .ipo-search-form {background: linear-gradient(180deg, var(--ipo-v2-legacy-color-slate-50), var(--ipo-v2-legacy-color-white-compact));
    border: 1px solid var(--ipo-border);
    border-radius:var(--ipo-v2-legacy-radius-22);
    padding: 18px;}

:where(.ipo-platform-skin--legacy) .ipo-search-field label {color: var(--ipo-ink);
    font-weight: 900;}

:where(.ipo-platform-skin--legacy) .ipo-search-field input, :where(.ipo-platform-skin--legacy) .ipo-search-field select {min-height: 46px;
    border-radius:var(--ipo-v2-legacy-radius-12);
    border: 1px solid var(--ipo-v2-legacy-color-slate-300);
    background: var(--ipo-v2-legacy-color-white-compact);
    padding: 8px 12px;}

:where(.ipo-platform-skin--legacy) .ipo-search-field input:focus, :where(.ipo-platform-skin--legacy) .ipo-search-field select:focus {outline: 3px solid rgba(37, 99, 235, .16);
    border-color: var(--ipo-blue-600);}

:where(.ipo-platform-skin--legacy) .ipo-search-submit {background: linear-gradient(135deg, var(--ipo-navy-800), var(--ipo-navy-700));
    color: var(--ipo-v2-legacy-color-white-compact)  !important;
    box-shadow: 0 10px 24px rgba(8, 36, 77, .18);}

:where(.ipo-platform-skin--legacy) .ipo-sec-detail-hero .ipo-section-sub {color: var(--ipo-v2-legacy-color-white-compact);}

:where(.ipo-platform-skin--legacy) .ipo-sec-detail-hero .ipo-section-sub {color: var(--ipo-gold-500);}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap button:focus-visible, :where(.ipo-platform-skin--legacy) .ipo-search-wrap input:focus-visible, :where(.ipo-platform-skin--legacy) .ipo-search-wrap select:focus-visible {outline: 3px solid rgba(246, 199, 68, .72);
    outline-offset: 3px;}

@media (max-width: 768px) {
    :where(.ipo-platform-skin--legacy) .ipo-search-wrap {border-radius:var(--ipo-v2-legacy-radius-18);
            padding: 16px;
            margin: 22px 0;}

    :where(.ipo-platform-skin--legacy) .ipo-search-form {padding: 14px;
            border-radius:var(--ipo-v2-legacy-radius-16);}
}

@media (prefers-reduced-motion: reduce) {
    :where(.ipo-platform-skin--legacy) .ipo-search-card, :where(.ipo-platform-skin--legacy) .ipo-search-submit {transition: none;}

    :where(.ipo-platform-skin--legacy) .ipo-search-card:hover, :where(.ipo-platform-skin--legacy) .ipo-search-submit:hover {transform: none;}
}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap {box-sizing: border-box;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap {color: var(--ipo-ink, var(--ipo-v2-legacy-color-slate-950));}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap :where(p, li, td, th, dt, dd, label) {color: var(--ipo-ink, var(--ipo-v2-legacy-color-slate-950));}

:where(.ipo-platform-skin--legacy) .ipo-search-summary {color: var(--ipo-muted, var(--ipo-v2-legacy-color-slate-500))  !important;}

:where(.ipo-platform-skin--legacy) .ipo-sec-detail-hero .ipo-section-sub {color: var(--ipo-gold-500, var(--ipo-v2-legacy-color-gold-500))  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-submit {color: var(--ipo-v2-legacy-color-navy-950)  !important;
    background: linear-gradient(135deg, var(--ipo-gold-500, var(--ipo-v2-legacy-color-gold-500)), #ffe28a)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap {background:var(--ipo-v2-legacy-gradient-surface) !important;
    color: var(--ipo-text-main)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-head h2 {color: var(--ipo-text-main)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-head p, :where(.ipo-platform-skin--legacy) .ipo-search-head p:last-child {color: var(--ipo-text-sub)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-form {background: linear-gradient(180deg, var(--ipo-v2-legacy-color-slate-50) 0%, var(--ipo-v2-legacy-color-white) 100%)  !important;
    border: 1px solid var(--ipo-border, var(--ipo-v2-legacy-color-slate-200))  !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 8px 22px rgba(15, 23, 42, .04)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-field span, :where(.ipo-platform-skin--legacy) .ipo-search-field label, :where(.ipo-platform-skin--legacy) .ipo-search-field > span {color: var(--ipo-navy-800, var(--ipo-v2-legacy-color-navy-900))  !important;
    letter-spacing: .01em  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-field input, :where(.ipo-platform-skin--legacy) .ipo-search-field select {background: var(--ipo-v2-legacy-color-white)  !important;
    color: var(--ipo-text-main)  !important;
    border: 1px solid var(--ipo-v2-legacy-color-slate-300)  !important;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .03)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-field input::placeholder {color: var(--ipo-v2-legacy-color-slate-400)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-field input:focus, :where(.ipo-platform-skin--legacy) .ipo-search-field select:focus {border-color: var(--ipo-blue-600, var(--ipo-v2-legacy-color-blue-600))  !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .16)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-submit {background: linear-gradient(135deg, var(--ipo-navy-800, var(--ipo-v2-legacy-color-navy-900)), var(--ipo-navy-700, var(--ipo-v2-legacy-color-navy-700)))  !important;
    color: var(--ipo-v2-legacy-color-white)  !important;
    border: none  !important;
    box-shadow: 0 10px 24px rgba(8, 36, 77, .18)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-reset {background: var(--ipo-v2-legacy-color-white)  !important;
    color: var(--ipo-navy-800, var(--ipo-v2-legacy-color-navy-900))  !important;
    border: 1px solid var(--ipo-v2-legacy-color-slate-300)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__more {background: linear-gradient(135deg, var(--ipo-navy-800, var(--ipo-v2-legacy-color-navy-900)), var(--ipo-navy-700, var(--ipo-v2-legacy-color-navy-700)))  !important;
    color: var(--ipo-v2-legacy-color-white)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating {background: var(--ipo-v2-legacy-color-gold-100)  !important;
    color: var(--ipo-v2-legacy-color-amber-900)  !important;
    border-color: var(--ipo-v2-legacy-color-gold-300)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap {background:var(--ipo-v2-legacy-gradient-surface) !important;
    color: var(--ipo-v2-legacy-color-slate-950)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-head h2, :where(.ipo-platform-skin--legacy) .ipo-search-head p, :where(.ipo-platform-skin--legacy) .ipo-search-field span, :where(.ipo-platform-skin--legacy) .ipo-search-summary, :where(.ipo-platform-skin--legacy) .ipo-search-summary strong, :where(.ipo-platform-skin--legacy) .ipo-search-card__title-row h3, :where(.ipo-platform-skin--legacy) .ipo-search-card__data dt, :where(.ipo-platform-skin--legacy) .ipo-search-card__data dd {color: var(--ipo-v2-legacy-color-slate-950)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-head .ipo-section-sub {color: var(--ipo-v2-legacy-color-blue-700)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-field input, :where(.ipo-platform-skin--legacy) .ipo-search-field select {color: var(--ipo-v2-legacy-color-slate-950)  !important;
    background: var(--ipo-v2-legacy-color-white)  !important;
    border-color: var(--ipo-v2-legacy-color-slate-300)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-submit {background: var(--ipo-v2-legacy-color-navy-900)  !important;
    color: var(--ipo-v2-legacy-color-white)  !important;
    border-color: var(--ipo-v2-legacy-color-navy-900)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-reset {background: var(--ipo-v2-legacy-color-white)  !important;
    color: var(--ipo-v2-legacy-color-navy-900)  !important;
    border-color: var(--ipo-v2-legacy-color-slate-300)  !important;}

:where(.ipo-platform-skin--legacy) .ipo-v396-schedule-section .ipo-v396-section-headline .ipo-section-sub, :where(.ipo-platform-skin--legacy) .ipo-v404-schedule-section .ipo-v396-section-headline .ipo-section-sub, :where(.ipo-platform-skin--legacy) .ipo-v396-lockup-section .ipo-v396-section-headline .ipo-section-sub, :where(.ipo-platform-skin--legacy) .ipo-v404-lockup-section .ipo-v396-section-headline .ipo-section-sub, :where(.ipo-platform-skin--legacy) .ipo-v405-shareholder-section .ipo-v396-section-headline .ipo-section-sub {color: var(--ipo-v2-legacy-color-blue-600)  !important;
    font-size:var(--ipo-v2-legacy-font-size-12) !important;
    font-weight: 900  !important;
    letter-spacing: .14em  !important;
    line-height: 1.4  !important;
    text-transform: uppercase  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-wrap [hidden], :where(.ipo-platform-skin--legacy) .ipo-search-wrap .is-ipo-search-hidden {display: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-head h2 {font-size: var(--ipo-heading-h2)  !important;
    line-height: 1.35  !important;
    letter-spacing: -0.01em;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__title-row h3, :where(.ipo-platform-skin--legacy) .ipo-search-card__company-title, :where(.ipo-platform-skin--legacy) .ipo-search-card__title {font-size: var(--ipo-heading-card)  !important;
    line-height: 1.42  !important;}

:where(.ipo-platform-skin--legacy) .ipo-section-sub, :where(.ipo-platform-skin--legacy) .ipo-search-card__chips span, :where(.ipo-platform-skin--legacy) .ipo-search-card__label {font-size: var(--ipo-chip-text-size)  !important;
    line-height: 1.45  !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating > span, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating > span {font-size:var(--ipo-v2-legacy-font-size-10) !important;}

:where(.ipo-platform-skin--legacy) .ipo-search-card__rating > strong, :where(.ipo-platform-skin--legacy) .ipo-search-wrap .ipo-search-card__rating > strong {font-size:var(--ipo-v2-legacy-font-size-18) !important;}

:where(.ipo-platform-skin--legacy) .ipo-year-summary-head .ipo-section-sub, :where(.ipo-platform-skin--legacy) .ipo-initial-results-head .ipo-section-sub {margin: 0 0 7px;
    color: #2a6fbb;
    font-size:var(--ipo-v2-legacy-font-size-12);
    font-weight: 800;
    letter-spacing: .12em;}

/* Source: legacy-guide.css */
:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block {--ipo-guide-navy: var(--ipo-navy-900, var(--ipo-v2-legacy-color-navy-950));
  --ipo-guide-navy-2: var(--ipo-navy-800, var(--ipo-v2-legacy-color-navy-900));
  --ipo-guide-text: var(--ipo-ink, var(--ipo-v2-legacy-color-slate-950));
  --ipo-guide-muted: var(--ipo-v2-legacy-color-slate-800);
  --ipo-guide-sub: var(--ipo-muted, var(--ipo-v2-legacy-color-slate-700));
  --ipo-guide-soft: var(--ipo-bg, var(--ipo-v2-legacy-color-slate-25));
  --ipo-guide-blue-soft: var(--ipo-blue-100, var(--ipo-v2-legacy-color-blue-50));
  --ipo-guide-border: var(--ipo-blue-100, var(--ipo-v2-legacy-color-blue-100));
  --ipo-guide-line: var(--ipo-border, var(--ipo-v2-legacy-color-slate-200));
  --ipo-guide-yellow: var(--ipo-gold-500, var(--ipo-v2-legacy-color-gold-450));
  --ipo-guide-yellow-2: var(--ipo-gold-300, var(--ipo-v2-legacy-color-gold-300));
  --ipo-guide-yellow-soft: var(--ipo-v2-legacy-color-gold-100);
  --ipo-guide-blue: var(--ipo-blue-600, var(--ipo-v2-legacy-color-blue-700));
  --ipo-guide-red: var(--ipo-red-600, var(--ipo-v2-legacy-color-red-500));
  --ipo-guide-red-soft: var(--ipo-v2-legacy-color-red-25);
  --ipo-guide-green-soft: var(--ipo-green-100, var(--ipo-v2-legacy-color-green-50));
  --ipo-guide-shadow: var(--ipo-shadow-soft, 0 16px 36px rgba(15, 23, 42, .08));
  --ipo-guide-section-shadow: var(--ipo-shadow-card, 0 12px 30px rgba(15, 23, 42, .06));
  --ipo-guide-block-gap: clamp(26px, 3.6vw, 34px);
  --ipo-guide-block-gap-mobile: 24px;
  margin-block: var(--ipo-guide-block-gap);
  color: var(--ipo-guide-text);
  box-sizing: border-box;
  display: flow-root;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block *, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block *::before, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block *::after {box-sizing: border-box;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--notice {padding: 18px 20px;
  border: 1px solid var(--ipo-v2-legacy-color-red-200);
  border-left: 5px solid var(--ipo-guide-red, var(--ipo-v2-legacy-color-red-500));
  border-radius:var(--ipo-v2-legacy-radius-16);
  background: var(--ipo-v2-legacy-color-red-25);
  color: #7f1d1d;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--notice strong {display: block;
  margin: 0 0 6px;
  color: #7f1d1d;
  font-weight: 900;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--notice p {margin: 0 0 8px;
  color: #7f1d1d;
  font-size:var(--ipo-v2-legacy-font-size-14);
  font-weight: 700;
  line-height: 1.7;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--notice code {display: inline-flex;
  max-width: 100%;
  overflow-x: auto;
  padding: 5px 8px;
  border-radius:var(--ipo-v2-legacy-radius-8);
  background: rgba(127, 29, 29, .08);
  color: #7f1d1d;
  font-size:var(--ipo-v2-legacy-font-size-12);
  white-space: nowrap;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_hero, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_guides, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_articles {--ipo-guide-block-gap: clamp(26px, 3.6vw, 34px);
  --ipo-guide-block-gap-mobile: 24px;
  margin-block: var(--ipo-guide-block-gap);
  display: flow-root;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_hero > :first-child, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_guides > :first-child, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_articles > :first-child {margin-top: 0;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_hero > :last-child, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_guides > :last-child, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_articles > :last-child {margin-bottom: 0;}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_hero, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_guides, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--home_articles {margin-block: var(--ipo-guide-block-gap-mobile);}
}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block {margin-block: var(--ipo-guide-block-gap);}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block > :first-child {margin-top: 0;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block > :last-child {margin-bottom: 0;}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block {margin-block: var(--ipo-guide-block-gap-mobile);}
}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section {padding: 0;
  background: var(--ipo-v2-legacy-color-transparent);
  box-shadow:var(--ipo-v2-legacy-shadow-none);}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__head {position: relative;
  margin: 0 0 18px;
  padding: 22px 24px;
  border: 1px solid var(--ipo-guide-border);
  border-radius:var(--ipo-v2-legacy-radius-22);
  background: linear-gradient(135deg, var(--ipo-v2-legacy-color-white) 0%, var(--ipo-guide-soft) 100%);
  box-shadow: var(--ipo-guide-section-shadow);}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__eyebrow {display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  padding: 4px 11px;
  border-radius:var(--ipo-v2-legacy-radius-pill);
  background: var(--ipo-guide-yellow-soft);
  color: var(--ipo-v2-legacy-color-amber-700);
  font-size:var(--ipo-v2-legacy-font-size-11);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .08em;}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__title {margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: var(--ipo-guide-text);
  font-size: clamp(21px, 2.8vw, 30px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.02em;}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__description {max-width: 760px;
  margin: 0;
  color: var(--ipo-guide-sub);
  font-size:var(--ipo-v2-legacy-font-size-15);
  font-weight: 700;
  line-height: 1.85;}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__more {position: absolute;
  top: 22px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius:var(--ipo-v2-legacy-radius-pill);
  background: var(--ipo-guide-navy);
  color: var(--ipo-v2-legacy-color-white);
  font-size:var(--ipo-v2-legacy-font-size-13);
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__body > .ipo-guide-dynamic-shortcode-block {margin-block: 0;}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__head {padding: 18px;
        border-radius:var(--ipo-v2-legacy-radius-18);}

    :where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__more {position: static;
        margin-top: 14px;}
}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--hide-original-heading :is(
  .ipo-shortcode-header,
  .ipo-shortcode-heading,
  .ipo-section-header,
  .ipo-section-heading,
  .ipo-section-head,
  .ipo-list-header,
  .ipo-list-heading,
  .ipo-ranking-header,
  .ipo-ranking-heading,
  .ipo-featured-header,
  .ipo-featured-heading,
  .ipo-featured__header,
  .ipo-featured__head,
  .ipo-bb-open__header,
  .ipo-bb-open__head,
  .ipo-bb-open-header,
  .ipo-bb-open-head,
  .ipo-bb-open-heading,
  .ipo-bb-open-title,
  .ipo-bb-open-section-header,
  .ipo-bb-open-section-head,
  .ipo-bb-section-header,
  .ipo-bb-section-head,
  .ipo-bb-header,
  .ipo-bb-head,
  .ipo-upcoming__header,
  .ipo-upcoming__head,
  .ipo-calendar__header,
  .ipo-calendar__head,
  .ipo-search__header,
  .ipo-search__head,
  .ipo-search__title,
  .ipo-search__heading,
  .ipo-search__description,
  .ipo-search__lead,
  .ipo-search-header,
  .ipo-search-head,
  .ipo-search-title,
  .ipo-search-heading,
  .ipo-search-description,
  .ipo-search-lead,
  .ipo-search-section__header,
  .ipo-search-section__head,
  .ipo-search-section__title,
  .ipo-search-section__heading,
  .ipo-search-section-header,
  .ipo-search-section-head,
  .ipo-search-section-title,
  .ipo-search-section-heading,
  .ipo-search-form__header,
  .ipo-search-form__head,
  .ipo-search-form__title,
  .ipo-search-form__heading,
  .ipo-search-form-header,
  .ipo-search-form-head,
  .ipo-search-form-title,
  .ipo-search-form-heading,
  .ipo-securities-ranking__header,
  .ipo-securities-ranking__head,
  .ipo-securities-compare__header,
  .ipo-securities-compare__head,
  .ipo-security-ranking__header,
  .ipo-security-ranking__head,
  .ipo-compare-header,
  .ipo-compare-heading,
  .ipo-home-guides__header,
  .ipo-home-guides__head,
  .ipo-home-articles__header,
  .ipo-home-articles__head
) {display: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--hide-original-heading :is(
  .ipo-home-section__eyebrow,
  .ipo-home-section__label,
  .ipo-section-eyebrow,
  .ipo-section-label,
  .ipo-section-kicker,
  .ipo-shortcode-eyebrow,
  .ipo-shortcode-label,
  .ipo-heading-eyebrow,
  .ipo-heading-label,
  .ipo-ranking-eyebrow,
  .ipo-ranking-label,
  .ipo-featured-eyebrow,
  .ipo-featured-label,
  .ipo-compare-eyebrow,
  .ipo-compare-label,
  .ipo-securities-ranking__eyebrow,
  .ipo-securities-ranking__label,
  .ipo-securities-compare__eyebrow,
  .ipo-securities-compare__label,
  .ipo-table-eyebrow,
  .ipo-table-label,
  .ipo-widget-eyebrow,
  .ipo-widget-label
) {display: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--framed, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame {padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--ipo-v2-legacy-color-transparent);
  box-shadow:var(--ipo-v2-legacy-shadow-none);
  overflow-x: visible;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--framed > :first-child, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > :first-child {margin-top: 0  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--framed > :last-child, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > :last-child {margin-bottom: 0  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__body > .ipo-guide-dynamic-shortcode-block--framed, :where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__body > .ipo-guide-dynamic-shortcode-block--no-frame {margin-block: 0;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame .ipo-guide-shortcode-original-frame-off, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-card, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-section, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-home-section, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-shortcode-section, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-ranking-section, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-featured-section, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-bb-open, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-upcoming, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-calendar, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-search, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-securities-ranking, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-security-ranking, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-securities-compare, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-securities-section, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-compare-section, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-table-section, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-widget, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame > .ipo-widget-section {padding: 0  !important;
  border: 0  !important;
  border-radius: 0  !important;
  background: var(--ipo-v2-legacy-color-transparent)  !important;
  box-shadow:var(--ipo-v2-legacy-shadow-none) !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame .ipo-guide-shortcode-original-frame-off::before, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--no-frame .ipo-guide-shortcode-original-frame-off::after {content: none  !important;
  display: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--bb_open.ipo-guide-dynamic-shortcode-block--hide-original-heading :is(
  .ipo-bb-open-header,
  .ipo-bb-open-head,
  .ipo-bb-open-heading,
  .ipo-bb-open-title,
  .ipo-bb-open-section-header,
  .ipo-bb-open-section-head,
  .ipo-bb-section-header,
  .ipo-bb-section-head,
  .ipo-bb-header,
  .ipo-bb-head,
  .ipo-bb-heading,
  .ipo-bb-title,
  .ipo-bb-open__header,
  .ipo-bb-open__head,
  .ipo-bb-open__heading,
  .ipo-bb-open__title
) {display: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search.ipo-guide-dynamic-shortcode-block--hide-original-heading :is(
  .ipo-search__title,
  .ipo-search__heading,
  .ipo-search__description,
  .ipo-search__lead,
  .ipo-search-header,
  .ipo-search-head,
  .ipo-search-title,
  .ipo-search-heading,
  .ipo-search-description,
  .ipo-search-lead,
  .ipo-search-section__header,
  .ipo-search-section__head,
  .ipo-search-section__title,
  .ipo-search-section__heading,
  .ipo-search-section-header,
  .ipo-search-section-head,
  .ipo-search-section-title,
  .ipo-search-section-heading,
  .ipo-search-form__header,
  .ipo-search-form__head,
  .ipo-search-form__title,
  .ipo-search-form__heading,
  .ipo-search-form-header,
  .ipo-search-form-head,
  .ipo-search-form-title,
  .ipo-search-form-heading,
  .ipo-search-intro
) {display: none  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search.ipo-guide-dynamic-shortcode-block--hide-original-heading .ipo-search-card__title-row {display: flex  !important;
  visibility: visible  !important;
  opacity: 1  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search.ipo-guide-dynamic-shortcode-block--hide-original-heading .ipo-search-card__title-wrap, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search.ipo-guide-dynamic-shortcode-block--hide-original-heading .ipo-search-card__title-row h3 {display: block  !important;
  visibility: visible  !important;
  opacity: 1  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search.ipo-guide-dynamic-shortcode-block--hide-original-heading .ipo-search-card__label, :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search.ipo-guide-dynamic-shortcode-block--hide-original-heading .ipo-search-card__rating {display: inline-flex  !important;
  visibility: visible  !important;
  opacity: 1  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search .ipo-search-results {grid-template-columns: repeat(2, minmax(0, 520px))  !important;
  justify-content: center;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search .ipo-search-card {max-width: 520px;
  width: 100%;}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search .ipo-search-results {grid-template-columns: 1fr  !important;
        justify-content: stretch;}

    :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search .ipo-search-card {max-width: none;}
}

@media (min-width: 641px) {
    :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search .ipo-search-results {grid-template-columns: repeat(2, minmax(0, 520px))  !important;
        justify-content: center;}
}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search .ipo-search-results {grid-template-columns: 1fr  !important;}
}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block {--ipo-guide-readable-text-size:var(--ipo-v2-legacy-font-size-16);
  --ipo-guide-readable-text-size-mobile: clamp(16px, 4vw, 17px);}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block :where(p, li, dd, td, th):not(.ipo-section-sub):not([class*="eyebrow"]):not([class*="label"]):not([class*="badge"]):not([class*="rank"]):not([class*="rating"]):not([class*="score"]), :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block :where(.ipo-search-head p, .ipo-search-summary, .ipo-search-empty, .ipo-search-card__data dd, .ipo-search-card__more, input, select, textarea) {font-size: var(--ipo-guide-readable-text-size)  !important;
  line-height: 1.85  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block :where(.ipo-section-sub, [class*="eyebrow"], [class*="label"], [class*="badge"], [class*="rank"], [class*="rating"], [class*="score"]) {line-height: 1.45;}

@media (max-width: 640px) {
    :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block :where(p, li, dd, td, th):not(.ipo-section-sub):not([class*="eyebrow"]):not([class*="label"]):not([class*="badge"]):not([class*="rank"]):not([class*="rating"]):not([class*="score"]), :where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block :where(.ipo-search-head p, .ipo-search-summary, .ipo-search-empty, .ipo-search-card__data dd, .ipo-search-card__more, input, select, textarea) {font-size: var(--ipo-guide-readable-text-size-mobile)  !important;
        line-height: 1.85  !important;}
}

:where(.ipo-platform-skin--legacy) .ipo-guide-block.ipo-home-dynamic-section .ipo-home-dynamic-section__title {font-size: var(--ipo-guide-heading-h2)  !important;
  line-height: 1.35  !important;
  letter-spacing: -0.01em;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block {--ipo-guide-chip-text-size:var(--ipo-v2-legacy-font-size-12);}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block :where(.ipo-section-sub, [class*="eyebrow"], [class*="badge"], [class*="tag"]) {font-size: var(--ipo-guide-chip-text-size)  !important;
  line-height: 1.45  !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search .ipo-search-card__rating > span {font-size:var(--ipo-v2-legacy-font-size-10) !important;}

:where(.ipo-platform-skin--legacy) .ipo-guide-dynamic-shortcode-block--search .ipo-search-card__rating > strong {font-size:var(--ipo-v2-legacy-font-size-18) !important;}
