.latest-posts {
    background-color: #f8f9fa;
}

.intro {
    color: #8331A7;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.post-card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*.post-card .card-img-top {
    height: 350px;
    object-fit: cover;
}*/

.post-meta {
    font-size: 0.9rem;
    color: #999;
    background:#8331A7;
}


.post-date {
    display: flex;
padding: 21px 50px 22px 50px;
justify-content: center;
align-items: center;
gap: 10px;
 background: #8331A7;
 color:#fff
}

.post-author, .post-category {
    color: #666;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}

.card-text {
    font-size: 1rem;
    color: #666;
}

.post-link {
    color: #8331A7;
    font-weight: bold;
    text-decoration: none;
}

.post-link:hover {
    color: #692C7A;
    text-decoration: underline;
}

.btn-primary {
    background-color: #8331A7;
    border-color: #8331A7;
}

.btn-primary:hover {
    background-color: #692C7A;
    border-color: #692C7A;
}
