/*
Theme Name:   Astra Child
Theme URI:    https://wpastra.com/
Description:  Custom tweaks for zcoolking (mobile login/register row).
Author:       zcool
Template:     astra
Version:       1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   astra-child
*/

/* Layout + hide-menu rules: see functions.php (inline CSS, theme tablet breakpoint). */

/* UX: calmer in-page jumps; respect reduced-motion. */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.zcool-mobile-dock__item:focus-visible {
	outline: 2px solid #5eead4;
	outline-offset: 3px;
	border-radius: 4px;
}

.zcool-mobile-auth__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42%;
	max-width: 200px;
	padding: 12px 18px;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff !important;
	background: #e41b23;
	border: none;
	border-radius: 8px;
	line-height: 1.2;
	transition: background 0.15s ease, transform 0.15s ease;
}

.zcool-mobile-auth__btn:hover,
.zcool-mobile-auth__btn:focus {
	background: #c4151c;
	color: #fff !important;
	transform: translateY(-1px);
}
