.cc-score-form { margin-bottom: 16px; }
.cc-toggle-label { display: flex; align-items: center; gap: 8px; font-size: 14px; cursor: pointer; margin-bottom: 12px; }
.cc-score-fields { padding: 12px; background: #f5f5f5; border-radius: 4px; margin-bottom: 12px; }
.cc-field-row { margin-bottom: 10px; }
.cc-field-label { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 4px; }
.cc-val { font-weight: bold; }
.cc-approval-row, .cc-choice-row { display: flex; flex-wrap: wrap; gap: 12px; }
.cc-approval-item, .cc-choice-item { display: flex; align-items: center; gap: 6px; font-size: 14px; cursor: pointer; }
.cc-stars-row { display: flex; gap: 4px; }
.cc-star-label { cursor: pointer; }
.cc-star { font-size: 24px; color: #ccc; }
.cc-star-label input { display: none; }
.cc-star-label:hover .cc-star,
.cc-star-label input:checked ~ .cc-star { color: #f5a623; }
.cc-score-only-btn { font-size: 13px; color: #555; border: 1px solid #ccc; padding: 4px 14px; border-radius: 20px; background: #fff; cursor: pointer; }
.cc-score-only-btn:hover { background: #f5f5f5; }

.cc-score-display { margin-bottom: 10px; }
.cc-tag-wrap { display: flex !important; flex-wrap: wrap !important; gap: 6px; margin-bottom: 8px; }
.cc-tag { display: inline-flex !important; align-items: center; gap: 6px; background: #EAF3FB; border: 1px solid #4A90D9; border-radius: 4px; padding: 3px 10px; font-size: 13px; margin: 0 !important; }
.cc-tag-total { background: #D6EAF8; font-weight: bold; }
.cc-tag-fixed { background: #EAF3FB; }
.cc-tag-label { color: #2C6EA0; }
.cc-tag-val { font-weight: bold; font-size: 14px; }

.cc-score-breakdown { background: #f5f5f5; border-radius: 4px; padding: 10px 14px; margin-bottom: 8px; }
.cc-bar-row { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.cc-bar-row:last-child { margin-bottom: 0; }
.cc-bar-row-double { margin-bottom: 10px; }
.cc-bar-row-double:last-child { margin-bottom: 0; }
.cc-bars-wrap { flex: 1; }
.cc-bar-label { font-size: 12px; color: #666; width: 70px; flex-shrink: 0; }
.cc-bar-bg { flex: 1; height: 5px; background: #ddd; border-radius: 3px; overflow: hidden; }
.cc-bar-fill { height: 100%; border-radius: 3px; }
.cc-bar-editor { background: #534AB7; }
.cc-bar-user { background: #1D9E75; }
.cc-bar-val { font-size: 12px; font-weight: bold; width: 20px; text-align: right; flex-shrink: 0; }
.cc-val-editor { color: #534AB7; }
.cc-val-user { color: #1D9E75; }
.cc-total-badge { display: inline-block; font-size: 12px; font-weight: bold; padding: 2px 10px; border-radius: 4px; margin-bottom: 8px; }
.cc-total-editor { background: #EEEDFE; color: #3C3489; }
.cc-total-user { background: #E1F5EE; color: #085041; }
.cc-totals-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.cc-legend { display: flex; gap: 16px; margin-bottom: 10px; font-size: 12px; }
.cc-legend-editor { display: flex; align-items: center; gap: 4px; color: #534AB7; }
.cc-legend-editor::before { content: ''; display: inline-block; width: 10px; height: 4px; background: #534AB7; border-radius: 2px; }
.cc-legend-user { display: flex; align-items: center; gap: 4px; color: #1D9E75; }
.cc-legend-user::before { content: ''; display: inline-block; width: 10px; height: 4px; background: #1D9E75; border-radius: 2px; }
.cc-stars-display { display: flex; gap: 2px; margin-bottom: 8px; }
.cc-stars-display .cc-star { font-size: 18px; color: #ccc; }
.cc-stars-display .cc-star-on { color: #f5a623; }

.cc-aggregate-block { margin: 32px 0; padding: 16px 20px; background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 6px; }
.cc-aggregate-title { font-size: 15px; font-weight: bold; margin-bottom: 8px; }
.cc-aggregate-count { font-size: 12px; color: #888; margin-bottom: 12px; }
