/*
Theme Name: OSVEN Theme (Custom) - Plus
Theme URI: https://example.com/
Author: Generated by ChatGPT
Description: Editable theme with Gutenberg blocks and Customizer options. Includes local Slick and a standalone block plugin.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: osven-theme
*/
body { font-family: 'Open Sans', sans-serif; margin:0; padding:0; color:#333; }
.site-header { background:#2f576a; padding:20px; color:#fff; text-align:center; }
.front-hero { background: url('assets/images/hero.jpg') center/cover no-repeat; padding:80px 0; color:#fff; text-align:center; }
.container { max-width:1200px; margin:0 auto; padding:40px; }
.osven-columns { display:flex; gap:30px; flex-wrap:wrap; }
.osven-column { background:rgba(255,255,255,0.03); padding:20px; flex:1; min-width:250px; box-shadow:0 0 0 6px rgba(255,255,255,0.03) inset; }
.osven-card img { max-width:100%; display:block; }
.osven-carousel .slick-slide { outline:none; }
