/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.widget.blog-search input#blog_search::placeholder {
    font-size: 12px;
}

.widget.block-categories .accordion {
    list-style: none;
}
.widget.block-categories .accordion,
.widget.block-categories .accordion li {
    margin-left: 0;
}

.widget.block-recent-posts .post-image,
.widget.block-recent-posts .post-item-date {
    display: none;
}

.blog-page .post-header .post-title a {
    color: #1a3d92 !important;
    text-transform: uppercase;
}
.blog-page .sidebar-additional {
    line-height: 18px;
    font-size: 0.9em;
}
.blog-page .sidebar-additional .block-title > strong {
    display: block;
    color: #1a3d92;
    text-transform: uppercase;
    font-size: 1.2em;
    padding-bottom: 5px;
    border-bottom: #1a3d92 solid 1px;
}
.post-holder .post-header .post-title-holder {
    display: flex;
    justify-content: space-between;
}
