/* Sizing utilities: max-width (mw-*), min-width (min-w-*), min-height (min-h-*), max-height (mh-*)；單位 px，尺規 40–1320 */

/* ---- max-width (mw-) ---- */
.mw-40px { max-width: 40px !important; }
.mw-50px { max-width: 50px !important; }
.mw-100px { max-width: 100px !important; }
.mw-150px { max-width: 150px !important; }
.mw-200px { max-width: 200px !important; }
.mw-250px { max-width: 250px !important; }
.mw-300px { max-width: 300px !important; }
.mw-400px { max-width: 400px !important; }
.mw-500px { max-width: 500px !important; }
.mw-600px { max-width: 600px !important; }
.mw-700px { max-width: 700px !important; }
.mw-800px { max-width: 800px !important; }
.mw-900px { max-width: 900px !important; }
.mw-1000px { max-width: 1000px !important; }
.mw-1320px { max-width: 1320px !important; }
.mw-100 { max-width: 100% !important; }

/* ---- min-width (min-w-) ---- */
.min-w-40px { min-width: 40px !important; }
.min-w-50px { min-width: 50px !important; }
.min-w-100px { min-width: 100px !important; }
.min-w-150px { min-width: 150px !important; }
.min-w-200px { min-width: 200px !important; }
.min-w-250px { min-width: 250px !important; }
.min-w-300px { min-width: 300px !important; }
.min-w-400px { min-width: 400px !important; }
.min-w-500px { min-width: 500px !important; }
.min-w-600px { min-width: 600px !important; }
.min-w-700px { min-width: 700px !important; }
.min-w-800px { min-width: 800px !important; }
.min-w-900px { min-width: 900px !important; }
.min-w-1000px { min-width: 1000px !important; }
.min-w-1320px { min-width: 1320px !important; }

/* ---- min-height (min-h-) ---- */
.min-h-40px { min-height: 40px !important; }
.min-h-50px { min-height: 50px !important; }
.min-h-100px { min-height: 100px !important; }
.min-h-150px { min-height: 150px !important; }
.min-h-200px { min-height: 200px !important; }
.min-h-250px { min-height: 250px !important; }
.min-h-300px { min-height: 300px !important; }
.min-h-400px { min-height: 400px !important; }
.min-h-500px { min-height: 500px !important; }
.min-h-600px { min-height: 600px !important; }
.min-h-700px { min-height: 700px !important; }
.min-h-800px { min-height: 800px !important; }
.min-h-900px { min-height: 900px !important; }
.min-h-1000px { min-height: 1000px !important; }
.min-h-1320px { min-height: 1320px !important; }

/* ---- max-height (mh-) ---- */
.mh-40px { max-height: 40px !important; }
.mh-50px { max-height: 50px !important; }
.mh-100px { max-height: 100px !important; }
.mh-150px { max-height: 150px !important; }
.mh-200px { max-height: 200px !important; }
.mh-250px { max-height: 250px !important; }
.mh-300px { max-height: 300px !important; }
.mh-400px { max-height: 400px !important; }
.mh-500px { max-height: 500px !important; }
.mh-600px { max-height: 600px !important; }
.mh-700px { max-height: 700px !important; }
.mh-800px { max-height: 800px !important; }
.mh-900px { max-height: 900px !important; }
.mh-1000px { max-height: 1000px !important; }
.mh-1320px { max-height: 1320px !important; }
.mh-100 { max-height: 100% !important; }
