.so-widget-sow-image h3.widget-title {
	text-align: center;
	color:#000000 ;
}

/* Fix for links relying only on color - sitewide improvement */
a {
  color: #0033cc !important;               /* Strong blue for contrast */
  text-decoration: underline !important;   /* Enforces underline for visibility */
  font-weight: 600 !important;             /* Makes links stand out more */
}

/* Hover/focus styling improves keyboard navigation and mouse visibility */
a:hover,
a:focus {
  color: #cc8800 !important;               /* Bright gold for hover */
  text-decoration: underline !important;
}

/* Fix links inside widgets or panels if stripped by theme */
.widget a,
.panel-grid-cell a,
.so-panel a,
.entry-content a {
  color: #0033cc !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}

.widget a:hover,
.panel-grid-cell a:hover,
.entry-content a:hover {
  color: #cc8800 !important;
}
.site-footer {
  background-color: #1a1a1a; /* Dark background */
  color: #ffffff; /* Bright white text for strong contrast */
}

.site-footer a {
  color: #ffcc00; /* High contrast link color */
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}