/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.dash-container {
    display: flex;
    max-width: 1100px;
    margin: 40px auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Sidebar */
.dash-sidebar {
    width: 220px;
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.dash-sidebar h3 {
    margin-bottom: 20px;
}

.dash-sidebar a {
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
}

.dash-sidebar a:hover {
    background: #f5f5f5;
}

.dash-sidebar a.active {
    background: #2563eb;
    color: #fff;
}

/* Main content */
.dash-main {
    flex: 1;
    padding-left: 30px;
}

/* Forms */
.dash-main input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

.dash-main button {
    padding: 10px 15px;
    background: #2563eb;
    color: #fff;
    border: none;
}

/* Property list */
.dash-main h3 {
    margin-bottom: 15px;
}

.dash-main div {
    margin-bottom: 10px;
}