.fc_display_news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--gap-m);
}

.fc_display_news a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.fc_display_news a .image {
    aspect-ratio: 10 / 6.5;
    position: relative;
}

.fc_display_news a .wp_content {
    border-top: 5px solid var(--Red);
    padding: clamp(15px, 3vw, 30px);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fc_display_news a .wp_content h4 {
    font-size: 14px;
    color: #fff;
    background: #333;
    padding: 5px 10px;
    display: inline-block;
}

.fc_display_news a .wp_content h3 {
    font-size: 20px;
    font-weight: bold;
}

.fc_display_news a .wp_content h3  + p {
    color: #333;
    margin-top: 0.7em;
}

.fc_display_news a .wp_content span {
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: right;
    color: var(--Red);
    margin-top: auto;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.fc_display_news a .wp_content span:after {
    content: '';
    width: 12px;
    aspect-ratio: 1 / 1;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23DE0000' d='M5.271.933a.747.747 0 0 1 1.056 0l4.754 4.753a.747.747 0 0 1 0 1.056l-4.754 4.754a.747.747 0 0 1-1.056-1.056L8.75 6.96H0V5.467h8.749L5.27 1.99a.747.747 0 0 1 0-1.056Z'/%3E%3C/svg%3E");
}

.fc_display_news a:hover {
    opacity: 1;
}

.fc_display_news a .image:before {
    opacity: 0;
    transition: .3s;
    content: '';
    top: 0;
    right: 0;
    aspect-ratio: 1 / 1;
    width: clamp(30px, 4vw, 50px);
    position: absolute;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75' fill='none'%3E%3Cpath fill='%23DE0000' d='M0 0h75v75H0z'/%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='18' y='18' width='39' height='39'%3E%3Cpath transform='matrix(-1 0 0 1 57 18)' fill='%23D9D9D9' d='M0 0h39v39H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='m32.9 52.3 13.7-13.7.3-.5.1-.6-.1-.6c0-.2-.2-.4-.3-.5L32.9 22.7a2 2 0 0 0-1.5-.6 2 2 0 0 0-1.4.6 2 2 0 0 0 0 2.9l12 11.9-12 12c-.4.3-.6.8-.6 1.3 0 .6.2 1 .6 1.5a2 2 0 0 0 2.9 0Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.fc_display_news a:hover .image:before {
    opacity: 1;
}

.news_listing_wrapper  {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: var(--gap-l);
    align-items: flex-start;
}

.sidebar_wrapper {
    background: var(--Grey);
    padding: var(--padding-s);
    display: grid;
    gap: var(--gap-m);
}

.sidebar_wrapper .title-medium {
    margin: 0;
}

.sidebar_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
}

.sidebar_wrapper ul.the_sidebar {
    gap: var(--gap-m);
}

.hide-title {
    display: none;
}

.sidebar_wrapper > .title-medium {
    font-weight: bold;
}

#searchform {
    position: relative;
}

#searchform input[type=text] {
    border: none;
    background: rgba(255, 255, 255, 0.80);
    height: 50px;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

#searchform input[type=submit] {
    position: absolute;
    width: 40px;
    aspect-ratio: 1 / 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    cursor: pointer;
    border: none;
    background: no-repeat center / auto url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23044068' d='m16.5 15.749-4.868-4.873a6.523 6.523 0 0 0 1.43-4.086A6.536 6.536 0 0 0 6.532.25 6.536 6.536 0 0 0 0 6.79c0 3.61 2.926 6.54 6.531 6.54a6.505 6.505 0 0 0 4.104-1.453l4.864 4.873 1.001-1.001ZM2.398 10.932a5.81 5.81 0 0 1-1.71-4.138c0-1.564.61-3.033 1.71-4.138A5.809 5.809 0 0 1 6.53.937c1.56 0 3.03.61 4.134 1.715a5.81 5.81 0 0 1 1.71 4.138c0 1.564-.61 3.033-1.71 4.138a5.812 5.812 0 0 1-4.134 1.714 5.79 5.79 0 0 1-4.133-1.71Z'/%3E%3C/svg%3E");
}

.widget_categories a {
    text-decoration: none;
    color: var(--Blue);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 20px;
    border-bottom: 1px solid #D4D4D4;
    transition: .3s;
    display: block;
}


.widget_categories a:hover {
    opacity: 0.7;
}

.widget_categories .current-cat a {
    background: var(--Blue);
    color: #fff;
}

.post_home a {
    color: #DE0000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    padding: 0 20px;
    transition: .3s;
}

.post_home a:hover {
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .fc_display_news {
        grid-template-columns: repeat(2, 1fr);
    }

    .news_listing_wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .sidebar_wrapper {
        width: 100%;
        box-sizing: border-box;
    }
    .sidebar_wrapper {
        max-height: 70px;
        overflow: hidden;
        transition: .3s;
        padding: 20px;
        gap: 20px;
    }

    .sidebar_wrapper.open {
        max-height: 1000px;
    }
    .sidebar_wrapper > .title-medium {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .sidebar_wrapper > .title-medium:after {
        content: '';
        width: 20px;
        transform: rotate(-90deg);
        aspect-ratio: 1 / 1;
        transition: .3s;
        background: no-repeat center / contain url("data:image/svg+xml,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 3 4 4 4-4' stroke='%23044068' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .sidebar_wrapper.open > .title-medium:after {
        transform: rotate(0deg);
    }
}

@media (max-width: 640px) {
    .fc_display_news {
        grid-template-columns: repeat(1, 1fr);
    }
}