/*
 Theme Name:   Wedding Elementor Child
 Theme URI:    https://yourweddingsite.com
 Description:  A responsive child theme for Elementor-based wedding websites.
 Author:       Alison & ChatGPT
 Template:     hello-elementor
 Version:      1.0.0
*/

body {
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.container, .elementor-container {
    padding-left: 1rem;
    padding-right: 1rem;
}

h1, h2, h3 {
    font-size: clamp(1.2rem, 2.5vw, 2.5rem);
}

@media (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }
    .elementor-section {
        padding: 20px 0 !important;
    }
}
