/*
Theme Name: Salient Child
Description: Child theme for Salient with enhanced security features
Author: Security Enhanced
Version: 1.0.0
Template: salient
*/

/* ========================================
   SECURITY ENHANCED CHILD THEME
   ========================================
   
   This child theme includes:
   - SQL Injection protection
   - Path Traversal protection
   - Enhanced input validation
   - Security headers
   - Cross-server compatibility
   
   ======================================== */

/* Import parent theme styles */
@import url("../salient/style.css");

/* Additional security-related styles can be added here if needed */
.security-notice {
    display: none; /* Hidden by default, can be shown for admin notifications */
}

/* Custom styles for enhanced security features */
.security-enhanced {
    /* Add any custom styles for security features here */
}

.nectar-post-grid-item .item-main .overlay-gallery img {
    max-width: 50px;
}