/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yoursite.com
 Description:  Child theme for Hello Elementor
 Author:        Your Name
 Author URI:   https://yoursite.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* ─────────────────────────────────────────
   Add your custom CSS overrides below.
   Parent theme styles are loaded automatically
   via functions.php — do not use @import here.
───────────────────────────────────────── */

/* Breadcrumb styles */
.pm-breadcrumbs {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.pm-breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
}

.pm-breadcrumbs a:hover {
    text-decoration: underline;
}

.pm-breadcrumbs .sep {
    margin: 0 0.4rem;
    color: #999;
}

.pm-breadcrumbs .current {
    color: #333;
    font-weight: 500;
}

/* Page template layout */
.pm-page-wrapper {
    max-width: 960px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.pm-page-header {
    margin-bottom: 2rem;
}

.pm-page-header h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0.5rem 0 0;
}

.pm-page-content {
    line-height: 1.75;
}