/**
 * MCG Case Study Quote widget styles.
 *
 * Auto-populates from the CURRENT case study's Client Quote / Testimonial ACF
 * fields, so it can be dropped straight onto the single case study page.
 */

.mcg-cs-quote { width: 100%; }
.mcg-cs-quote__text {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
}
.mcg-cs-quote__text p { margin: 0 0 8px; }
.mcg-cs-quote__text p:last-child { margin-bottom: 0; }

/* Author always sits on its own line, bold, with a gap above. */
.mcg-cs-quote__author {
    display: block;
    margin-top: 16px;
    font-weight: 700;
    color: #ffffff;
}
