.csct-social-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 6px;
  border-radius: 50%;
  background-color: #ffffff !important;
  color: #D7223D !important;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid #D7223D !important;
  text-decoration: none !important;
}

.csct-social-icon:hover {
  background-color: #D7223D !important;
  color: #ffffff !important;
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
