/*
Theme Name: Farhad Mehrani Child
Template: bluehost-blueprint
Version: 1.0
*/

.fm-single-container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px;
}

.fm-single-hero {
    padding: 70px 0 45px;
}

.fm-single-meta {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #bb001f;
}

.fm-single-meta a {
    color: #bb001f;
    text-decoration: none;
}

.fm-single-hero h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #002975;
    margin: 0 0 24px;
    font-weight: 800;
}

.fm-single-excerpt {
    font-size: 20px;
    line-height: 1.7;
    color: #434653;
    margin-bottom: 38px;
}

.fm-single-image img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    display: block;
}

.fm-single-content {
    padding: 30px 0 90px;
}

.fm-single-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #2f2f2f;
    margin-bottom: 26px;
}

.fm-single-content h2,
.fm-single-content h3 {
    color: #002975;
    margin-top: 42px;
    margin-bottom: 18px;
}

@media(max-width:768px) {
    .fm-single-hero {
        padding: 45px 0 30px;
    }

    .fm-single-hero h1 {
        font-size: 38px;
    }

    .fm-single-excerpt {
        font-size: 17px;
    }
}
.fm-single-blog {
    background:#fff;
}

.fm-single-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}

.fm-single-hero {
    padding: 80px 0 45px;
}

.fm-single-date {
    color:#bb001f;
    font-size:12px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
    margin-bottom:20px;
}

.fm-single-hero h1 {
    color:#002975;
    font-size:56px;
    line-height:1.08;
    font-weight:800;
    max-width:900px;
    margin:0 0 26px;
}

.fm-single-excerpt {
    font-size:20px;
    line-height:1.7;
    color:#434653;
    margin-bottom:38px;
}

.fm-single-image img {
    width:100%;
    border-radius:22px;
    display:block;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.fm-single-content {
    padding:35px 0 70px;
}

.fm-single-content p {
    font-size:18px;
    line-height:1.9;
    color:#2f2f2f;
    margin-bottom:26px;
}

.fm-single-content h2,
.fm-single-content h3 {
    color:#002975;
    margin-top:42px;
    margin-bottom:18px;
}

.fm-post-nav {
    margin-top:60px;
    padding-top:30px;
    border-top:1px solid #e5e8ee;
    display:flex;
    justify-content:space-between;
    gap:20px;
}

.fm-post-nav a {
    color:#002975;
    font-weight:700;
    text-decoration:none;
}

.fm-related-posts {
    background:#f5f7fa;
    padding:70px 0 90px;
}

.fm-related-posts h2 {
    color:#002975;
    font-size:32px;
    margin-bottom:30px;
}

.fm-related-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.fm-related-card {
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    text-decoration:none;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    transition:.3s;
}

.fm-related-card:hover {
    transform:translateY(-6px);
    box-shadow:0 20px 55px rgba(0,0,0,.09);
}

.fm-related-card img {
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
}

.fm-related-card h3 {
    color:#002975;
    font-size:20px;
    line-height:1.3;
    padding:22px 22px 10px;
    margin:0;
}

.fm-related-card span {
    display:block;
    padding:0 22px 24px;
    color:#bb001f;
    font-weight:700;
    font-size:13px;
}

@media(max-width:768px) {
    .fm-single-hero {
        padding:45px 0 30px;
    }

    .fm-single-hero h1 {
        font-size:36px;
    }

    .fm-related-grid {
        grid-template-columns:1fr;
    }

    .fm-post-nav {
        flex-direction:column;
    }
}