/*
Theme Name: Vertitech Bizkaia Loveflow v3
Theme URI: https://vertitech.es
Author: OpenClaw Loveflow v3
Description: WordPress host theme for the locked Vertitech build, preserving the Lovable/GitHub frontend 1:1 while handling WordPress hosting concerns.
Version: 1.4.3
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vertitech-bizkaia-loveflow-v3
*/

.vertitech-prose {
  color: hsl(var(--muted-foreground));
  font-size: 1rem;
  line-height: 1.8;
}

.vertitech-prose > * + * {
  margin-top: 1.25rem;
}

.vertitech-prose h2,
.vertitech-prose h3,
.vertitech-prose h4 {
  color: hsl(var(--foreground));
  font-family: var(--font-heading, inherit);
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.vertitech-prose h2 {
  font-size: 1.75rem;
}

.vertitech-prose h3 {
  font-size: 1.35rem;
}

.vertitech-prose p,
.vertitech-prose ul,
.vertitech-prose ol,
.vertitech-prose blockquote {
  margin-bottom: 1rem;
}

.vertitech-prose ul,
.vertitech-prose ol {
  padding-left: 1.25rem;
}

.vertitech-prose li + li {
  margin-top: 0.45rem;
}

.vertitech-prose a {
  color: hsl(var(--accent));
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vertitech-prose strong {
  color: hsl(var(--foreground));
  font-weight: 700;
}

.vertitech-prose img {
  border-radius: 1rem;
  display: block;
  height: auto;
  margin: 1.5rem 0;
  max-width: 100%;
}

.vertitech-prose blockquote {
  border-left: 4px solid hsl(var(--accent));
  color: hsl(var(--foreground));
  padding-left: 1rem;
}
