.rm-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}

.rm-saas-fcol .rm-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #dbe6f3;
  background: rgba(255, 255, 255, 0.04);
}

.rm-saas-fcol .rm-social-icon:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.rm-social-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
