/*!
 * PLACEHOLDER FILE — replace with the real Bootstrap 5.3.x build.
 * MyFoly enqueues this file at assets/css/bootstrap.min.css (see inc/enqueue.php).
 * Download the official minified CSS from https://getbootstrap.com/docs/5.3/getting-started/download/
 * (MIT licensed) and overwrite this file — no other theme file needs to change.
 * A tiny compatible subset is included below so the layout doesn't break if
 * you forget to swap this file before going live.
 */
.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:15px}
.row{display:flex;flex-wrap:wrap;margin-inline:-15px}
[class^="col"]{padding-inline:15px}
.d-flex{display:flex}.d-none{display:none}.d-block{display:block}
.justify-content-between{justify-content:space-between}
.align-items-center{align-items:center}
.text-center{text-align:center}
.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1.5rem}
.btn{display:inline-block;padding:.5rem 1rem;border-radius:.375rem;border:1px solid transparent;cursor:pointer}
.btn-primary{background:#0d6efd;color:#fff}
