/*
Theme Name: Isapre
Theme URI: https://example.com/isapre
Author: isapremejoropcion
Author URI: https://example.com
Description: Tema base minimal para isapremejoropcion.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: isapre
*/

:root {
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --color-text: #111;
  --color-bg: #f7f7f8;
  --color-accent: #005b99;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
}
.site-header, .site-footer {
  padding: 1.5rem;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.site-footer { border-top: 1px solid #e5e5e5; border-bottom: none; }
.site-main { padding: 1.5rem; max-width: 960px; margin: 0 auto; }
.site-header h1 { margin: 0 0 .25rem; font-size: 1.6rem; }
.site-header p { margin: 0; color: #555; }
.loop .post { padding: 1rem 0; border-bottom: 1px solid #e5e5e5; }
.loop .post h2 { margin: 0 0 .5rem; }
.loop .post h2 a { color: var(--color-accent); text-decoration: none; }
.loop .post h2 a:hover { text-decoration: underline; }
.loop .meta { color: #777; font-size: .9rem; margin-bottom: .5rem; }
.loop .content { color: #222; }
