/* Эффект натянутых канатов ринга */
.widget-title, article.entry-card {
    border-bottom: 2px dashed #c0392b !important;
}

article.entry-card {
    border-radius: 0px !important;
    background: #ffffff !important;
    transition: all 0.2s ease-in-out !important;
}

/* Нокаут-эффект при наведении: карточка резко выбивает тень */
article.entry-card:hover {
    transform: translate(-4px, -4px) !important;
    box-shadow: 8px 8px 0px #111111 !important;
    background: #fffdfd !important;
}
