/*
Theme Name: BuddyX Child Terra Madura
Template: buddyx
Version: 1.1.0
Text Domain: buddyx-child-terramadura
*/

/* Plantilla limpia: ancho completo, sin sidebar */
.tm-chat-clean { width: 100%; max-width: 100%; flex: 1 1 100%; }

/* Menú inferior tipo app — solo móvil/tablet (<1024px) */
#tm-bottom-nav { display: none; }
@media (max-width: 1023px) {
	body { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
	#tm-bottom-nav {
		display: grid; grid-auto-flow: column; grid-auto-columns: 1fr;
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 99999;
		height: calc(68px + env(safe-area-inset-bottom, 0px));
		padding-bottom: env(safe-area-inset-bottom, 0px);
		background: #2f3a24; border-top: 2px solid #c9a84c; box-sizing: border-box;
	}
	#tm-bottom-nav a {
		display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
		color: #efe9d8; text-decoration: none; font-size: 10px; font-weight: 700;
		letter-spacing: .6px; text-transform: uppercase; line-height: 1; padding: 8px 2px;
	}
	#tm-bottom-nav a.is-active, #tm-bottom-nav a:hover { color: #c9a84c; }
	#tm-bottom-nav svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
}
