.site-footer .widget .widget-title~*, .site-footer .widget .wp-block-group__inner-container :is(h1,h2,h3,h4,h5,h6)~*, .widget-area .widget .widget-title~*, .widget-area .widget .wp-block-group__inner-container :is(h1,h2,h3,h4,h5,h6)~* {
	font-size: 10px;
}
.site-footer .widget {
	font-size: 12px;
}
.transparent-on-hover {
       opacity: 0.7; /* Initially transparent */
       transition: opacity 0.3s ease; /* Optional: Smooth transition */
     }

     .transparent-on-hover:hover {
       opacity: 1; /* Visible on hover */
     }
  .siteorigin-widget-button {
        text-transform: capitalize; /* Capitalizes the first letter of each word */