/*
Theme Name: Beckers Health
Theme URI:
Author: SeedX
Author URI:
Description: A minimal custom theme for Beckers Health.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
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: beckers-health
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #eee;
}

.site-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.site-title a {
  color: inherit;
}

.site-description {
  font-size: 0.875rem;
  color: #666;
}

.site-content {
  max-width: 960px;
  margin: 2rem auto;
  padding: 0 2rem;
  display: flex;
  gap: 2rem;
}

.content-area {
  flex: 1;
}

.widget-area {
  width: 280px;
  flex-shrink: 0;
}

.entry-title {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.entry-meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 1rem;
}

.entry-content p {
  margin-bottom: 1rem;
}

.site-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 0.85rem;
  color: #888;
}

.navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
