/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/

body { background: #FFF8F5; }
h1, h2 { color: #FF6347; }
.recept-card { 
    border: 1px solid #FF6347; 
    padding: 20px; 
    margin: 20px 0; 
    border-radius: 8px;
}
.site-disclaimer { 
    text-align: center; 
    font-size: 14px; 
    color: #555; 
    padding: 16px 0; 
}
.entry-featured-image { 
    margin: 0 0 30px; 
}
.entry-featured-image img { 
    width: 100%; 
    height: auto; 
    border-radius: 8px; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
}
