:root .site :where(a:where(:not(.wp-element-button))) {
  font-variant: small-caps;
  font-weight: lighter;
}
.sydney-dropdown .sydney-dropdown-link:hover {
  background-color: skyblue;  
  color: white;              
  cursor: pointer;           
  border-radius: 8px;          
  transition: 0.3s ease;       
  padding: 8px 12px;          
}