/*
Theme Name: Divi Child
Theme URI: https://lovefeedback.websiteindubai.com/
Description: Divi Child Theme
Author: Catch Themes
Author URI: https://catchthemes.com/
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/

/* --- LoveFeedback Custom Styles --- */
.lf-vibrant-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.lf-card-public {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 1.2rem;
    color: #444;
    transition: transform 0.3s ease;
}

.lf-card-public:hover {
    transform: scale(1.02);
}

.lf-wall {
    column-count: 2;
    column-gap: 20px;
    padding: 20px;
}

@media (max-width: 768px) {
    .lf-wall {
        column-count: 1;
    }
}

.lf-empty {
    text-align: center;
    padding: 50px;
    color: #777;
    font-style: italic;
}
