.cpm-single-wrapper {
    max-width: 900px;
    margin: 40px auto;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #222;
    line-height: 1.6;
}
.cpm-top-section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.cpm-logo img {
    width: 250px;
    height: auto;
    object-fit: contain;
}
.cpm-product img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
}
.cpm-content {
    margin-top: 25px;
}
.cpm-address {
    font-size: 0.9rem;
    color: #555;
    margin-top: 15px;
}
.cpm-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}
.cpm-item img {
    width: 180px;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 5px;
}
.cpm-item img:hover {
    transform: scale(1.05);
}
