/* onboarding-shared.css
 * Shared by BOTH the creator and brand onboarding flows. Loaded by all
 * 8 templates that previously loaded onboarding.css:
 *   creator: profile/onboarding.html, explore.html
 *   brand:   brand/verifyEmail.html, brand/home.html,
 *            brand/profile/onboardingModals.html, brand/profile/onboarding.html,
 *            campaign/create.html, tools/brand/contractGenerator/create.html
 * BLAST RADIUS: a change here affects every template above, across both
 * flows. Flow-specific rules belong in onboarding-creator.css /
 * onboarding-brand.css instead. Split from onboarding.css for COL-2851.
 */

.footer{
    display: none !important;
}
#content{
    padding-bottom: 100px;
}
.form-holder--enter {
    animation: slideInUp var(--duration-slower) var(--ease-out);
}
.top-btn-holder{
    display: flex;
    align-items: center;
    margin-bottom: 4%;
    height: 30px;
    line-height: 30px;
}
.back-btn{
    height: 100%;
    width: 18px;
    padding: 0 10px;
    border-radius: 50px;
    background-color: rgba(209, 212, 217, 0.28);
    margin-right: 8px;
    cursor: pointer;
    transition-duration: 0.3s;
}
.example-profile-btn{
    height: 100%;
    width: fit-content;
    font-size: 85%;
    padding: 0 12px;
    border-radius: 50px;
    background-color: rgba(209, 212, 217, 0.28);
    font-weight: 500;
    cursor: pointer;
    transition-duration: 0.3s;
}
.skip-btn {
    width: 100%;
    background: white;
    border: 1px solid #D6D6D6 !important;
    padding: 15px 0;
    height: 49.5px;
}
.top-btn-holder .step-holder{
    margin-left: auto;
    font-size: 85%;
    padding: 0 12px;
    border-radius: 50px;
    background-color: var(--green);
    font-weight: 500;
    color: green;
}
.onboard-step-holder{
    width: 100%;
    height: 10px;
    background-color: rgba(209, 212, 217, 0.28);
    border-radius: 30px;
    margin: -40px auto 35px auto;
    max-width: 525px;
}
.onboard-step-progress{
    height: 100%;
    background-color: var(--collabstrDark);
    border-radius: 30px;
}
.back-btn:hover, .example-profile-btn:hover{
    opacity: 0.8;
}
.form-holder{
    display: none;
    margin: 3% auto;
    min-width: 380px;
    width: 35%;
}
.form-holder-wide{
    width: 70%;
}
.form-title{
    font-size: 180%;
    margin: 0 auto 3% auto;
    font-weight: 600;
}
.form-title-wide{
    margin: 0 auto 4% auto;
}
.form-subtitle{
    color: gray;
    font-size: 90%;
    margin: -2% 0 4% 0;
}
.top-btn-holder-wide{
    margin-bottom: 2%;
}
.form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-top: var(--space-10);
}
.scroll-holder{
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
}
.scroll-holder-wide{
    display: flex;
    flex-wrap: wrap;
    max-height: none;
    overflow-y: auto;
    justify-content: space-between;
}
.scroll-holder::-webkit-scrollbar {
    display: block !important;
    width: 3px !important;
    -webkit-appearance: scrollbartrack-vertical;
}
.scroll-holder::-webkit-scrollbar-track {
    border-radius: 50px !important;
    background: white !important;
}
.scroll-holder::-webkit-scrollbar-thumb {
    border-radius: 50px !important;
    background: rgba(209, 212, 217, 0.6) !important;
}
.scroll-holder::-webkit-scrollbar-thumb:hover {
    background: rgba(209, 212, 217, 0.8) !important;
}
.input{
    width: calc(100% - 10px);
    margin-bottom: 5%;
}
.language-dropdown{
    top: 0;
    left: 0;
    position: relative;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
}
.package-content-type-select, .input-row select, .platform-dropdown{
    width: 100% !important;
}
.textarea{
    min-height: 105px !important;
}
.submit{
    background-color: var(--black);
    color: white;
    width: 100%;
    padding: 15px 0;
    margin: 4% auto;
}
.under-btn{
    color: gray;
    font-size: 90%;
    cursor: pointer;
    position: relative;
}
/* openai suggestion */
.suggestion-holder{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid black;
    padding: 8px 0px;
    background-color: rgba(214, 239, 226, 0.14);
}
.suggestion-title-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.suggestion-icon{
    width: 32px;
}
.suggestion-title{
    font-weight: 600;
}
.suggestion-title-holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px;
}
.suggestion-txt-holder{
    margin: 12px 0px;
    padding: 0px 12px;
    background: white;
}
.suggestion-loader-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0px;
}
.suggestion-txt{
    border: 1px solid black;
    border-radius: 8px;
    padding: 8px;
}
.suggestion-btn-use{
    padding: 8px 24px;
    background: var(--gradientText);
    color: white;
}
/* step 4 */
.gender-option, .platform-option{
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    border-radius: 8px;
    padding: 15px 0 15px 30px;
    font-weight: 500;
    border: 2px solid var(--Gray-300);
    cursor: pointer;
    margin: 4px 0;
}
.gender-selected{
    display: none;
    background-color: var(--black);
    height: 16px;
    width: 16px;
    border-radius: 50%;
}
.step4-options-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
    width: 100%;
}
.gender-option:hover {
    border-color: var(--black);
}
.gender-option:hover .gender-circle {
    border-color: var(--black);
}
/* step 4 end */
/* step 5 */
.platform-holder{
    width: 100%;
}
.input-row{
    display: none;
    width: 100%;
}
.input-row .input:nth-child(2){
    margin-left: 10px;
}
.platform-img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.platform-img img{
    width: 100%;
}
/* step 5 end */
/* Platform step helpers */
.platform-subtitle {
    font-size: var(--font-size-xs);
    color: var(--color-text-subtle);
    margin-top: var(--space-1);
    font-weight: var(--font-weight-normal);
}
.recommendation-badge {
    display: inline-block;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    color: var(--color-brand-primary);
    border: 1px solid var(--color-brand-primary);
    border-radius: var(--radius-full);
    padding: 1px 8px;
    margin-left: var(--space-2);
    vertical-align: middle;
}
/* Profiling chips (budget step + progressive profiling) */
.profiling-chips {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin-top: var(--space-3);
}
.profiling-chip {
    padding: 10px 18px;
    border-radius: var(--radius-full);
    border: 1px solid var(--color-border-default);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    background: var(--color-bg-default);
}
.profiling-chip:hover,
.profiling-chip.is-active {
    background: var(--color-neutral-900);
    color: var(--color-text-inverse);
    border-color: var(--color-neutral-900);
}
.profiling-skip-link {
    display: block;
    text-align: center;
    color: var(--color-text-subtle);
    font-size: var(--font-size-sm);
    margin-top: var(--space-4);
    text-decoration: underline;
}
.profiling-website-form {
    display: flex;
    gap: var(--space-2);
    align-items: center;
    margin-top: var(--space-3);
}
.profiling-website-form .ds-input {
    flex: 1;
}
/* Niche pills (explore page) */
.niche-pills-section {
    padding: var(--space-6) 0 var(--space-4) 0;
    max-width: 900px;
    margin: 0 auto;
}
.niche-pills-section__title {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-4);
}
.niche-pills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin-bottom: var(--space-3);
}
.niche-pill {
    padding: 10px 20px;
    border-radius: var(--radius-full);
    border: 1px solid var(--color-border-default);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    background: var(--color-bg-default);
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.niche-pill:hover,
.niche-pill.is-active {
    background: var(--color-neutral-900);
    color: var(--color-text-inverse);
    border-color: var(--color-neutral-900);
}
.niche-pills-show-all {
    color: var(--color-text-subtle);
    font-size: var(--font-size-sm);
    text-decoration: underline;
}
/* Creator onboarding niche selection (step 6) */
.niches-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2% 0;
}
.niche-holder {
    font-size: 92%;
    padding: 14px 5px;
    margin: 8px auto;
    min-width: 45%;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgba(191, 203, 218, 0.6);
    transition-duration: 0.3s;
    cursor: pointer;
}
.niche-selected,
.niche-holder:hover {
    background-color: var(--black) !important;
    color: white !important;
}
/* Profiling dashboard cards */
.profiling-cards-section {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-4);
    margin-bottom: var(--space-4);
}
.profiling-cards-section .ds-card {
    flex: 1 1 300px;
    max-width: 480px;
}
/* step 7 */
.form-holder .img-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
/* overlay */
.upload-img-overlay{
    display: flex;
    justify-content: space-between;
    background-color: #f6f7f8;
    border: 2px dashed gray;
    border-radius: 8px;
    height: calc(27vw - 4px);
    max-height: 430px;
    width: 100%;
    position: relative;
}
.upload-img-overlay-2{
    flex: 0 0 calc(50% - 7px);
}
.upload-img-overlay-3{
    flex: 0 0 calc(33% - 5px);
}
.upload-btn-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.upload-img-btn{
    display: flex !important;
    background-color: var(--black);
    color: white;
    padding: 18px;
}
.upload-btn-img{
    filter: brightness(0) invert(1);
    width: 18px;
    max-height: 19px;
    margin-right: 10px;
}
.file-input {
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}
.cover-img-badge{
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 80%;
    box-shadow: var(--darkBoxShadow);
}
.more-img-holder{
    display: none;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 95;
    cursor: pointer;
}
.more-img-badge{
    background-color: white;
    color: var(--black);
    padding: 3px 5px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 75%;
    box-shadow: var(--darkBoxShadow);
}
.more-img-dropdown-holder{
    display: none;
    position: absolute;
    border-radius: 8px;
    box-shadow: var(--darkBoxShadow);
    background-color: white;
    top: 25px;
    left: -110px;
    z-index: 96;
    width: calc(100% + 110px);
    font-size: 75%;
    font-weight: 600;
}
.more-img-dropdown-item{
    padding: 10px;
    transition-duration: 0.3s;
}
.more-img-dropdown-item:hover {
    opacity: 0.7;
}
/* overlay */
#file-area-prof-pic{
    position: relative;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    margin: 0 auto 4% auto;
}
.profile-img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
#file-input{
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}
.form-holder .file-area {
    display: none;
    position: relative;
    flex: 0 0 calc(50% - 3px);
    height: 27vw;
    max-height: 430px;
    margin: 0 3px 6px 3px;
    border-radius: 8px;
    transition-duration: 0.3s;
    background-color: #f6f7f8;
}
.form-holder-creator .file-area {
    flex: 0 0 calc(33% - 3px);
}
.form-holder .file-area:hover{
    opacity: 0.7;
}
.form-holder-campaign .file-area:nth-child(2n+1){
    margin-left: 0;
}
.form-holder-creator .file-area:nth-child(3n+1) {
    margin-left: 0;
}
.form-holder-campaign .file-area:nth-child(2n) {
    margin-right: 0;
}
.form-holder-creator .file-area:nth-child(3n) {
    margin-right: 0;
}
.img-input{
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.form-holder .img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.box-scroll-holder .package-holder {
    display: none;
    flex-direction: column;
}
.package-content-type-select{
    font-weight: 600;
}
.box-holder{
    border-radius: 8px;
    box-shadow: var(--lightBoxShadow);
    padding: 15px 15px 8px 15px;
    position: relative;
    border: 1px solid var(--black);
    margin: 0 0 2% 0;
}
.box-title{
    font-size: 115%;
    font-weight: 700;
    margin-bottom: 2%;
}
.empty-input{
    border: 1px solid red !important;
}
.quantity-row{
    display: flex;
}
.quantity-input{
    margin-left: 8px;
    width: 34%;
}
.duration-row{
    display: none;
}
.duration-unit{
    margin-left: 8px;
    width: 38%;
}
.price-suggestion-holder {
    padding: 11px;
    border-radius: 8px;
    background-color: var(--orange);
    margin-bottom: 15px;
}
.lower-price-sugesstion-holder {
    background-color: var(--red);
}
/* step 8 end */
.add-btn{
    font-size: 90%;
    width: fit-content;
    cursor: pointer;
}
.add-btn:hover{
    text-decoration: underline;
}
.desktop-add-btn{
    margin: 1.5% 0 0 auto;
}
.mobile-add-btn{
    margin: 6% 2% 4% auto;
}
.mobile-add-package-btn{
    display: none;
}
.add-desc-btn-holder{
    display: flex;
    align-items: center;
}
.delete-btn{
    color: var(--lightGray);
    font-size: 66%;
    cursor: pointer;
}
.delete-btn:hover{
    text-decoration: underline;
}
/* Step 11 */
.sms-row {
    display: flex;
    width: 100%;
}
.sms-country-dropdown {
    width: 45%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}
.sms-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/* Step 11 end */
/* Step 12 */
#card-element{
    width: calc(100% - 30px);
    margin-bottom: 5%;
}
/* Email verification tip box */
.verify-email-tip {
    background-color: #EEF4FF;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
}
.verify-email-tip p {
    font-size: 12px;
    line-height: 18px;
    color: #535862;
    margin: 0;
}
/* Email subtitle with sniper link */
.form-subtitle-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -2% 0 4% 0;
}
.form-subtitle-row .form-subtitle {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
}
.open-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    border: none;
    border-radius: 8.735px;
    font-size: 14px;
    background: #f5f5f5;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    flex-shrink: 0;
}
.open-email-btn:hover {
    background: #e8e8e8;
}
.open-email-btn svg {
    width: 14px;
    height: 14px;
}
@media only screen and (max-width: 800px) {
    .form-holder{
        width: 92%;
        min-width: initial;
        margin: 4% auto 0 auto;
    }
    .top-btn-holder-wide {
        margin-bottom: 5%;
    }
    .form-title{
        font-size: 160%;
    }
    .form-subtitle{
        margin: -1% 0 5% 0;
    }
    .scroll-holder{
        display: block;
        max-height: 330px;
        overflow-y: scroll;
    }
    .under-btn{
        margin-top: 2%;
    }
    .niches-holder{
        margin: 0;
    }
    .niche-holder{
        margin: 12px 8px;
    }
    .gender-option, .platform-option{
        padding: 15px 0 15px 15px;
        width: calc(100% - 17px);
    }
/* step 9 */
    #file-area-prof-pic{
        margin: 0 auto 4% auto;
    }
    .form-holder .file-area {
        flex: 0 0 100%;
        height: 71vw;
        margin: 0 0px 6px 0px;
        max-height: none;
    }
    .upload-img-overlay {
        flex: 0 0 calc(100% - 4px);
        height: 71vw;
        max-height: none;
    }
