/*
Theme Name: LetroSpark
Theme URI: https://letrospark.com
Description: Custom WordPress theme for LetroSpark - electrical & solar solutions. Built with Tailwind v4. Lead-generation focused with multi-step quote tool and SEO blog.
Author: LetroSpark
Author URI: https://letrospark.com
Version: 0.4.0
Text Domain: letrospark
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-colors, custom-menu, custom-logo, featured-images
*/

/* ── Hide scrollbar utility ── */

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* ── Selection ── */

::selection { background: #136AFE; color: #ffffff; }

/* ── Admin bar offset: keep the sticky header clear of the WP toolbar ── */

.admin-bar #ls-header { top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar #ls-header { top: 46px; }
}

/* ── WordPress custom logo size constraint ── */
/* the_custom_logo() ignores Tailwind classes since markup is auto-generated. */

.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo {
	height: 34px;
	width: auto;
	max-width: 240px;
}
@media (min-width: 1024px) {
	.custom-logo { height: 42px; }
}
