/*dedicated servers page style*/

.link-confronto {
  font-size: 0.8rem !important;
  padding: 0.2rem 0.4rem !important;
  line-height: 1.3;
  /*border: 1px solid #007bff;
  border-radius: 0.25rem;*/
  transition: all 0.2s ease;
  /*background: rgba(0,123,255,0.05);*/
}

.link-confronto:hover {
  /*background: rgba(0,123,255,0.1) !important;*/
  color: #0056b3 !important;
  text-decoration: none !important;
  /*transform: translateY(-1px);*/
}

.d-flex {
  gap: 0.5rem;
}

