/*
 Theme Name:  Colormag OkCasaWeb
 Theme URI:   http://www.okcasaweb.it/
 Description: Child theme of ColorMag for OkCasaWeb blog
 Author:      OkCasaWeb
 Template:    colormag
 Version:     1.0
*/

/* Load parent theme styles first – we’ll add overrides later if needed */

.okc-hero-wrapper{max-width:1200px;margin:40px auto 32px;padding:0 24px;box-sizing:border-box;}
.okc-hero-inner{display:flex;flex-wrap:wrap;gap:40px;align-items:stretch;}
.okc-hero-text{flex:1 1 320px;max-width:520px;}
.okc-hero-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#6b7280;}
.okc-hero-cat{background:#eef2ff;padding:4px 10px;border-radius:999px;font-weight:600;color:#1d4ed8;}
.okc-hero-dot{opacity:.5;}
.okc-hero-date{font-weight:500;}
.okc-hero-title{margin:0 0 12px;font-size:46px;line-height:1.05;color:#0f172a;}
.okc-hero-excerpt{margin:0;font-size:16px;line-height:1.6;color:#6b7280;}
.okc-hero-image{flex:1 1 360px;border-radius:24px;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.18);}
.okc-hero-image img{display:block;width:100%;height:100%;object-fit:cover;}
.okc-hero-content{max-width:900px;margin:0 auto 60px;padding:0 24px;box-sizing:border-box;}
.okc-hero-content-inner{background:transparent;}
@media (max-width:900px){.okc-hero-inner{flex-direction:column;}.okc-hero-title{font-size:34px;}}
