.lml-kiyoh-badge,
.lml-kiyoh-badge *,
.lml-kiyoh-badge *::before,
.lml-kiyoh-badge *::after { box-sizing: border-box; }

.lml-kiyoh-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-family: inherit;
  color: #1a1a1a;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

a.lml-kiyoh-badge:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-color: #d0d0d0;
  transform: translateY(-1px);
  text-decoration: none;
}

.lml-kiyoh-circle {
  position: relative;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.lml-kiyoh-circle svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(-90deg);
}

.lml-kiyoh-circle-bg {
  fill: none;
  stroke: #f5f5f5;
  stroke-width: 5;
}

.lml-kiyoh-segment {
  fill: none;
  stroke-width: 5;
  stroke-linecap: butt;
}

.lml-kiyoh-score-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.95em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: -0.02em;
}

.lml-kiyoh-info {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
  gap: 3px;
}

.lml-kiyoh-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lml-kiyoh-stars {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 0.95em;
  letter-spacing: 1px;
}

.lml-kiyoh-stars-empty { color: #e8e8e8; }

.lml-kiyoh-stars-filled {
  color: #f5a623;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.lml-kiyoh-label {
  font-size: 0.78em;
  color: #888;
  font-weight: 500;
}

.lml-kiyoh-bottom {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.lml-kiyoh-count {
  font-size: 1.25em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: -0.01em;
}

.lml-kiyoh-count-label {
  font-size: 0.82em;
  color: #888;
  font-weight: 500;
}