.content:has(.compare-action-dock) {
  padding-bottom: 220px;
}

.compare-action-dock {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 12px;
  left: 254px;
}

@media (max-width: 800px) {
  .content:has(.compare-action-dock) {
    padding-bottom: 300px;
  }

  .compare-action-dock {
    right: 8px;
    bottom: 8px;
    left: 8px;
  }
}

.simple-choice-rubric {
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid #dce5e0;
  border-radius: 7px;
  background: #f7faf8;
}

.simple-choice-rubric header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.simple-choice-rubric header b {
  font-size: 11px;
  color: #138c52;
}

.simple-choice-rubric header small {
  font-size: 9px;
  color: #778279;
}

.simple-choice-rubric > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.simple-choice-rubric span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 7px 8px;
  border-radius: 5px;
  background: #fff;
}

.simple-choice-rubric span small {
  overflow: hidden;
  color: #657067;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simple-choice-rubric span strong {
  font-size: 11px;
}

@media (max-width: 560px) {
  .simple-choice-rubric > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.semantic-judge-rubric {
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid #d9e1e7;
  border-radius: 7px;
  background: #f7f9fb;
}

.semantic-judge-rubric > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.semantic-judge-rubric > header span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.semantic-judge-rubric > header b {
  font-size: 11px;
}

.semantic-judge-rubric > header small {
  color: #75808b;
  font-size: 9px;
}

.semantic-judge-rubric > header em {
  padding: 5px 7px;
  border-radius: 5px;
  background: #e8f6ee;
  color: #138c52;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.semantic-judge-scores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.semantic-judge-scores span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 8px;
  border-radius: 5px;
  background: #fff;
}

.semantic-judge-scores small {
  color: #65717c;
  font-size: 9px;
}

.semantic-judge-scores strong {
  font-size: 11px;
}

.semantic-judge-rubric details {
  margin-top: 8px;
  border-top: 1px solid #e1e6ea;
  padding-top: 8px;
}

.semantic-judge-rubric summary {
  cursor: pointer;
  color: #5f6b76;
  font-size: 10px;
  font-weight: 700;
}

.semantic-judge-rubric ul {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.semantic-judge-rubric li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 8px;
  font-size: 10px;
}

.semantic-judge-rubric li span {
  color: #66717b;
}
