/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 22 2025 | 13:52:35 */
.related-post.grid {
    margin-top: 80px;
}
.post-list {
    margin-top: 15px;
}
#wpf-custom-form-block {
    position: relative;
}
#wpf-custom-form-block:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #edeeff;
}

.related-post .headline {
    margin: 20px 0px 0 0px !important;
}
.post_title:focus {
    outline: none !important;
}

Изменить ссылки
a.post_title {
    text-decoration: none !important;
}

a.title.post_title {
    text-decoration: none !important;
}

a.title.post_title:hover {
    color: #ff6a6a !important;
}