/*
Theme Name: R7 Casino
Theme URI: http://localhost/r7/
Author: Local
Description: Mobile-first лендинг R7 Casino. Yoast SEO + партнёрская ссылка в админке (как Pinco).
Version: 1.0.0
Text Domain: r7
Requires at least: 6.0
Requires PHP: 8.0
*/

/* WP admin bar offset for fixed CTA */
body.admin-bar .fixed-cta {
	bottom: calc(0.85rem + 32px + env(safe-area-inset-bottom, 0px));
}

@media screen and (max-width: 782px) {
	body.admin-bar .fixed-cta {
		bottom: calc(0.75rem + 46px + env(safe-area-inset-bottom, 0px));
	}
}

/* SEO content from WP editor */
.seo__body > *:first-child {
	margin-top: 0;
}

.seo__body h1,
.seo__body h2 {
	font-family: var(--display);
	color: var(--text);
	letter-spacing: -0.02em;
}

.seo__body a:not(.btn):not(.js-aff) {
	color: var(--gold);
}

.seo__body ul,
.seo__body ol {
	padding-left: 1.2rem;
	margin: 0 0 1rem;
}

.page-shell .seo {
	padding-top: 1rem;
}
