/**
* Theme Name: Dabba Child
* Description: This is a child theme of Dabba, generated by Merlin WP.
* Author: <a href="https://amjadalii.com/">Dabba</a>
* Template: dabba
* Version: 1.0.7
*/


/* Only target submenus (dropdown inside dropdown) */
ul.dropdown-menu ul.dropdown-menu {
    left: 302px !important;
    top: 0px !important;
}

article.post {
    gap: 15px; /* Consistent horizontal spacing */
    align-items: flex-start;
}

article.post .reveal-title {
    margin-right: 0; /* Remove if using gap */
}

@media (min-width: 220px) {
    .blog-slider.blog-post article {
        max-width: 370px;
        margin-right: 20px;
    }
}