.elementor-kit-57887{--e-global-color-uicore_primary:#FFFFFF;--e-global-color-uicore_secondary:#FFFFFF;--e-global-color-uicore_accent:#FFFFFF;--e-global-color-uicore_headline:#FFFFFF;--e-global-color-uicore_body:#FFFFFF;--e-global-color-uicore_dark:#171921;--e-global-color-uicore_light:rgba(255, 255, 255, 0.5);--e-global-color-uicore_white:#FFFFFF;--e-global-typography-uicore_primary-font-family:"Roboto";--e-global-typography-uicore_primary-font-weight:700;--e-global-typography-uicore_secondary-font-family:"Roboto";--e-global-typography-uicore_secondary-font-weight:500;--e-global-typography-uicore_text-font-family:"Roboto";--e-global-typography-uicore_text-font-weight:normal;--e-global-typography-uicore_accent-font-family:"Roboto";--e-global-typography-uicore_accent-font-weight:normal;}.elementor-kit-57887 button,.elementor-kit-57887 input[type="button"],.elementor-kit-57887 input[type="submit"],.elementor-kit-57887 .elementor-button{background-color:var( --e-global-color-uicore_primary );font-family:"Roboto", Sans-serif;font-size:18px;font-weight:500;text-transform:None;line-height:1em;letter-spacing:0em;color:#FFFFFF;border-style:none;border-radius:5px 5px 5px 5px;padding:18px 40px 18px 40px;}.elementor-kit-57887 button:hover,.elementor-kit-57887 button:focus,.elementor-kit-57887 input[type="button"]:hover,.elementor-kit-57887 input[type="button"]:focus,.elementor-kit-57887 input[type="submit"]:hover,.elementor-kit-57887 input[type="submit"]:focus,.elementor-kit-57887 .elementor-button:hover,.elementor-kit-57887 .elementor-button:focus{background-color:var( --e-global-color-uicore_secondary );color:#FFFFFF;border-style:none;}.elementor-kit-57887 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1080px;}.e-con{--container-max-width:1080px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================
   X Tweet Carousel — Clean Modern Style
   ================================ */

.x-tweets-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 0 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
    -webkit-overflow-scrolling: touch;
}

/* Fade edges for smoother UX */
.x-tweets-carousel::before,
.x-tweets-carousel::after {
    content: "";
    flex: 0 0 40px;
    pointer-events: none;
}

/* Each tweet card */
.x-tweet-item {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 14px;
    padding: 18px 20px;
    min-width: 320px;
    max-width: 380px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover lift */
.x-tweet-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.09);
}

/* Tweet text */
.x-tweet-text {
    font-size: 15px;
    line-height: 1.55;
    color: #15202B;
    margin: 0;
    white-space: normal;
}

/* Tweet date */
.x-tweet-date {
    font-size: 13px;
    color: #536471;
    margin-top: auto;
}

/* Link styling inside tweet text */
.x-tweet-text a {
    color: #1D9BF0 !important;
    text-decoration: none;
    font-weight: 500;
}
.x-tweet-text a:hover {
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 480px) {
    .x-tweet-item {
        min-width: 85%;
    }
}

/* Optional: subtle shadow on scrollable edge */
.x-tweets-carousel::-webkit-scrollbar {
    height: 6px;
}
.x-tweets-carousel::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}/* End custom CSS */