#for-dev-ports .bo-temp {
  display: grid;
}
#for-dev-ports .content {
  grid-row: 1;
}
#for-dev-ports .picture {
  grid-row: 2;
}
#for-dev-ports .icons {
  grid-row: 3;
  padding-top: 2rem;
}
#for-dev-ports .icons ul li {
  text-align: left;
}
.razer-rtl #for-dev-ports .icons ul li {
  text-align: right;
}
@media (min-width: 767px) {
  #for-dev-ports .icons {
    padding-top: 5rem;
  }
  #for-dev-ports .icons ul {
    display: block;
    font-size: 0;
    max-width: 900px;
  }
  #for-dev-ports .icons ul > li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
	#for-dev-ports ol.parts {
 	 column-count: 3;
	}
}
#for-dev-ports ol.parts {
  display: inline-block !important;
  list-style-position: inside;
  width: 100%;
  li {
    display: list-item !important;
  }
	::marker {
		color: #000;
   font-weight: 500;
	}
  a:has(em) {
    color: inherit;
    text-underline-offset: 0px !important;
  }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}