/* step 9 end */
    .form-holder .package-holder{
        margin: 0 0 6% 0;
    }
    .mobile-add-btn{
        display: block;
        margin: 6% 2% 7% auto;
    }
    .desktop-add-btn{
        display: none;
    }
    .top-btn-holder{
        margin-bottom: 5%;
    }
    .onboard-step-holder{
        margin: -1% 0 8% 0;
    }
/* Email verification mobile styles */
    .open-email-btn {
        padding: 8px 16px;
    }
    .verify-email-tip {
        padding: 12px;
    }
    .verify-email-tip p {
        font-size: 13px;
        line-height: 20px;
    }
}
.brand-signup-left__stat {
    padding: 32px;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
}
.brand-signup-left__stat-num {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    color: #333;
    line-height: 32px;
    margin: 0 0 4px 0;
}
.brand-signup-left__stat-text {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    color: #535862;
    line-height: 24px;
    margin: 0;
}
.brand-signup-right .form-holder {
    margin: 0;
    width: 50%;
    max-width: 90%;
    min-width: unset;
}
/* ============================================================
   Step 1: button aligned right, width matches card label area
   label_width = card_width - 2×padding(20) - icon(44) - 2×gap(16) - check(22) = 100% - 138px
   ============================================================ */
.form-holder[data-step="1"] .submit {
    padding: var(--space-3) var(--space-5);
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}
/* ============================================================
   Step label (replaces progress bar)
   ============================================================ */
