/******************* ALL DEVICES *******************/

/* Make theme switcher match navbar color */
#theme-switcher {
	color: var(--bs-navbar-color);
}

/* Theme switcher hover states */
#theme-switcher:hover {
	color: var(--bs-gray-800);
}

#theme-switcher.theme-toggle--toggled:hover {
	color: var(--bs-gray-600);
}

/* Make logo bigger */
.navbar-brand-img,
.navbar-brand > img {
	max-height: 2.3rem;
}

/* Allow search bar to shrink on small screens */
#topnav .container {
	flex-wrap: nowrap !important;
}

/* Prevent zoom on input fields (iOS only) */
@supports (-webkit-touch-callout: none) {
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
		font-size: 16px;
	}
}
