/*
 * Product-page wrapper for the shared Cue Creator Trustpilot module.
 *
 * The internal appearance remains controlled by:
 * modules/trustpilot_reviews.php
 */

.cc-product-trustpilot {
    clear: both;
    width: 100%;
    max-width: 1100px;
    margin: 32px auto 42px;
    padding: 0 18px;
    box-sizing: border-box;
}

/*
 * Prevent margins inside the shared module from escaping
 * or creating unnecessary vertical space.
 */
.cc-product-trustpilot > :first-child {
    margin-top: 0;
}

.cc-product-trustpilot > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .cc-product-trustpilot {
        margin-top: 24px;
        margin-bottom: 32px;
        padding-right: 14px;
        padding-left: 14px;
    }
}
