﻿/*
Theme Name: Deeja
Theme URI: https://deejafashion.com
Author: Deeja Pvt Ltd
Description: Professional B2B Stitching Services — Pune
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: deeja-fashion
*/

/* Tailwind CSS handles all styling. WordPress-specific overrides only. */
.alignleft  { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; }
html, body { margin: 0 !important; padding: 0 !important; }

/* Keep mobile drawer panel opaque white across all theme states. */
#mobileNavPanel {
	background-color: #ffffff !important;
}

#mobileNav,
#mobileNavBackdrop,
#mobileNavPanel {
	opacity: 1 !important;
	background-color: #ffffff !important;
}
