/*
Theme Name: 1Golf
Theme URI: https://1golf.tv
Description: Theme for VOD 1Golf site
Author: Adams
Author URI: https://www.adamsdigital.io/
Version: 1.0.1
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	background-color: #01274f;
}

body {
	overflow-x: hidden;
}

/* Landing gráfica (index y plantillas por defecto) */
.onegolf-landing {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: clamp(16px, 4vw, 32px);
	background-color: #01274f;
	background-image: url('assets/img/bg-main.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.onegolf-landing__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width:  min(960px, 100%);
}

.onegolf-landing__logo {
	width: min(320px, 78vw);
	height: min(120px, 22vh);
	background: transparent url('assets/img/1Golf-logo.svg') center center / contain no-repeat;
}

/* Ocultar bloques heredados de Twenty Twenty-Five si quedaran en caché */
.onegolf-landing .wp-block-post-template,
.onegolf-landing .wp-block-query {
	display: none !important;
}
