.input-group.mb-3 {    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 20px 48px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 100%;
    border: 2px solid blue;
}

html body #custom-search-container .gs-title a.gs-title, .result-title a {
    font-size: 16px;
}

.form-control,.form-control:focus,.form-control:active {
    border:none;
    box-shadow: none;      /* This removes the focus "glow" */
    outline: 0 none;
    margin-right:10px !important;
}
.logo_size {
    width:80px;
}
.gsc-wrapper {
    max-width: 100%!important;
}
/* Container for the entire search results area */
.search-result {
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
    max-width: 650px;
}

/* Heading: Large, dark, and clean */
.result-title {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 1.3;
}

/* Description: Standard text size and dark gray color */
.result-description {
    color: #3c4043;
    font-size: 14px;
    margin: 0 0 4px 0;
    line-height: 1.4;
}

/* Link: Bright blue search engine style link */
.result-link {
    color: #1a0dab;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
}

.result-link:hover {
    text-decoration: underline;
}

/* Style for the "No results" text */
.no-results {
    font-family: Arial, sans-serif;
    color: #70757a;
    font-size: 14px;
}

/* Container for each search block */
.search-result {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    max-width: 650px;
}

/* Heading: Clean, un-underlined, classic search blue */
.result-title {
    font-size: 20px;
    font-weight: 400; /* Subtle bolding like the screenshot */
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.result-title a {
    color: #1a0dab; /* Classic Google/Search Blue */
    text-decoration: none;
}

.result-title a:hover {
    text-decoration: underline; /* Underline only shows up when hovering */
}

/* Description: Standard dark snippet text */
.result-description {
    color: #3c4043; /* Dark charcoal color */
    font-size: 14px;
    margin: 0 0 2px 0;
    line-height: 1.4;
}

/* URL: Placed at the bottom in classic search engine green */
.result-url {
    color: #006621; /* Earthy Search Green */
    font-size: 14px;
    line-height: 1.4;
    word-break: break-all;
}

/* Fallback for empty states */
.no-results {
    font-family: Arial, sans-serif;
    color: #70757a;
    font-size: 14px;
}

.gsc-above-wrapper-area-container{
    display:none !important;
}
/* Force reset on Google's outer wrapper */
html body #custom-search-container .gsc-control-cse {
    font-family: Arial, sans-serif !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Force block display and layout spacing on each result row */
html body #custom-search-container .gsc-webResult.gsc-result {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin-bottom: 28px !important;
    border: none !important;
    background-color: transparent !important;
}

/* Eliminate hover highlights injected by Google */
html body #custom-search-container .gsc-webResult.gsc-result:hover {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Target internal results container to allow re-ordering elements */
html body #custom-search-container .gsc-thumbnail-inside,
html body #custom-search-container .gsc-url-top {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
}

/* 1. TITLE STYLE (Forced to Top) */
html body #custom-search-container .gs-title {
    order: 1 !important;
    margin-bottom: 4px !important;
}
html body #custom-search-container .gs-title a.gs-title, 
html body #custom-search-container .gs-title b {
    color: #1a0dab !important; /* Classic Search Blue */
    font-size: 20px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
html body #custom-search-container .gs-title a.gs-title:hover {
    text-decoration: underline !important;
}

/* 2. SNIPPET/DESCRIPTION STYLE (Forced to Middle) */
html body #custom-search-container .gs-snippet {
    order: 2 !important;
    color: #3c4043 !important; /* Dark Gray */
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 0 4px 0 !important;
}

/* 3. URL STYLE (Forced to Bottom) */
html body #custom-search-container .gs-visibleUrl {
    order: 3 !important;
    color: #006621 !important; /* Classic Search Green */
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* Hide fallback duplicate links Google creates */
html body #custom-search-container .gsc-url-top {
    display: none !important;
}



@media only screen and (max-width: 600px) {
    .search-home {
        padding-top: 200px;
    }
}

.PartialSearchBox-button {
    background-color: #2b2d35 !important;
    color: #8ab4f8 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    margin-left: 8px !important;
}


html body #custom-search-container .gs-title a.gs-title, html body #custom-search-container .gs-title b {
    font-size: 16px !important;

}


.search-result {
    max-width: 100%;
}