.post-container {
    display: flex;
    margin: 32px auto;
}

.post-left {
    border-bottom: 1px solid #E7E7E7;
}

.post-left img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.post-left .post-meta {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .post-right {
        display: none;
    }
}


.post-right h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #16794C;
}

.cash-item {
    margin-bottom: 20px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 12px;
    transition: 0.2s;
}

.cash-item:hover {
    background: #e6f4ea;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #F6F6F6;
    padding: 6px 12px;
    border-radius: 4px;
    gap: 4px;
    margin-bottom: 14px;
}

.breadcrumb a {
    color: #6C7880;
    text-decoration: none;
}

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

.breadcrumb .separator {
    margin: 0 4px;
}

.breadcrumb .current {
    font-weight: 600;
    color: #2c3e50;
}

.single-image {
    padding: 30px;
    background-color: #F6F6F6;
}

.news-card img {
    width: 100%;
    height: 244px;
    object-fit: cover;
    margin-bottom: 25px;
}

.news-card .cats span.category-item {
    color: #6941C6;
    font-size: 14px;
    margin-right: 8px;
    background-color: #e0e0e0;
    border-radius: 16px;
    padding: 2px 10px;
}