.rate-container {
  width: 100%;
  max-width: 260px; /* ����� �������� ��� ᥡ� */
}

.rate-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: #cbd5f5;
  width: 100%;
}

.rate-field button {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  cursor: pointer;
  padding: 0;
  border: none;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: white; /* ���� ⥪�� */
}

.rate-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.rate-left {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

#rateVal {
  margin-left: auto; /* �ᥣ�� �室�� ��ࠢ� */
  min-width: 3ch;
  text-align: right;
}

.rate-field input[type="range"] {
  width: 100%; /* �������� ��� �ਭ� ���⥩��� */
}
