/* Elementor compatibility for Thirsty Molecule
   Loaded only when Elementor is active. */

/* Pages built with Elementor should never be squeezed by the theme wrapper. */
body.tm-elementor-page .site-main-inner,
body.tm-elementor-page .site-main-inner.no-sidebar {
	display: block;
	max-width: none;
	padding: 0;
}

body.tm-elementor-page .page-header {
	display: none;
}

/* Full width page template. */
.tm-fullwidth-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Elementor Canvas / Full Width templates. */
.elementor-template-full-width .site-main-inner,
.elementor-page .elementor-section.elementor-section-full_width {
	max-width: none;
}

/* Theme sections dropped in as Elementor widgets. */
.tm-elementor-section {
	width: 100%;
}

.tm-elementor-section > section,
.tm-elementor-section > div {
	margin: 0;
}

/* Keep the editor preview usable: no sticky header overlap inside the canvas. */
body.elementor-editor-active .nav-shell {
	position: relative;
	top: 0;
}

/* Elementor widgets placed inside theme sections inherit theme typography. */
.elementor-widget-container h1,
.elementor-widget-container h2,
.elementor-widget-container h3 {
	font-family: var(--font-fredoka), "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	letter-spacing: -0.035em;
}

/* Elementor buttons match the theme pill style unless restyled in the editor. */
.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-md {
	border-radius: 999px;
	font-family: var(--font-fredoka), sans-serif;
	font-weight: 700;
}
