.roofkit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  box-sizing: border-box;
  color: #4a5568;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}