.ph-post-hero img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

.ph-post-header,
.ph-post-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
}

.ph-post-header {
    margin-top: 40px;
    margin-bottom: 25px;
}

.ph-post-date {
    color: #666;
    font-size: 15px;
    margin-top: 8px;
}

.ph-post-content {
    font-size: 18px;
    line-height: 1.7;
}

.ph-breadcrumb {
    max-width: 960px;
    margin: 25px auto 20px;
    padding: 0 24px;
    font-size: 14px;
    color: #666;
}

.ph-breadcrumb a {
    color: #0b6fb3;
    text-decoration: none;
}

.ph-breadcrumb a:hover {
    text-decoration: underline;
}

.ph-breadcrumb span {
    margin: 0 6px;
}

.ph-post-navigation {
    max-width: 960px;
    margin: 50px auto;
    padding: 25px 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #e5e5e5;
}

.ph-post-navigation a {
    color: #0b6fb3;
    text-decoration: none;
    font-weight: 600;
}

.ph-post-navigation a:hover {
    text-decoration: underline;
}

.ph-next-post {
    text-align: right;
    margin-left: auto;
}

@media (max-width: 768px) {
    .ph-post-navigation {
        flex-direction: column;
    }

    .ph-post-content {
        font-size: 17px;
    }

    .ph-post-header,
    .ph-post-content,
    .ph-breadcrumb {
        padding: 0 18px;
    }
}
