.bsfct-finder:not(.bsfct-finder--results-window) .bsfct-program-options {


    grid-template-columns: repeat(5, minmax(112px, 132px));


    justify-content: center;


    gap: 8px;


}





.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__content {


    display: flex;


    align-items: center;


    justify-content: center;


    padding: 8px 8px 7px;


    border: 1px solid var(--bsfct-border);


    border-radius: 12px;


    background: #fff;


    box-shadow: 0 4px 12px rgba(12, 33, 66, 0.05);


    min-height: 68px;


    overflow: visible;


}





.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__content::before {


    top: 8px;


    left: 8px;


    width: 12px;


    height: 12px;


    border-width: 2px;


    border-color: rgba(38, 55, 81, 0.26);


    background: rgba(255, 255, 255, 0.98);


    box-shadow: 0 2px 8px rgba(12, 33, 66, 0.14);


    z-index: 2;


}





.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__body {


    display: block;


    width: 100%;


}





.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__icon-wrap {


    width: min(100%, 112px);


    min-height: 48px;


    height: 48px;


    padding: 0 6px;


    display: flex;


    align-items: center;


    justify-content: center;


    line-height: 0;


    margin: 0 auto;


}





.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__icon {


    display: block;


    width: auto;


    height: auto;


    max-width: 100%;


    max-height: 40px;


    border-radius: 0;


    box-shadow: none;


    object-fit: contain;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__content {


    display: flex;


    align-items: center;


    justify-content: center;


    min-height: 64px;


    padding: 7px 7px 6px;


    border-radius: 10px;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__body {


    display: block;


    width: 100%;


    grid-template-columns: none;


    gap: 0;


    min-height: 0;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__icon-wrap {


    width: min(100%, 96px);


    min-height: 50px;


    height: 50px;


    padding: 0 4px;


    display: flex;


    align-items: center;


    justify-content: center;


    line-height: 0;


    margin: 0 auto;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__icon {


    display: block;


    width: auto;


    height: auto;


    max-width: 100%;


    max-height: 40px;


}





.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__text {


    position: absolute;


    width: 1px;


    height: 1px;


    padding: 0;


    margin: -1px;


    overflow: hidden;


    clip: rect(0, 0, 0, 0);


    white-space: nowrap;


    border: 0;


}





.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__input:focus + .bsfct-program-option__content,


.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__input:checked + .bsfct-program-option__content {


    border-color: var(--bsfct-blue);


    background: var(--bsfct-blue-soft);


    box-shadow: 0 0 0 3px rgba(33, 79, 151, 0.12);


}





.bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__input:checked + .bsfct-program-option__content::before {


    border-color: #214f97;


    background: #214f97;


}





.bsfct-finder .bsfct-program-picker__selection {


    display: flex;


    align-items: center;


    gap: 16px;


}





.bsfct-finder .bsfct-program-picker__selection-icon-wrap,


.bsfct-finder .bsfct-program-picker__option-icon-wrap {


    display: flex;


    align-items: center;


    justify-content: center;


    line-height: 0;


}





.bsfct-finder .bsfct-program-picker__selection-icon-wrap {


    flex: 0 0 124px;


    width: 124px;


    min-height: 64px;


    height: 64px;


    padding: 0 8px;


}





.bsfct-finder .bsfct-program-picker__selection-icon-wrap[hidden] {


    display: none;


}





.bsfct-finder .bsfct-program-picker__selection-icon,


.bsfct-finder .bsfct-program-picker__option-icon {


    display: block;


    width: auto;


    height: auto;


    max-width: 100%;


    object-fit: contain;


}





.bsfct-finder .bsfct-program-picker__selection-icon {


    max-width: 112px;


    max-height: 54px;


}





.bsfct-finder .bsfct-program-picker__selection-text,


.bsfct-finder .bsfct-program-picker__option-text {


    min-width: 0;


}





.bsfct-finder .bsfct-program-picker__option {


    display: grid;


    grid-template-columns: auto 116px minmax(0, 1fr);


    align-items: center;


    column-gap: 14px;


}





.bsfct-finder .bsfct-program-picker__option-icon-wrap {


    width: 116px;


    min-height: 52px;


    height: 52px;


    padding: 0 8px;


}





.bsfct-finder .bsfct-program-picker__option-icon {


    max-width: 104px;


    max-height: 44px;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__stack {


    display: grid;


    grid-template-columns: 112px 132px 96px auto 116px;


    justify-content: start;


    gap: 6px;


    align-items: end;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__stack > * {


    min-width: 0;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__stack > :not(.bsfct-filter-group--programs):not(.bsfct-search-form__actions) {


    width: 100%;


    max-width: 100%;


    justify-self: start;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-filter-group--programs {


    grid-column: auto;


    min-width: 0;


    width: auto;


    justify-self: start;


    align-self: end;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-options {


    width: auto;


    grid-template-columns: repeat(5, 104px);


    justify-content: start;


    gap: 4px;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__actions {


    display: flex;


    grid-column: auto;


    align-items: flex-end;


    justify-content: flex-start;


    justify-self: start;


    align-self: end;


    width: 128px;


    min-width: 128px;


    height: auto;


}





.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__actions .bsfct-button {


    width: 128px;


    max-width: 128px;


    min-height: 48px;


    height: 48px;


}





@media (max-width: 860px) {


    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__stack {


        grid-template-columns: repeat(2, minmax(0, 1fr));


        align-items: start;


    }





    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-filter-group--programs,


    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__actions {


        grid-column: 1 / -1;


    }





    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__actions {


        justify-content: flex-start;


        justify-self: start;


        align-items: flex-start;


        align-self: start;


        min-width: 0;


        height: auto;


    }





    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-options {


        grid-template-columns: repeat(2, minmax(0, 1fr));


    }


}





@media (max-width: 768px) {


    .bsfct-finder:not(.bsfct-finder--results-window) .bsfct-program-options {


        grid-template-columns: repeat(2, minmax(0, 1fr));


        gap: 8px;


    }





    .bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__content,


    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__content {


        min-height: 66px;


        padding: 9px 8px 8px;


    }





    .bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__icon-wrap,


    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__icon-wrap {


        width: min(100%, 96px);


        min-height: 40px;


        height: 40px;


        padding: 0 4px;


    }





    .bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__icon,


    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__icon {


        max-height: 36px;


    }





    .bsfct-finder .bsfct-program-option--logo-tile .bsfct-program-option__content::before {


        top: 6px;


        left: 6px;


        width: 10px;


        height: 10px;


    }





    .bsfct-finder .bsfct-program-picker__selection {


        gap: 12px;


    }





    .bsfct-finder .bsfct-program-picker__selection-icon-wrap {


        flex-basis: 92px;


        width: 92px;


        min-height: 52px;


        height: 52px;


        padding: 0 6px;


    }





    .bsfct-finder .bsfct-program-picker__selection-icon {


        max-width: 84px;


        max-height: 44px;


    }





    .bsfct-finder .bsfct-program-picker__option {


        grid-template-columns: auto 92px minmax(0, 1fr);


        column-gap: 12px;


    }





    .bsfct-finder .bsfct-program-picker__option-icon-wrap {


        width: 92px;


        min-height: 44px;


        height: 44px;


        padding: 0 6px;


    }





    .bsfct-finder .bsfct-program-picker__option-icon {


        max-width: 84px;


        max-height: 36px;


    }


}





@media (max-width: 640px) {


    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__stack,


    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-options {


        grid-template-columns: 1fr;


    }





    .bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-search-form__actions .bsfct-button {


        width: 100%;


    }


}




/* Additional results-window tile comfort sizing */
.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__content {
    overflow: visible;
}

.bsfct-finder.bsfct-finder--results-window .bsfct-results__window-topbar .bsfct-program-option--logo-tile .bsfct-program-option__icon {
    object-fit: contain;
}
