/*
Theme Name: Zuba
Theme URI: https://zuba.to/
Author: Intside
Author URI: http://intside.com/
Description: Thème WordPress custom pour Zuba — plateforme de gestion de taxis multi-propriétaires au Niger. Basé sur Bootship, structure inspirée d'AJFSR/WomenInTech, propulsé par Bootstrap 5 + ACF Gutenberg blocks.
Version: 0.1.0
Tags: bootstrap, startup, gutenberg, acf, business, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, translation-ready
Text Domain: zuba
*/

/* ----------------------------------------------------------------------------
 * Table of Contents
 * ----------------------------------------------------------------------------
 * 1.0 - Reset Gutenberg block max-width
 * 2.0 - Site container widths (Bootstrap-compatible)
 * 3.0 - Media queries
 * ----------------------------------------------------------------------------
 */

/* 1.0 Gutenberg full-width support ----------------------------------------- */
html :where(.wp-block) {
	max-width: 100% !important;
}

/* 2.0 Site container widths ------------------------------------------------ */
@media (max-width: 575.98px) {
	.site-content > *:not(div) {
		max-width: calc(100% - 24px);
	}
}

@media (min-width: 576px) {
	.site-content > *:not(div) {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.site-content > *:not(div) {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.site-content > *:not(div) {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.site-content > *:not(div) {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.site-content > *:not(div) {
		max-width: 1320px;
	}
}
