/*
Theme Name: YUPRO Minimal
Theme URI: https://yupro.id/
Author: BP Technology
Author URI: https://yupro.id/
Description: Tema putih-hitam elegan, ringan, disesuaikan untuk plugin Yupro Property. v1.0.1
Version: 1.0.1
Text Domain: yupro-minimal
*/ 
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto; background:#fff; color:#000; margin:0}
a{color:#000} a:hover{opacity:.8}
.container{max-width:1200px;margin:0 auto;padding:0 12px; overflow:hidden}
.site-header{border-bottom:1px solid #eee; padding:10px 0; margin-bottom:10px}
.brand{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.brand img{height:36px}
.brand .title{font-weight:900;letter-spacing:.5px; text-decoration:none}
.nav{width:100%}
.nav ul{list-style:none;display:flex;gap:10px;margin:0;padding:0;flex-wrap:wrap}
.nav a{text-decoration:none;padding:8px 10px;border-radius:8px;display:block}
.site-footer{border-top:1px solid #eee; padding:18px 0; margin-top:18px; font-size:13px; opacity:.8}
.main{padding:8px 0}
@media(max-width:900px){
  .brand{justify-content:space-between}
  .nav ul{gap:6px}
}