.onboard-step-label {
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-subtle);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: var(--space-3);
}
/* ============================================================
   Step 2: 2-col option grid (industry)
   ============================================================ */
.onboard-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2);
    width: 100%;
    margin-bottom: var(--space-2);
}
.onboard-options-grid .gender-option {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    margin-bottom: 0;
}
/* Step 2 nav row: Back (left) + Continue (right) */
.onboard-step2-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: var(--space-5);
}
.onboard-back-label {
    background: none;
    border: none;
    padding: 0;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-default);
    cursor: pointer;
}
.onboard-back-label:hover {
    opacity: 0.7;
}
.onboard-step2-nav .submit.btn {
    width: fit-content;
    padding: var(--space-3) var(--space-5);
    margin: 0;
}
.onboard-step5-right {
    display: flex;
    align-items: center;
    gap: var(--space-5);
}
.onboard-step5-right .skip-btn {
    width: auto;
    background: none;
    border: none !important;
    padding: 0;
    height: auto;
}
/* Wider form for step 2 to fit 2-col grid without label wrapping */
.brand-signup-right .form-holder[data-step="2"] {
    width: 80%;
    max-width: 720px;
}
/* Compact option cards in the step 2 grid */
[data-step="2"] .ds-option-card-grid .ds-option-card {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
    padding-left: var(--space-4);
    gap: var(--space-3);
}
/* ============================================================
   Step 3: Platform grid
   ============================================================ */
