/* Content polish (POLISH-AUDIT-CONTENT.md NEW items) — see inc/areas/content-polish.php */

/* N14: 404 search + help links under the image panel */
.yb.error404 .yb-404 { padding-bottom: 0; }
.yb-404-help { max-width: 1322px; margin: 0 auto; padding: 40px 0 64px; text-align: center; }
.yb-404-help__title { margin: 0 0 16px; font-size: 20px; font-weight: 600; line-height: 28px; letter-spacing: 0; text-transform: none; color: #000; }
.yb-404-help__form { display: flex; max-width: 520px; margin: 0 auto 24px; }
.yb .yb-404-help__input { flex: 1 1 auto; min-width: 0; height: 48px; padding: 0 16px; border: 1px solid #000; border-right: 0; border-radius: 0; background: #fff; font-size: 16px; color: #000; }
.yb .yb-404-help__btn { flex: 0 0 auto; height: 48px; min-height: 0; padding: 0 24px; border: 1px solid #000; border-radius: 0; background: #000; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.yb .yb-404-help__btn:hover { background: #fff; color: #000; }
.yb-404-help__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 32px; margin: 0; padding: 0; list-style: none; }
.yb-404-help__links li { margin: 0; }
.yb .yb-404-help__links a { font-size: 16px; font-weight: 500; color: #000; text-decoration: underline; text-underline-offset: 3px; }
.yb .yb-404-help__links a:hover { color: #D31C3C; }

@media (max-width: 767px) {
	.yb-404-help { padding: 32px 16px 48px; }
	.yb-404-help__links { gap: 12px 24px; }
}

/* N1: WoodMart cookie notice (Theme Settings > General > Cookies) as a slim bottom bar */
.yb .wd-cookies-popup { border-top: 1px solid #E5E5E5; box-shadow: 0 -2px 12px rgba(0, 0, 0, .08); }
.yb .wd-cookies-popup .cookies-info-text { font-size: 14px; line-height: 20px; color: #000; }
.yb .wd-cookies-popup .cookies-accept-btn { border-radius: 0; background: #000; color: #fff; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.yb .wd-cookies-popup .cookies-accept-btn:hover { background: #333; color: #fff; }
.yb .wd-cookies-popup .cookies-more-btn { color: #000; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 767px) {
	.yb .wd-cookies-popup { padding: 12px 16px; }
	.yb .wd-cookies-popup .wd-cookies-inner { display: flex; flex-direction: column; gap: 8px; }
	.yb .wd-cookies-popup .cookies-info-text { margin: 0; font-size: 13px; line-height: 18px; text-align: left; }
	.yb .wd-cookies-popup .cookies-buttons { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0; }
	.yb .wd-cookies-popup .cookies-accept-btn { min-height: 40px; padding: 0 24px; }
}
