/* ============================================================
   Badge Layout
   ============================================================ */
.grwp-layout-badge .grwp-badge-wrap {
  display: inline-flex;
}
.grwp-layout-badge .grwp-badge-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
}
.grwp-layout-badge .grwp-badge-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.grwp-layout-badge .grwp-badge-score {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1;
}
.grwp-layout-badge .grwp-badge-score span {
  font-size: 14px;
  color: #6b7280;
  font-weight: 400;
}
.grwp-layout-badge .grwp-badge-label {
  font-size: 12px;
  color: #6b7280;
}
.grwp-layout-badge .grwp-badge-stars {
  display: flex;
  gap: 2px;
}
