#content-rating-check.content-page {
  max-width: 960px;
}

.rating-check-root {
  padding-bottom: 2rem;
}

.rating-check-title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 600;
}

.rating-check-lead {
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.rating-check-code {
  font-size: 0.9em;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.rating-check-card {
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rating-check-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.45rem;
  opacity: 0.92;
}

.rating-check-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: inherit;
  font: inherit;
}

.rating-check-input:focus {
  outline: none;
  border-color: rgba(100, 180, 255, 0.55);
  box-shadow: 0 0 0 2px rgba(100, 180, 255, 0.15);
}

.rating-check-toolbar {
  margin-bottom: 0.65rem;
}

.rating-check-quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.6rem;
  margin-top: 0.5rem;
}

.rating-check-quick-label {
  font-size: 0.8rem;
  opacity: 0.75;
  margin-right: 0.15rem;
}

.rating-check-filter {
  margin-bottom: 0.65rem;
}

.rating-check-geo-scroll {
  max-height: 280px;
  overflow: auto;
  padding: 0.35rem 0.15rem 0.15rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.25rem 0.75rem;
  align-content: start;
}

.rating-check-geo-item {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.88rem;
  line-height: 1.35;
  cursor: pointer;
  padding: 0.15rem 0;
}

.rating-check-geo-item input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.rating-check-geo-item span {
  opacity: 0.88;
}

.rating-check-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.rating-check-busy {
  font-size: 0.9rem;
  opacity: 0.8;
}

.rating-check-msg {
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

.rating-check-msg--err {
  color: #ff8a80;
}

.rating-check-results-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.65rem;
}

.rating-check-results .admin-table {
  font-size: 0.9rem;
}

.rating-check-rating-na {
  opacity: 0.55;
}

@media (max-width: 640px) {
  .rating-check-geo-scroll {
    max-height: 220px;
    grid-template-columns: 1fr;
  }
}
