/*
 Theme Name: Astra Child
 Theme URI: http://example.com/astra-child
 Description: Astra Child Theme
 Author: Your Name
 Author URI: http://example.com
 Template: astra
 Version: 1.0
 Text Domain: astra-child
*/
/* Remove Astra container padding/margin for Events pages */
.post-type-archive-event .ast-container,
.post-type-archive-event .ast-container-fluid,
.single-event .ast-container,
.single-event .ast-container-fluid {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

/* Full width events page */
.post-type-archive-event .site-content,
.single-event .site-content {
    padding: 0 !important;
}

/* Remove Astra default article padding */
.post-type-archive-event article,
.single-event article {
    padding: 0 !important;
    margin: 0 !important;
}