/**
 * WordPress widget areas — footer columns and sidebars.
 */

/* Footer widgets */
.nbbm-site-footer__col.widget {
	margin: 0;
}

.nbbm-site-footer__col .widget-title {
	margin: 0 0 14px;
	padding-bottom: 10px;
	font-family: var(--nbbm-font-serif);
	font-size: 1rem;
	font-weight: 700;
	color: var(--nbbm-chocolate);
	position: relative;
}

.nbbm-site-footer__col .widget-title::after {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	margin-top: 8px;
	border-radius: 1px;
	background: linear-gradient(90deg, var(--nbbm-honey) 0%, rgba(235, 183, 45, 0.15) 100%);
}

.nbbm-site-footer__col .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nbbm-site-footer__col .widget li {
	margin-bottom: 8px;
}

.nbbm-site-footer__col .widget a {
	color: var(--nbbm-muted);
	text-decoration: none;
	transition: color 0.2s ease;
}

.nbbm-site-footer__col .widget a:hover {
	color: var(--nbbm-chocolate);
}

.nbbm-site-footer__col .widget p {
	margin: 0 0 10px;
	font-size: 0.9rem;
	color: var(--nbbm-muted);
	line-height: 1.6;
}

.nbbm-site-footer__col .widget iframe {
	width: 100%;
	height: 180px;
	border: 0;
	border-radius: var(--nbbm-radius);
}

/* Main sidebar */
.nbbm-sidebar {
	background: var(--nbbm-white);
	border-radius: var(--nbbm-radius);
	box-shadow: var(--nbbm-shadow);
	padding: 24px 20px;
}

.nbbm-sidebar .widget {
	margin-bottom: 28px;
}

.nbbm-sidebar .widget:last-child {
	margin-bottom: 0;
}

.nbbm-sidebar .widget-title {
	margin: 0 0 14px;
	font-family: var(--nbbm-font-serif);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--nbbm-chocolate);
}

.nbbm-sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nbbm-sidebar .widget li {
	margin-bottom: 8px;
	font-size: 0.9rem;
}

.nbbm-sidebar .widget a {
	color: var(--nbbm-text);
	text-decoration: none;
}

.nbbm-sidebar .widget a:hover {
	color: var(--nbbm-honey-dark);
}

.nbbm-sidebar .widget p {
	margin: 0 0 10px;
	font-size: 0.9rem;
	color: var(--nbbm-text);
	line-height: 1.6;
}

.nbbm-sidebar .widget select,
.nbbm-sidebar .widget input[type="search"],
.nbbm-sidebar .widget input[type="text"] {
	width: 100%;
	border: 1px solid #e8ddd0;
	border-radius: 8px;
	padding: 10px 12px;
	font-family: var(--nbbm-font-sans);
	font-size: 0.9rem;
}

/* Shop sidebar widget block (below built-in filters) */
.nbbm-shop-sidebar__widgets {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #e8ddd0;
}

.nbbm-shop-sidebar__widgets .widget {
	margin-bottom: 24px;
}

.nbbm-shop-sidebar__widgets .widget:last-child {
	margin-bottom: 0;
}

.nbbm-shop-sidebar__widgets .widget-title {
	margin: 0 0 12px;
	font-family: var(--nbbm-font-serif);
	font-size: 1rem;
	font-weight: 700;
	color: var(--nbbm-chocolate);
}

.nbbm-shop-sidebar__widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nbbm-shop-sidebar__widgets li {
	margin-bottom: 8px;
	font-size: 0.88rem;
}

.nbbm-shop-sidebar__widgets a {
	color: var(--nbbm-text);
	text-decoration: none;
}

.nbbm-shop-sidebar__widgets a:hover {
	color: var(--nbbm-honey-dark);
}

/* Footer bottom widget area */
.nbbm-footer-bottom .widget {
	margin: 0;
}

.nbbm-footer-bottom .widget-title {
	display: none;
}

.nbbm-footer-bottom .widget .textwidget,
.nbbm-footer-bottom .widget .custom-html-widget {
	width: 100%;
}

@media (max-width: 767px) {
	.nbbm-sidebar {
		padding: 20px 16px;
	}
}
