/* La página del shortcode funciona como una aplicación de ancho completo. */
body.tac-page header:not(.tac-header),
body.tac-page nav:not(.tac-days),
body.tac-page footer:not(.tac-footer),
body.tac-page .site-header,
body.tac-page .site-footer,
body.tac-page .widget-area,
body.tac-page aside,
body.tac-page .entry-header,
body.tac-page .entry-footer,
body.tac-page .wp-block-template-part,
body.tac-page .edit-link,
body.tac-page #secondary {
	display: none !important;
}

body.tac-page #page,
body.tac-page .site,
body.tac-page #content,
body.tac-page .site-content,
body.tac-page #primary,
body.tac-page .content-area,
body.tac-page main,
body.tac-page article,
body.tac-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.tac-page {
	margin: 0 !important;
	background: #fff;
}

body.tac-page .entry-content > .tac-app {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.tac-app .tac-header {
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}

.tac-app .tac-brand-logo {
	display: block;
	width: min(310px, 78vw);
	height: auto;
	margin: 0 auto;
}

.tac-app .tac-header p {
	text-align: center;
}
