/*
Theme Name:     Consulting Child
Theme URI:      https://bqredovisning.se
Description:    BQ Redovisning child theme for Consulting
Author:         BQ Redovisning
Author URI:     https://bqredovisning.se
Template:       consulting
Version:        6.5.11
Text Domain:    consulting-child
*/

/* BQ Redovisning — footer widget readability overrides (2026-04-19) */
#footer .widget_title,
#footer h4.widget_title {
	color: #ffffff !important;
	opacity: 1;
}

#footer .footer_widgets .footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer_widgets .footer-menu li {
	margin: 0 0 8px;
}

#footer .footer_widgets .footer-menu a {
	color: rgba(255, 255, 255, 0.85);
	transition: color 0.2s ease;
}

#footer .footer_widgets .footer-menu a:hover {
	color: #f36c3d;
}

#footer .bq-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	transition: background 0.2s ease;
	text-decoration: none;
}

#footer .bq-footer-social a:hover {
	background: #f36c3d;
}

#footer .bq-footer-social i {
	font-size: 14px;
	line-height: 1;
}
