.elementor-2154 .elementor-element.elementor-element-3bfd665 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2154 .elementor-element.elementor-element-e12246c > .elementor-widget-container{padding:0px 0px 30px 0px;}.elementor-2154 .elementor-element.elementor-element-c1b53c3{text-align:justify;}.elementor-2154 .elementor-element.elementor-element-d6a4cc0{text-align:justify;}.elementor-2154 .elementor-element.elementor-element-01d5acd{text-align:justify;}@media(max-width:1024px){.elementor-2154 .elementor-element.elementor-element-b843840 > .elementor-container{max-width:720px;}}@media(max-width:767px){.elementor-2154 .elementor-element.elementor-element-b843840{padding:0px 0px 0px 0px;}.elementor-2154 .elementor-element.elementor-element-e12246c > .elementor-widget-container{padding:0px 0px 20px 0px;}}/* Start custom CSS */.single-widget.recent-post {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 10px;
}

.recent-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-post li {
    display: flex;
    margin-bottom: 20px;
}

.recent-post .thumb {
    margin-right: 15px;
    flex-shrink: 0;
}

.recent-post .thumb img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s;
}

.recent-post .thumb img:hover {
    transform: scale(1.1);
}

.recent-post .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recent-post .meta-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.recent-post .post-title {
    font-size: 18px;
    color: #007BFF;
    text-decoration: none;
    transition: color 0.3s;
}

.recent-post .post-title:hover {
    color: #0056b3;
}/* End custom CSS */