/*
Theme Name:  Moore CF Child
Theme URL:        http://example.com/twenty-seventeen-child/
Description:  Moore CF Theme
Author:           StrategiQ
Author URL:   http://example.com
Template:         moore-global
Version:          1.0.0
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: moore-global
*/

header.site-header .site-header__nav{
    display: block !important;
}
@media (max-width: 1200px) {
    header.site-header .site-header__nav{
        display: none !important
    }
}


.hero{
    margin: 0 !important;
}

/* Transaction post card styles */
.post-card.post-card--transaction{
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.post-card.post-card--transaction:hover{
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
    transform: translateY(-1px);
}

.post-card.post-card--transaction .post-card__image{
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
}

.post-card.post-card--transaction .post-card__content-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.post-card.post-card--transaction .post-card__category{
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #475467;
    margin: 0 0 6px 0;
}

.post-card.post-card--transaction .post-card__title{
    margin: 0 0 0px 0;
    font-size: 18px;
    line-height: 1.3;
    text-align: center; 
    color: #101828;
}

.post-card.post-card--transaction .post-card__content-meta-row{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Parties row */
.post-card.post-card--transaction .post-card__author{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 20px;
}

.post-card.post-card--transaction .post-card__party-logo{
    max-height: 100px;
    max-width: 187px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    filter: none;
}

.block-post-feed.has-primary-background-color .post-card.post-card--transaction:hover .post-card__title{
    color: #000 !important;
}

.post-card.post-card--transaction .post-card__party-name--placeholder{
    background: #f2f4f7;
    color: #344054;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 6px 10px;
    min-width: 88px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.2;
}

.post-card.post-card--transaction .post-card__party-desc{
    color: #475467;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 8px;
}

.post-card.post-card--transaction .post-card__date{
    color: #667085;
    font-size: 13px;
    margin: 0;
    padding-left: 0 !important;
    text-align: center;
}

.post-card.post-card--transaction .post-card__excerpt{
    color: #475467;
    font-size: 14px;
    margin: 0;
    text-align: center;
}