/*
Theme Name:        Living Word Podcast
Theme URI:         https://gracefellowship.org/podcast
Author:            Grace Fellowship Church
Author URI:        https://gracefellowship.org
Description:       A clean, light, professional church podcast theme inspired by modern church websites. Includes hero, service info cards, next steps grid, player bar, episodes, hosts, series, testimonials, give section, and more. Demo data pre-loaded on activation.
Version:           2.0.0
Requires at least: 5.8
Tested up to:      6.5
Requires PHP:      7.4
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       livingword
Tags:              podcast, church, ministry, one-column, custom-colors, custom-menu, featured-images, full-width-template, theme-options
*/

/* =====================================================
   THEME-LEVEL RESETS
   All component styles live in assets/lwp-style.css.
   This file intentionally stays minimal to avoid
   conflicts with wp-admin and classic-editor styles.
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #FFF8EE;
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* WordPress core alignment helpers */
.alignleft  { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin: 0 auto; }

/* Hide the default WP admin bar gap — theme controls its own spacing */
#wpadminbar ~ * { padding-top: 0 !important; }
