/*
 Theme Name:   Zakra Child
 Theme URI:    https://таробр.рф
 Description:  Zakra Child Theme
 Author:       Tarobr
 Template:     zakra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  zakra-child
*/

/* Auth buttons in header - style as casino rating buttons */
.zak-auth-buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: 16px;
}

.zak-auth-buttons .zak-button {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff !important;
	background: linear-gradient(90deg, #38C172 0%, #2ECC71 100%) !important;
	border: none !important;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(46, 204, 113, 0.4);
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.zak-auth-buttons .zak-button:hover {
	color: #ffffff !important;
	background: linear-gradient(90deg, #34D399 0%, #38C172 100%) !important;
	border: none !important;
	box-shadow: 0 4px 12px rgba(46, 204, 113, 0.5);
	transform: translateY(-1px);
}

/* Auth buttons row - below logo and menu */
.zak-auth-buttons-row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.zak-auth-buttons-row .zak-auth-buttons,
.zak-header-bottom-row .zak-auth-buttons {
	margin-left: 0;
	justify-content: center;
}

.zak-header-bottom-row .zak-header-center-col {
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.zak-auth-buttons {
		margin-left: 0;
		display: flex !important;
		gap: 8px;
	}
	.zak-auth-buttons .zak-button {
		padding: 8px 14px;
		font-size: 12px;
	}
	.zak-auth-buttons-row {
		padding: 10px 0;
	}
}

/* Footer legal: 18+ disclaimer and policy links — в черной части подвала */
.zak-footer-legal {
	text-align: center;
	padding: 16px 0;
	font-size: 12px;
	line-height: 1.5;
	background-color: #18181B;
	color: #FAFAFA;
}

.zak-footer-legal__age {
	margin: 0 0 8px 0;
}

.zak-footer-legal__links {
	margin-top: 8px;
}

.zak-footer-legal__links a {
	color: #FAFAFA;
	text-decoration: underline;
}

.zak-footer-legal__links a:hover {
	text-decoration: none;
	opacity: 0.9;
}

.zak-footer-legal__sep {
	margin: 0 8px;
	opacity: 0.7;
}
