.pin-modal {
  width: 100%;
  height: 100%;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;

  &-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;

    &-label {
      color: #101828;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
    }

    &-code {
      color: #101828;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
    }

    &-desc {
      color: #101828;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
    }

    &-time {
      color: #667085;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
    }
  }
}
