/* ZAlebs: refinements for widget_wpshop_widget_articles */

.widget-area .widget_wpshop_widget_articles {
    border: 1px solid #ece8f4;
    border-radius: 10px;
    padding: 14px 14px 10px;
    box-sizing: border-box;
}

.widget-area .widget_wpshop_widget_articles .widget-header {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
}

.widget-area .widget_wpshop_widget_articles .widget-articles {
    margin: 0;
}

.widget-area .widget_wpshop_widget_articles .post-card {
    margin: 0 !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid #f1edf7;
}

.widget-area .widget_wpshop_widget_articles .post-card:last-child {
    border-bottom: none;
    padding-bottom: 2px !important;
}

.widget-area .widget_wpshop_widget_articles .post-card__body {
    padding: 0 !important;
}

.widget-area .widget_wpshop_widget_articles .post-card__title {
    margin: 0 !important;
    line-height: 1.35 !important;
}

.widget-area .widget_wpshop_widget_articles .post-card__title a {
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}
