/*
Theme Name: Riverside
Theme URI:
Description: Custom Theme
Author: Creativetheory
Author URI: 
Version: 1.01
*/

.ctLink {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 10px;
    padding: 0 10px;
  }
  
  .ctLink span {
    font-size: 0.9rem;
    color: white;
  }
  
  .ctLogo {
    max-width: 50px;
    filter: brightness(0.9) grayscale(1);
    transform: none;
  }
  
  .ctLink:hover .ctLogo {
    filter: unset;
    transform: scale(1.05);
  }