/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.25.2.1738905120
Updated: 2025-02-07 05:12:00

*/

        .all-posts-container {
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .posts-grid {
            display: grid;

            margin-top: 20px;
        }
        .post-item {
            background: #fff;
            border: 1px solid #ddd;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .post-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        .post-type {
            background: #007bff;
            color: white;
            padding: 2px 8px;
            border-radius: 3px;
            font-size: 12px;
        }
        .post-status {
            background: #6c757d;
            color: white;
            padding: 2px 8px;
            border-radius: 3px;
            font-size: 12px;
        }
        .post-item h3 {
            margin: 0 0 10px 0;
            font-size: 18px;
        }
        .post-meta {
            font-size: 13px;
            color: #666;
            margin: 10px 0;
        }
        .post-meta p {
            margin: 5px 0;
        }
        .post-excerpt {
            font-size: 14px;
            margin: 10px 0;
            color: #444;
        }
        .post-actions {
            margin-top: 15px;
            padding-top: 10px;
            border-top: 1px solid #eee;
        }
        .post-actions a {
            color: #007bff;
            text-decoration: none;
        }
        .custom-fields {
            margin-top: 10px;
            font-size: 12px;
        }
        .custom-fields ul {
            margin: 5px 0;
            padding-left: 20px;
        }


@media only screen and (max-width: 768px) {
    #home-slider-content {
        width: 100% !important;
    }
}