/*
Theme Name: KH Paisajismo Dashboard
Theme URI: https://khpaisajismo.cl
Author: Sistema KH
Description: Tema WordPress completo con diseño tipo dashboard.
Version: 1.0
*/
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f6f9;
}
header {
  background-color: #2e7d32;
  color: white;
  padding: 1rem;
  text-align: center;
}
.sidebar {
  width: 220px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #388e3c;
  color: white;
  padding-top: 60px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar ul li {
  padding: 15px;
  text-align: left;
}
.sidebar ul li a {
  color: white;
  text-decoration: none;
  display: block;
}
.main-content {
  margin-left: 240px;
  padding: 2rem;
}
.card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.card h2 {
  margin-top: 0;
}