.onboard-platform-grid {
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}
/* ============================================================
   Mid-size screens: collapse step 2 grid to single column
   ============================================================ */
@media only screen and (max-width: 1100px) and (min-width: 801px) {
    .brand-signup-right .form-holder[data-step="2"] {
        width: 90%;
        max-width: unset;
    }
}
/* ============================================================
   Mobile overrides for 2-column layout
   ============================================================ */
@media only screen and (max-width: 800px) {
    .brand-signup-right .form-holder {
        margin: 5% auto;
        width: 92%;
        max-width: unset;
    }
    .onboard-options-grid {
        grid-template-columns: 1fr;
    }
    .brand-signup-right .form-holder[data-step="2"] {
        width: 92%;
        max-width: unset;
    }
    .onboard-step2-nav{
        margin-bottom: var(--space-10);
    }
.onboard-platform-grid {
        grid-template-columns: 1fr !important;
    }
/* ── Step 1 mobile: match Figma design ── */
    .brand-signup-right .form-holder[data-step="1"] {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: var(--space-16) var(--space-4);
    }
    .form-holder[data-step="1"] .form-title {
        font-size: var(--font-size-2xl);
        margin-bottom: 0;
    }
    .form-holder[data-step="1"] .form-subtitle {
        font-size: var(--font-size-sm);
        color: var(--color-text-subtle);
        margin: var(--space-1) 0 0 0;
    }
    .form-holder[data-step="1"] .form {
        margin-top: var(--space-14);
    }
    .form-holder[data-step="1"] .ds-option-card-list {
        gap: var(--space-4);
        margin-bottom: var(--space-4);
    }
    .form-holder[data-step="1"] .ds-option-card {
        width: 100%;
        box-sizing: border-box;
        padding: var(--space-4) var(--space-5);
        gap: var(--space-4);
    }
    .form-holder[data-step="1"] .ds-option-card__icon {
        width: 48px;
        height: 48px;
    }
    .form-holder[data-step="1"] .ds-option-card__icon svg {
        width: 24px;
        height: 24px;
    }
    .form-holder[data-step="1"] .ds-option-card--radio .ds-option-card__check {
        width: 24px;
        height: 24px;
        margin-right: 0;
    }
    .form-holder[data-step="1"] .submit {
        padding: var(--space-2) var(--space-4);
    }
    .home-niche-pill {
        font-size: var(--font-size-sm);
    }
}
.home-niche-pill {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    height: 40px;
    padding: var(--space-2) var(--space-2);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border-default);
    background: var(--color-bg-primary);
    cursor: pointer;
    font-size: var(--font-size-base);
    color: var(--color-text-default);
    white-space: nowrap;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.home-niche-pill--more {
    display: none;
}
.home-niche-pill--action {
    border-color: var(--color-border-default);
    background: var(--color-bg-primary);
}
.home-niche-pill--selected {
    background: var(--color-text-default);
    color: var(--color-bg-primary);
    border-color: var(--color-text-default);
}
/* End niche section */
/* Onboarding completion searching state */
#onboard-searching-state {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--space-5);
    text-align: center;
}
