/* andreaspalm.de site-specific overrides on top of the Ploming template.
 * Loaded by the site-header chunk after assets/css/ploming.css.
 */

/* Testimonials carousel: paint the whole section blue (full viewport width)
 * instead of relying on the .container::after stripe trick that left a white
 * gap on the left side of the viewport. The .testimonials-two__inner card
 * keeps its white background and margins, so the original "white card on
 * blue" composition is preserved. */
.testimonials-two--about {
    background-color: var(--ploming-base, #01C3ED);
}
.testimonials-two--about .container::after {
    display: none;
}
