.full-page-marketplace-summary {
  max-width: 760px;
  margin: 38px auto 0;
  text-align: center;
}

.full-page-summary-head h3 {
  margin: 0;
  color: #101b35;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.full-page-summary-head h3 span {
  color: #0878ee;
}

.full-page-summary-head p {
  max-width: 610px;
  margin: 10px auto 0;
  color: #5f6872;
  font-size: 12px;
  line-height: 1.45;
}

.full-page-judge-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  padding: 5px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #4b5563;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
}

.full-page-judge-badge svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.full-page-summary-panel {
  display: flex;
  align-items: stretch;
  margin-top: 24px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  text-align: left;
}

.full-page-marketplace-rating {
  width: 150px;
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e7eb;
  padding-right: 26px;
  text-align: center;
}

.full-page-marketplace-rating .score {
  color: #101b35;
  font-size: 43px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.full-page-marketplace-rating .review-stars {
  display: block;
  margin-top: 7px;
  color: #e9b323;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
}

.full-page-marketplace-rating small {
  display: block;
  margin-top: 8px;
  color: #4b5563;
  font-size: 9px;
}

.full-page-marketplace-rating small a {
  color: inherit;
  text-decoration: none;
}

.full-page-summary-bars {
  flex: 1;
  min-width: 0;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}

.full-page-rating-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 10px;
  text-decoration: none;
}

.full-page-rating-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef0f2;
}

.full-page-rating-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #f5c84b;
}

@media (max-width: 620px) {
  .full-page-marketplace-summary {
    margin-top: 30px;
  }

  .full-page-summary-head h3 {
    font-size: 23px;
  }

  .full-page-summary-head p br {
    display: none;
  }

  .full-page-summary-panel {
    flex-direction: column;
    padding: 22px 20px;
  }

  .full-page-marketplace-rating {
    width: 100%;
    flex-basis: auto;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
    padding: 0 0 20px;
  }

  .full-page-summary-bars {
    width: 100%;
    padding: 20px 0 0;
  }
}