/*
Theme Name: KnowingMedicare Seminar Theme
Theme URI: https://knowingmedicare.com
Description: High-performance theme optimized for video-first educational funnels and standalone semantic SEO content islands.
Version: 1.1.0
Author: Expert Developer
Text Domain: knowingmedicare
*/

/* ==========================================================================
   GLOBAL RESPONSIVE DESIGN RESETS
   ========================================================================== */
img {
    max-width: 100%;
    height: auto;
}

embed, iframe, object, video {
    max-width: 100%;
}

/* Global Mobile Spacing Adjustments (Screens under 768px wide) */
@media (max-width: 768px) {
    h1 { font-size: 28px !important; line-height: 1.3 !important; }
    h2 { font-size: 22px !important; }
    main { padding: 30px 4% !important; }
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #334155;
}
*, *:before, *:after {
    box-sizing: inherit;
}