/* SITE CHROME: header/top-bar/footer/bottom-bar (D1/D2/D3) - SKIN tier - from site-wahooart-V2.0.css, original order. Migrated 2026-07-06. */

.column a:hover {
    text-decoration: none;
}

a.mouseover_effect_texts {
    transition: color 0.25s ease, opacity 0.25s ease;
}

a.mouseover_effect_texts:hover {
    opacity: 0.8;
}

.main-header .logo img {
	height: 50px;
}

.search-bar {
	max-width: none;
	width: 100%;
	min-width: 0;
}

.search-bar input {
	width: 100%;
}

.header_container .search-bar input {
	background: var(--wa-form-surface) !important;
}

.header_container .search-bar input:focus,.header_container .search-bar input:-webkit-autofill,.header_container .search-bar input:-webkit-autofill:hover {
	background: var(--wa-form-surface) !important;
}

body:has(.ais-hero-banner) .feed-head .count {
  font-family: var(--ais-f-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ais-faint);
}

.wa-bottom-bar { background: var(--wa-roast, #2E2823); }

