/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 10:29:31 */
body.archive.author {
  /*
	* Image border radius fix
	*/
}
body.archive.author .hero-secondary .gb-block-image img {
  border-radius: 16px;
}
.social-links {
  margin: 0;
  display: flex;
  align-content: center;
  gap: 8px;
}
.social-links a {
  background-color: var(--purple);
  box-shadow: none !important;
  color: black;
  padding: 16px;
  display: block;
  border-radius: 16px;
  line-height: 1;
}
