.elementor-10027 .elementor-element.elementor-element-6fc11cb{--display:flex;}.elementor-10027 .elementor-element.elementor-element-5bf6ee7{width:100%;max-width:100%;}.elementor-10027 .elementor-element.elementor-element-5bf6ee7.elementor-element{--align-self:center;}.elementor-10027 .elementor-element.elementor-element-ef4dbc4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}.elementor-10027 .elementor-element.elementor-element-ad2dd82{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-10027 .elementor-element.elementor-element-ad2dd82 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:54px;font-weight:900;line-height:1.2em;color:#1D1A1A;}.elementor-10027 .elementor-element.elementor-element-a89348c{--display:flex;}.elementor-10027 .elementor-element.elementor-element-660f6fc{background-color:var( --e-global-color-primary );padding:10px 10px 10px 10px;}.elementor-10027 .elementor-element.elementor-element-660f6fc .elementor-heading-title{mix-blend-mode:difference;}.elementor-10027 .elementor-element.elementor-element-200c108{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-10027 .elementor-element.elementor-element-ad2dd82{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10027 .elementor-element.elementor-element-ad2dd82 .elementor-heading-title{font-size:35px;}}/* Start custom CSS for html, class: .elementor-element-d85cc72 *//* General Styles */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #fff !important;
    padding: 10px !important; /* Adds padding for better spacing */
}

/* Image Box Styles */
.gs-web-image-box, .gs-promotion-image-box {
    width: 100% !important; /* Full width on smaller screens */
    max-width: 250px !important; /* Max width for larger screens */
    margin: 0 auto !important; /* Center the boxes */
}

.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
    border: 1px solid #e2e2e2;
    width: 100% !important; /* Ensure it takes the full width */
    height: auto !important; /* Maintain aspect ratio */
    max-width: 250px !important; /* Max width to maintain original proportion */
    max-height: none !important; /* Remove any max-height to avoid distortion */
    margin-top: 10px !important; /* Add space above the image */
    margin-bottom: 10px !important; /* Add space below the image */
}

/* Block Link Styles */
.block-link {
    display: block;
    text-decoration: none !important; /* Remove underline from the link */
    color: inherit !important; /* Ensure link takes the text color of the block */
}

.block-link .gs-web-image-box {
    position: relative;
    display: block;
}

/* Button Styles */
.gsc-search-button-v2 {
  font-size: 0;
  padding: 20px 30px !important; /* Increased padding for a larger button */
  border-radius: 5px !important;
  background-color: #303030 !important; /* Dark gray background */
  color: #fff !important; /* White text */
  border: none !important;
}

/* Table Styles */
th, table td {
    padding: 10px 15px !important; /* Consistent padding */
    border: none !important; /* Remove borders */
}

/* Text Snippet Styles */
.gs-snippet {
    color: #333;
    margin-top: 1px;
    font-size: 18px !important; /* Slightly smaller for better readability on mobile */
    line-height: 1.6 !important; /* Improved line spacing */
    padding: 10px !important; /* Consistent padding */
}

/* Web Result Styles */
.gsc-webResult.gsc-result {
    margin: 0 !important;
    padding: 10px 15px !important; /* More padding for readability */
    border: 1px solid #D2D2D2 !important;
    border-radius: 5px !important; /* Rounded corners */
    margin-bottom: 15px !important; /* Increased margin for spacing */
}

/* Title Styles */
.gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 22px !important; /* Adjust font size for better readability */
    line-height: 1.4 !important; /* Line spacing */
    padding-bottom: 10px !important; /* Add space below title */
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .gs-web-image-box, .gs-promotion-image-box {
        max-width: 100% !important; /* Full width on tablets */
    }

    .gs-snippet {
        font-size: 16px !important; /* Smaller text on mobile */
    }

    .gsc-search-button-v2 {
        padding: 25px !important; /* Smaller padding on mobile */
    }
}

@media screen and (max-width: 480px) {
    .gsc-control-cse {
        padding: 0 !important; /* Remove padding on mobile devices */
    }
    
    .gs-snippet {
        font-size: 14px !important; /* Even smaller text on smaller devices */
    }

    .gsc-search-button-v2 {
        padding: 25px !important; /* Adjusted padding for small screens */
    }

    .gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
        max-width: 100% !important; /* Full width on smaller screens */
        height: auto !important; /* Maintain aspect ratio */
        max-height: none !important; /* Remove max-height to prevent distortion */
        margin-top: 10px !important; /* Add space above the image */
        margin-bottom: 10px !important; /* Add space below the image */
    }
}/* End custom CSS */