input.gsc-input {
    background: rgb(255, 255, 255) !important;
    font-size:  27px !important;
}

input.gsc-input::placeholder {
    font-size: 27px  !important;
    color: var(--dark);
    opacity: 0.96;

}
.gsc-input-box{
    border-radius: 0 !important;
    padding: 0 !important;
    color: var(--dark);
}
.gscb_a{
    margin-right: 0.75rem;
    margin-top: 0.2rem;
}

.gsst_a .gscb_a {
    color: var(--charcoal-grey) !important;
}

.gssb_c {
    z-index: 9999 !important;
}

.gsib_a{
    padding: 0 !important;
    height: 50px !important;
}
 
.gsib_a input {
    padding-left: 0.75rem !important;
}
.gsc-control-wrapper-cse{
    margin-inline: 0 !important;
}
table.gsc-search-box td.gsc-input{
    padding-right: 0 !important;
}
.gsc-input {
    width: 50rem;
    margin-top: 0 !important;
    height: 3rem;
    position: relative;
    z-index: 1;
    border-radius: 0px !important;
}

.gsc-input input {
    font-size: 1.4rem;
}

td.gsc-search-button {
    position: relative;
    z-index: 3;
}
button.gsc-search-button.gsc-search-button-v2{
    height: 52px;
    width: 82px;
    border-radius: 0 !important;
    margin: 0 !important;
}
.gsc-search-button.gsc-search-button-v2 svg {
    height: 1.6rem;
    width: 1.6rem !important;
}

.gsc-control-cse{
    padding: 0 !important;
    padding-top: 1rem !important;
}

td:has(input) > td{
    position: relative;
    z-index: 4;
    margin-left: 1.25rem;
}

@media screen and (max-width: 1250px) {
    .gsc-input {
        width: 40rem;
    }
    .results-container .gsc-above-wrapper-area{
        margin-right: 2.25rem;
    }
}

@media screen and (max-width: 925px) {
   
    .results-container .gsc-above-wrapper-area{
        margin-right: 1.5rem;
    }
}




@media screen and (max-width: 767px) {
    .gsc-search-button.gsc-search-button-v2 svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    .gsc-input {
        padding-block: 0.2rem;
        margin-left: 2rem;
    }
    .gsc-input-box > table {
        margin: 0;
    }
    .results-container{
        margin-inline: 2rem !important;
    }
   
}


