/* 
 Theme Name:   eco-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     eco-solar-power
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}

h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}

h3 {
    font-size: clamp(1.3rem, 3vw, 1.5rem) !important;
}

p {
    margin-bottom: 0.5rem !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}

.box {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
    height: 100%;
}

.title h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2e8b57;
    background: linear-gradient(90deg, #e0ffe0 0%, #ffffff 100%);
    padding: 0.5em 1em;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(46, 139, 87, 0.08);
    margin-bottom: 15px;
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    list-style-position: inside;
}

.toggle-inner {
    bottom: 10px !important;
}

.card img {
    width: 100%;
}

.not-found {
    min-height: 60vh;
}

#sidebar .widget {
    padding: 9px !important;
    margin-bottom: 16px !important;
}


.entry-content a {
    text-decoration: none !important;
}