/*
Theme Name: Monticello Sleep Dentistry — Easy Edit
Theme URI: https://monticellosleepdentistry.com/
Author: Monticello Sleep Dentistry
Description: A no-code WordPress block theme. The entire homepage is editable under Pages > Home.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: monticello-sleep-easy
License: GPL-2.0-or-later
*/

html { scroll-behavior:smooth; }
body { margin:0; }
a { text-underline-offset:3px; }
.msd-eyebrow { letter-spacing:.15em; text-transform:uppercase; font-size:.78rem; font-weight:800; }
.msd-card { border:1px solid var(--wp--preset--color--border); border-radius:22px; box-shadow:0 18px 50px rgba(52,62,67,.08); }
.msd-rounded { border-radius:28px; overflow:hidden; }
.msd-topbar a { text-decoration:none; font-weight:700; }
.msd-header { position:sticky; top:0; z-index:50; backdrop-filter:blur(12px); }
.msd-hero-icon img { max-width:380px; margin:auto; filter:drop-shadow(0 24px 35px rgba(42,53,60,.14)); }
.msd-checks li { margin-bottom:.55rem; }
.msd-checks li::marker { color:var(--wp--preset--color--blue); }
.msd-process-number { width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:var(--wp--preset--color--orange); color:#fff; font-weight:800; }
.msd-footer a { color:inherit; }
@media(max-width:780px){
  .msd-hide-mobile{display:none!important;}
  .msd-hero-icon img{max-width:260px;}
}

/* Editor usability */
.editor-styles-wrapper .wp-block { max-width: 1180px; }
.editor-styles-wrapper .wp-block[data-align="full"] { max-width: none; }
