
.cpc-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.cpc-card {
    border: 1px solid #ccc;
    padding: 15px;
    width: 280px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.cpc-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cpc-title {
    font-size: 18px;
    margin: 10px 0;
}

.cpc-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.cpc-readmore {
    display: inline-block;
    background: #6A3E8F;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}
