/* ============================ Start Search Results Style ============================ */
.gsc-control-cse {
    font-family: arial, sans-serif
}

.gsc-control-cse .gsc-table-result {
    font-family: arial, sans-serif
}

.gsc-refinementsGradient {
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.gsc-control-cse {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: #BCCDF0
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    filter: none
}

.gsc-search-button-v2 svg {
    fill: #FFFFFF
}

.gsc-tabHeader.gsc-tabhActive,
.gsc-refinementHeader.gsc-refinementhActive {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #FFFFFF
}

.gsc-tabHeader.gsc-tabhInactive,
.gsc-refinementHeader.gsc-refinementhInactive {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #FFFFFF
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

.gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

@keyframes moveRight {
    from {
        transform: translateX(0) !important;
    }

    to {
        transform: translateX(1em) !important;
    }
}

.gs-webResult.gs-result a.gs-title:link::after,
.gs-imageResult a.gs-title:link::after {
    content: "";
    display: inline-block !important;
    width: 18px;
    /* Adjust the size as needed */
    height: 18px !important;
    /* Adjust the size as needed */
    background-image: url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2039%2033%22%20style%3D%22enable-background%3Anew%200%200%2039%2033%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20points%3D%2211%2C0%200%2C0%2012%2C16.5%200%2C33%2011%2C33%2023%2C16.5%22/%3E%3Cpolygon%20points%3D%2227%2C0%2016%2C0%2028%2C16.5%2016%2C33%2027%2C33%2039%2C16.5%22/%3E%3C/g%3E%3C/svg%3E') !important;
    background-size: contain !important;
    /* or cover */
    background-repeat: no-repeat !important;
    vertical-align: middle !important;
    /* Adjust as needed */
    margin-left: 5px !important;
    /* Adjust spacing as needed */
    transition: transform 0.3s ease !important;
    /* Smooth transition */
}


.gs-webResult.gs-result a.gs-title:link:hover::after,
.gs-imageResult a.gs-title:link:hover::after {
    transform: translateX(0.25em) !important;
    /* Move right on hover */
}

.gs-web-image-box,
.gs-promotion-image-box {
    float: right !important;
    padding: 0.5em 0 0.5em 2em !important;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    width: 100px !important;
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
    display: none !important;
    border: none !important;
    max-width: 200px !important;
    max-height: 150px !important;
    /* width: expression(this.width > 64 ? '64px': true); */
    /* height: expression(this.height > 120 ? '120px': true); */
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gsc-cursor-page {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

a.gsc-trailing-more-results:link {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,
.gs-fileFormatType {
    color: #000000
}

.gs-webResult div.gs-visibleUrl {
    color: #33758d !important
}

.gs-webResult div.gs-visibleUrl-short {
    color: #33758d !important
}

.gsc-cursor-box {
    border-color: #FFFFFF
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #CCCCCC
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #CCCCCC
}

.gsc-webResult.gsc-result.gsc-promotion {
    border-color: #336699;
    background-color: #FFFFFF
}

.gsc-completion-title {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gsc-completion-snippet {
    color: #000000
}

.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
    color: #262626 !important;
    font-size: 1.15em !important;
    text-decoration: none !important;
}

.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000000
}

.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
    color: #33758d !important
}

.gcsc-find-more-on-google {
    /* color: #262626 !important; */
    font-size: 1.15em !important;
    text-decoration: none !important;
    margin: 0.5em 0.75em !important;
    color: #33758d !important;
}

.gcsc-find-more-on-google-magnifier {
    fill: #33758d !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #33758d !important;
    font-weight: 600 !important;
    font-size: 1.25em;
}
/* ============================ End Search Results Style ============================ */