/**
 * AIOP Theme Logo Widget Styles
 * 
 * Stili per il widget AIOP Theme Logo
 * @package AIOP_Theme
 */

/* Base Theme Logo Styles */
.aiop-theme-logo {
  display: inline-block;
  line-height: 1;
}

.aiop-theme-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.aiop-theme-logo a {
  display: inline-block;
  text-decoration: none;
}

.aiop-theme-logo a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
