/*
GOMI-CHANGE: Responsive Darstellung der automatischen Kundenbewertungen
Reason: Footer, Quellenkarten, Rezensionen und Consent-Platzhalter benoetigen eine stabile mobile und barrierearme Darstellung.
Effect: Bewertungsbausteine sind kontrastreich, ohne Karussell und mit festen Mindestabmessungen gegen Layoutverschiebungen gestaltet.
*/
.gomi-reviews { box-sizing:border-box; color:#242424; }
.gomi-reviews *, .gomi-reviews *::before, .gomi-reviews *::after { box-sizing:inherit; }
.gomi-reviews-footer { align-items:center; background:#fff; border:1px solid #d7d7d7; border-radius:6px; display:flex; flex-wrap:wrap; gap:8px 16px; margin:16px 0; min-height:76px; padding:12px 16px; width:100%; }
.gomi-stars { color:#a75b00; display:inline-block; font-size:1.15em; letter-spacing:1px; white-space:nowrap; }
.gomi-footer-text { flex:1 1 360px; }
.gomi-footer-links { display:flex; flex:0 1 auto; flex-wrap:wrap; gap:8px 16px; }
.gomi-footer-links a, .gomi-source a, .gomi-review a, .gomi-herold a { align-items:center; display:inline-flex; min-height:44px; }
.gomi-reviews-page { margin:0 auto; max-width:1180px; padding:20px 12px 48px; }
.gomi-rating-summary { background:#f4f6f1; border-left:5px solid #4e6d19; display:grid; gap:6px; margin:20px 0; min-height:150px; padding:22px; }
.gomi-rating-summary strong { font-size:1.5rem; }
.gomi-source-grid { display:grid; gap:16px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); margin:24px 0; }
.gomi-source, .gomi-review, .gomi-herold { background:#fff; border:1px solid #d7d7d7; border-radius:6px; padding:18px; }
.gomi-source h2, .gomi-herold h2 { font-size:1.25rem; margin-top:0; }
.gomi-review-list { display:grid; gap:16px; margin:32px 0; }
.gomi-review-list > h2 { margin-bottom:0; }
.gomi-review header { align-items:center; display:flex; flex-wrap:wrap; gap:8px 16px; justify-content:space-between; }
.gomi-review footer { color:#555; font-size:.94em; }
.gomi-owner-reply { background:#f4f6f1; border-left:4px solid #4e6d19; margin:14px 0; padding:12px; }
.gomi-owner-reply p { margin-bottom:0; }
.gomi-herold { margin-top:32px; min-height:220px; }
.gomi-herold button { background:#405c12; border:0; border-radius:4px; color:#fff; cursor:pointer; font:inherit; min-height:44px; padding:10px 16px; }
.gomi-herold button:focus, .gomi-reviews a:focus { outline:3px solid #1b5e9a; outline-offset:3px; }
@media (max-width:600px) {
  .gomi-reviews-footer { align-items:flex-start; flex-direction:column; }
  .gomi-footer-text { flex-basis:auto; }
  .gomi-footer-links { width:100%; }
  .gomi-rating-summary { padding:16px; }
}
/* GOMI-CHANGE END */
