.form-select {
    border-radius: 0;
}

.form-control:focus {
    border: 1px solid rgb(0 0 0 / 28%);
    border-color: #00baf2;
}


@media screen and (min-width: 992px) {
    .lamp-finder{
        display: flex;
    }
    .left-col-wrapper,
    .right-col-wrapper{
        width: 50%;
        position: relative;
    }
    .left-col-wrapper{
        padding-right: 50px;
    }
    .right-col-wrapper{
        padding-left: 50px;
        border-left: 1px solid #90949c;
    }
    .verticalline{
        position: absolute;
        left: -25px;
        top: 10%;
        background-color: white;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1;
        text-transform: uppercase;
        font-weight: bold;
        color: #25a2f6;
    }

    .ui-widget.ui-widget-content{
        max-width: 375px;
    }

}

@media screen and (min-width: 1700px) {
    .ink-finder-left-col{
        width: 50%;
        margin-left: auto;
    }
    .ink-finder-right-col{
        width: 50%;
        margin-right: auto;
    }
    .container--narrower{
        max-width: 860px;
        margin: auto;
    }
}
.verticalline{
    text-transform: uppercase;
    font-weight: bold;
    color: #25a2f6;
}

form select{
    width: 100%;
}
.inkjet-image-left img{
    width: 325px;
}
#searchform2 .form-control:focus {
    border: 1px solid rgb(0 0 0 / 28%);
    border-color: #00baf2;
}

.form-select{
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .product-options li{
        display: grid;
        grid-template-columns: 160px 1fr;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .product-options {
        grid-template-columns: 1fr;
        width: 75%;
        margin: auto;
    }
    .product-options h3{
        text-align: left;
        margin: 0;
    }
    .result-form {
        width: 90%;
        margin-inline: auto;
    }
    .left-col-wrapper{
        margin-bottom: 50px;
    }
    .ink-finder-left-col,
    .ink-finder-right-col{
        border: 1px solid #cfd5da;
        padding: 15px;
    }
    .ink-finder-right-col{
        margin-top: 50px;
    }
    .verticalline{
        text-align: center;
        font-size: 24px;
    }
}
.example{
    margin-top: 20px;
}

.ui-autocomplete{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-block: 10px;
}
.ui-menu-item a{
    text-decoration: none;
    display: block;
}