/* Additional assets and utilities for WordPress theme */

/* WordPress specific styles */
.wp-admin-bar {
    display: none !important;
}

/* Ensure proper WordPress theme integration */
body.admin-bar {
    margin-top: 0 !important;
}

/* WordPress content area adjustments */
.site-content {
    width: 100%;
}

/* WordPress navigation menus (if needed) */
.main-navigation {
    display: none;
}

/* WordPress post/page content wrapper */
.entry-content {
    width: 100%;
    max-width: none;
}

/* Hide WordPress default elements for this thank you page */
.site-header,
.site-footer,
.widget-area,
.sidebar {
    display: none;
}

/* Ensure full-width layout */
.site {
    width: 100%;
    max-width: none;
}