/* Recent Posts */
.swm-widget-content .ancr-recent-posts-tiny ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.swm-widget-content .ancr-recent-posts-tiny li {
    list-style: none;
    clear: both;
}

.swm-widget-content .ancr-recent-posts-tiny ul li a img {
    margin: 0 25px 0 0;
    max-width: 150px;
}

.swm-widget-content .ancr-recent-posts-tiny ul li {
    padding: 0;
    height: auto;
    clear: both;
    background: none;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
}

.ancr-recent-posts-tiny ul li:last-child {
    margin: 0;
}

.ancr-recent-posts-tiny ul li a {
    text-decoration: none;
}

.ancr-recent-posts-tiny-content h5 {
    margin: -8px 0 0 0;
}

.ancr-recent-posts-tiny-title {
    line-height: normal;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
}

.ancr-recent-posts-tiny-date {
    display: inline-block;
    margin-bottom: 5px;
    font-size: calc(var(--body-font-size) - 2px);
}

.footer .ancr-recent-posts-tiny ul li {
    padding-bottom: 15px;
}

.sidebar .ancr-recent-posts-tiny ul li {
    padding-bottom: 15px;
}

.sidebar .ancr-recent-posts-tiny ul li:last-child {
    padding-bottom: 0;
}

.ancr-recent-posts-tiny .ancr-recent-posts-tiny-title h5 {
    line-height: 1.5;
    font-size: calc(var(--body-font-size) + 2px);
}

.ancr-recent-posts-tiny-title {
    margin-top: 3px;
}

/* Social Icons Widget */
.widget_social {
    margin-bottom: -8px;
}

.swm-widget-content .ancr-sm-wid-icons ul {
    padding: 0;
    margin: 6px 0 0 0;
    display: block;
    text-align: center;
}

.swm-widget-content .ancr-sm-wid-icons ul li {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    float: left;
}

.swm-widget-content .ancr-sm-wid-icons ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    color: var(--swm-color-color-2-text);
    border: 1px solid var(--swm-color-border);
    border-radius: 100%;
    background: transparent;
    font-size: 15px;
}

.swm-widget-content .ancr-sm-wid-icons ul li:hover a {
    background: var(--swm-color-color-2);
    color: var(--swm-color-color-2-text);
    border-color: var(--swm-color-color-2);
}

.footer .swm-widget-content .ancr-sm-wid-icons ul li a {
    background: var(--swm-color-dark-2);
    color: var(--swm-color-color-1);
    border: 0;
}

.footer .swm-widget-content .ancr-sm-wid-icons ul li a:hover {
    color: var(--swm-color-color-2-text);
    background: var(--swm-color-color-1);
}

/* General */
.swm-site-content .elementor-widget-wp-widget-ancr_social h5,
.swm-site-content .elementor-widget-wp-widget-ancr_recent_posts_wid h5 {
    margin-bottom: 20px;
}

/* About Author */
.ancr-about-author-widget {
    padding: 50px 50px 40px;
    background: var(--swm-color-light-2);
    margin-bottom: 20px;
}

.ancr-about-author-widget img {
    display: block;
    margin-bottom: 35px;
}

.swm-widget-content .ancr-about-author-widget p {
    margin: 0;
    line-height: 1.7;
}

.swm-widget-content .ancr-about-author-widget h4 {
    font-size: var(--swm-sidebar-title-font-size);
    margin: 0;
}