.elementor-9142 .elementor-element.elementor-element-aa53088{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-9142 .elementor-element.elementor-element-7b88907 > .elementor-widget-container{margin:3rem 0rem 3rem 0rem;padding:0px 0px 0px 0px;}.elementor-9142 .elementor-element.elementor-element-7b88907{text-align:left;}.elementor-9142 .elementor-element.elementor-element-7b88907 .elementor-heading-title{color:#6E6E6E;}.elementor-9142 .elementor-element.elementor-element-d736b04{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.elementor-9142 .elementor-element.elementor-element-6cf234b .post_item .news_item_button .before_icon{margin-right:7px;}.elementor-9142 .elementor-element.elementor-element-6cf234b .post_item .news_item_button .after_icon{margin-left:7px;}.elementor-9142 .elementor-element.elementor-element-252c15e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9142 .elementor-element.elementor-element-252c15e:not(.elementor-motion-effects-element-type-background), .elementor-9142 .elementor-element.elementor-element-252c15e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://cstouch.co/wp-content/uploads/2024/07/background.png");}body.elementor-page-9142:not(.elementor-motion-effects-element-type-background), body.elementor-page-9142 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://cstouch.co/wp-content/uploads/2025/01/background.jpg");}/* Start custom CSS for html, class: .elementor-element-5ebb0dd */.article-preview {
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 20px;
            background-color: #f9f9f9;
            transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for transform and shadow */
            transform: scale(1); /* Initial scale */
            box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Initial box shadow */
        }
        .article-preview h2 {
            margin-top: 0;
            color: #333;
            font-size: 18px;
        }
        .article-preview a {
            text-decoration: none;
            color: inherit;
            display: block; /* Make the link block to include the whole area */
        }
        .article-preview:hover {
            transform: scale(1.01); /* Scale up the box on hover */
            box-shadow: 0 5px 15px rgba(0,0,0,0.2); /* Enhance shadow on hover */
        }
        .article-preview .source {
            font-size: 14px;
            color: #006AB1;
            margin-top: 4px;
            display: block; 
        }/* End custom CSS */