.elementor-148302 .elementor-element.elementor-element-a50ad19{--display:flex;--background-transition:0.3s;}.elementor-148302 .elementor-element.elementor-element-f8df3d0{--display:flex;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-148302 .elementor-element.elementor-element-89005ae .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;}#elementor-popup-modal-148302{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-148302 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-148302 .dialog-close-button{display:flex;}#elementor-popup-modal-148302 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-0854435 *//* Example custom CSS for social share buttons */
.social-share-buttons {
    display: flex;
    justify-content: ;
    align-items: center;
    margin-top: 0px;
}

.social-share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Style for the custom Twitter icon */
.social-share-buttons a[href*="twitter.com"] {
    background-color: #027501;
    color: #ffffff;
}

.social-share-buttons a img {
    width: 18px;
    height: 19px;
    object-fit: cover;
    border-radius: 50%;
}

/* Set background color for all other social buttons */
.social-share-buttons a:not([href*="twitter.com"]) {
    background-color: #027501;
    color: #ffffff;
}

.social-share-buttons a:hover {
    background-color: #e6e8ea;
    color: #027501;
}/* End custom CSS */