/* Grundlayout der Karten */
.grbm .grbm-card{background:#f5f7f9;padding:15px;border-radius:6px;min-height:210px;display:flex;flex-direction:column;position:relative;}
.grbm .grbm-head{display:flex;align-items:center;gap:10px;margin-bottom:0px}
.grbm .grbm-head .avatar{border-radius:50%;height:40px;width:40px}
.grbm-username {display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;position: absolute;top:10px;left:66px;}
.grbm-username p {margin: 0px;}
.grbm-revtime {position:absolute;left:66px;top:27px;}
.grbm-revtime p{font-size: 85%;}
.grbm .grbm-stars{margin:0px}
.grbm .grbm-text{margin:6px 0 0;font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;hyphens:auto;}

/* Schaltflächen vererben Theme-Farbe via CSS-Var */
.grbm .swiper-button-prev,
.grbm .swiper-button-next{color:var(--grbm-color,#008080)}
.grbm .swiper-pagination-bullet-active{background:var(--grbm-color,#008080)}
