/* Local lightweight grid utilities. Replaces external Bootstrap CDN for WordPress.org compliance. */
.row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.col,.col-md-4,.col-md-6,.col-lg-3,.col-lg-4,.col-lg-6{position:relative;width:100%;padding-left:12px;padding-right:12px}.d-flex{display:flex}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.container-fluid{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media(min-width:768px){.col-md-4{flex:0 0 33.333%;max-width:33.333%}.col-md-6{flex:0 0 50%;max-width:50%}}@media(min-width:992px){.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333%;max-width:33.333%}.col-lg-6{flex:0 0 50%;max-width:50%}}
