.product-symbol-python {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: .03em;
  white-space: nowrap;
  font-family: Consolas, "Courier New", monospace;
  font-size: clamp(2.6rem, 6vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -.05em;
}

.product-symbol-python-brace {
  color: #43a84e;
  line-height: 1;
}

.product-symbol-python-label {
  color: #ff7a00;
  font-family: Inter, Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: 1;
  text-align: center;
}
