 
.cpb-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.cpb-box {
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.cpb-image img {
    max-width: 100%;
    border-radius: 10px;
}
.cpb-title {
    font-size: 18px;
    margin: 10px 0 5px;
}
.cpb-desc {
    font-size: 14px;
    color: #666;
}
.cpb-price {
    font-weight: bold;
    color: #e67e22;
    margin: 10px 0;
}
.cpb-button {
    display: inline-block;
    background-color: #8bc34a;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
}
.cpb-pr-label {
    background-color: #f39c12;
    color: white;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    margin-bottom: 8px;
    display: inline-block;
}
