/*
Theme Name: HubCasa
Theme URI: https://hubcasa.ro
Author: AI Studio
Description: Temă curată și minimalistă pentru portal de construcții și amenajări. Creată cu cod extrem de curat, fără page builders, bazată pe editorul Gutenberg și Tailwind CSS.
Version: 1.0.0
Text Domain: hubcasa
*/

/* Reset & Basics */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #FAFAFA;
    color: #1A1A1A;
}

/* Base styles that Tailwind doesn't apply to raw HTML from the_content() */
.content-body {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.8; /* leading-relaxed / leading-loose equivalent */
    color: #374151;
}

.content-body h2 { font-size: 1.75rem; font-weight: 800; color: #111827; margin-top: 2.5rem; margin-bottom: 1.25rem; }
.content-body h3 { font-size: 1.5rem; font-weight: 700; color: #111827; margin-top: 2rem; margin-bottom: 1rem; }
.content-body h4 { font-size: 1.25rem; font-weight: 700; color: #111827; margin-top: 1.5rem; margin-bottom: 0.75rem; }

.content-body p { margin-bottom: 1.5rem; }

.content-body ul { list-style-type: disc; margin-left: 1.5rem; margin-bottom: 1.5rem; }
.content-body ol { list-style-type: decimal; margin-left: 1.5rem; margin-bottom: 1.5rem; }
.content-body li { margin-bottom: 0.5rem; }

.content-body blockquote { 
    border-left: 4px solid #D97706; 
    padding: 1.25rem 1.5rem; 
    background: #F8FAFC; 
    font-style: italic; 
    color: #4B5563; 
    margin: 2rem 0;
    border-radius: 4px;
}

.content-body img { 
    max-width: 100%; 
    height: auto; 
    border-radius: 8px; 
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

/* Captions for images generated by WordPress */
.wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    text-align: center;
    font-size: 0.875rem;
    color: #6B7280;
    font-style: italic;
    margin-top: 0.5rem;
    padding: 0 1rem;
}

.content-body a { color: #D97706; text-decoration: underline; font-weight: 500; }
.content-body a:hover { color: #b45309; }
