.kiro-betyg { display: inline-flex; flex-direction: column; align-items: center; text-align: center; box-sizing: border-box; line-height: 1.3; }
.kiro-betyg.is-centered { display: flex; width: 100%; justify-content: center; }
.kiro-betyg-logo { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid #e5e0da; background: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: -22px; overflow: hidden; padding: 7px; box-sizing: border-box; position: relative; z-index: 1; }
.kiro-betyg-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.kiro-betyg-card { display: flex; flex-direction: column; align-items: center; padding: 30px 16px 20px; border: 1px solid #e5e0da; border-radius: 12px; box-sizing: border-box; }
.kiro-betyg-link { display: contents; color: inherit; text-decoration: none; }
.kiro-betyg-name  { font-size: 15px; font-weight: 700; color: #1a1a2e; margin: 0; }
.kiro-betyg-score { font-size: 20px; font-weight: 500; color: #1a1a2e; margin: 0; font-family: "Google Sans Text", "Google Sans", Roboto, Arial, sans-serif; letter-spacing: -.5px; }
.kiro-betyg-stars { display: flex; gap: 3px; justify-content: center; margin: 0; }
.kiro-betyg-count { font-size: 14px; color: #666; margin: 0; }
.kiro-betyg-powered { font-size: 13px; color: #666; margin: 0; display: flex; align-items: center; gap: 5px; justify-content: center; font-weight: 500; }
.kiro-betyg-google-logo { height: 16px; width: auto; vertical-align: middle; display: inline-block; }

.kiro-betyg-rad { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 15px; line-height: 1; box-sizing: border-box; }
.kiro-betyg-rad.is-centered { justify-content: center; }
.kiro-betyg-rad-label { font-weight: 700; color: inherit; }
.kiro-betyg-rad-stars { display: flex; gap: 3px; }
.kiro-betyg-rad-star { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 3px; flex-shrink: 0; }
.kiro-betyg-rad-star--cutout { -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; }
.kiro-betyg-rad-score { font-weight: 700; color: inherit; }
.kiro-betyg-rad-count { color: inherit; text-decoration: underline; font-weight: 500; }
.kiro-betyg-rad-count:hover { text-decoration: none; }
.kiro-betyg-rad-brand { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; color: inherit; }
.kiro-betyg-rad-brand-logo { height: 16px; width: auto; vertical-align: middle; display: inline-block; }

.kiro-greviews { box-sizing: border-box; }
.kiro-greviews-grid { display: grid; grid-template-columns: repeat(var(--kiro-greviews-cols,3), 1fr); gap: 20px; }
@media (max-width: 782px) { .kiro-greviews-grid { grid-template-columns: 1fr; } }
.kiro-greview-card { border: 1px solid #e5e0da; border-radius: 12px; padding: 20px; box-sizing: border-box; background: #fff; }
.kiro-greview-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.kiro-greview-photo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.kiro-greview-photo--fallback { display: flex; align-items: center; justify-content: center; background: #1a6cbf; color: #fff; font-weight: 700; font-size: 18px; }
.kiro-greview-meta { min-width: 0; }
.kiro-greview-author { font-weight: 700; font-size: 14px; color: #1a1a2e; }
.kiro-greview-date { font-size: 12px; color: #888; }
.kiro-greview-stars { display: flex; gap: 2px; margin-bottom: 10px; }
.kiro-greview-text { font-size: 14px; line-height: 1.6; color: #333; margin: 0; }
.kiro-greviews-attribution { display: flex; align-items: center; gap: 6px; justify-content: center; margin-top: 20px; font-size: 13px; color: #666; }
.kiro-greviews-attribution-logo { height: 16px; width: auto; }
.kiro-greviews-more { text-align: center; margin-top: 16px; }
.kiro-greviews-more-link { display: inline-block; background: #fff; border: 1.5px solid #d0d0d0; border-radius: 30px; color: #555; font-size: .92em; padding: 8px 24px; text-decoration: none; transition: background .15s, border-color .15s, color .15s; }
.kiro-greviews-more-link:hover { background: #555; border-color: #555; color: #fff; }

.kiro-greviews-carousel { display: flex; align-items: center; gap: 10px; }
.kiro-greviews-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; padding-bottom: 4px; scrollbar-width: none; }
.kiro-greviews-track::-webkit-scrollbar { display: none; }
.kiro-greviews-carousel .kiro-greview-card { flex: 0 0 280px; scroll-snap-align: start; }
.kiro-greviews-arrow { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e5e0da; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #1a1a2e; padding: 0; }
.kiro-greviews-arrow:hover { background: #f5f5f5; }
