/* Erfahrungen (all-reviews) page — column-flow masonry instead of a rigid grid:
   review lengths vary wildly (one 200-word review next to one-liners), so cards
   stack naturally per column and no row is held hostage by its tallest card. */
.fsr-quotes--page { display:block; columns:3; column-gap:clamp(28px,3vw,48px); margin-top:54px; }
.fsr-quotes--page .fsr-quote { display:block; break-inside:avoid; -webkit-column-break-inside:avoid; margin:0 0 clamp(32px,3vw,48px); padding:28px 30px; border-left:1px solid rgba(198,161,91,.26); }
.fsr-quotes--page .fsr-quote p { flex:none; }
.fsr-quotes--page .fsr-quote__head { font-family:var(--fsr-sans); font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; color:#fff; margin:2px 0 0; display:block; }
.fsr-quotes--page + .fsr-center { margin-top:40px; }
@media (max-width:1100px) { .fsr-quotes--page { columns:2; } }
@media (max-width:700px)  { .fsr-quotes--page { columns:1; } .fsr-quotes--page .fsr-quote { border-left:0; border-top:1px solid rgba(198,161,91,.16); padding:26px 4px; } }
