/*
Theme Name:   My Tooth Truth — Child
Theme URI:    https://example.com/my-tooth-truth
Description:  Child theme for the "My Tooth Truth" dental-exam landing page. All page content is managed through ACF/SCF Flexible Content — no code editing required.
Author:       My Tooth Truth
Version:      1.0.0
Template:     twentytwentyfive
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  mytoothtruth
Tags:         one-column, custom-colors

------------------------------------------------------------------
IMPORTANT — PARENT THEME
------------------------------------------------------------------
The "Template:" line above MUST match the folder name of the parent
theme installed on the site. It is set to "twentytwentyfive".

If the installation uses a different default theme, change that one
line to match the folder name exactly.
------------------------------------------------------------------

The visual design lives in assets/css/design.css and is loaded by
inc/enqueue.php. That file is a byte-for-byte copy of the supplied
styles.css and should not be edited.

Small additions that don't belong in the untouched design copy live
below, kept to a minimum on purpose.
*/

/* Extra vertical gap on the divider between Facts and How It Works,
   matching the supplied design's one-off inline style without
   introducing an inline style attribute in the markup. */
.divider--spaced {
	margin-top: 32px;
}

/* Generic vertical rhythm for the fallback template (index.php), which has
   no dedicated section styling of its own in the supplied design. */
.mtt-fallback-content {
	padding: 64px 0;
}
