/*! Listing Bootstrap subset (grid/flex/spacing/visibility/modals).
 * Listing pages must NOT load full bootstrap.min.css — it overrides site
 * styles (e.g. .btn-primary on the hamburger) and breaks the layout.
 * Post-ad / member / admin keep full Bootstrap in their own templates.
 *
 * Keep Bootstrap reboot box model here so header/menu metrics stay identical
 * to the previous full-bootstrap first paint (without pulling in .btn-primary
 * after style.css).
 */
*,::after,::before{box-sizing:border-box}
body{margin:0}
.container,.container-fluid{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
@media (min-width:1400px){.container{max-width:1320px}}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}
.g-0,.gy-0{--bs-gutter-y:0}.g-0,.gx-0{--bs-gutter-x:0}
.col{flex:1 0 0%}.col-auto{flex:0 0 auto;width:auto}.col-6{flex:0 0 auto;width:50%}.col-12{flex:0 0 auto;width:100%}
@media (min-width:768px){
.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-10{flex:0 0 auto;width:83.33333333%}
.col-md-6{flex:0 0 auto;width:50%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}
.col-md-3{flex:0 0 auto;width:25%}.col-md-9{flex:0 0 auto;width:75%}.col-md-12{flex:0 0 auto;width:100%}
}
.d-flex{display:flex!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline-flex{display:inline-flex!important}
.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-shrink-0{flex-shrink:0!important}.flex-grow-1{flex-grow:1!important}
.align-items-center{align-items:center!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-stretch{align-items:stretch!important}
.align-content-center{align-content:center!important}
.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}
.w-100{width:100%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}
.m-0{margin:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}
.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}
.me-2{margin-right:.5rem!important}.ms-2{margin-left:.5rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}
.p-0{padding:0!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.pb-3{padding-bottom:1rem!important}.pt-2{padding-top:.5rem!important}
.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}
.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}
.text-center{text-align:center!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-muted{color:#6c757d!important}
.img-fluid{max-width:100%;height:auto}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}
.overflow-hidden{overflow:hidden!important}
.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.375rem}
.btn{display:inline-block;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:.375rem}
/* Header hamburger is .btn.btn-primary + large SVG — never inherit BS button chrome. */
.custom-header .toggle-sidebar.btn,
.custom-header .toggle-sidebar.btn-primary{
	padding:0;margin:0;line-height:1;background:transparent;border-color:transparent;box-shadow:none;color:inherit
}
.dropdown{position:relative}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.375rem}
.dropdown-menu.show{display:block}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}
.dropdown-toggle{white-space:nowrap}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.375rem}
.card-body{flex:1 1 auto;padding:1rem}
.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
/* Same open animation as full Bootstrap (sexer.ee GO OLD) — without this the rise-up modal pops. */
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}
@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}
.modal.show .modal-dialog{transform:none}
.modal.modal-static .modal-dialog{transform:scale(1.02)}
.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.5rem;outline:0}
.modal-body{position:relative;flex:1 1 auto;padding:1rem}
.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}
.fade{transition:opacity .15s linear}.fade:not(.show){opacity:0}
.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}
@media (min-width:576px){
.modal-dialog{max-width:500px;margin:1.75rem auto}
.modal-dialog-centered{min-height:calc(100% - 3.5rem)}
}

.d-inline{display:inline!important}.d-sm-block{display:block!important}
@media (min-width:992px){.d-lg-flex{display:flex!important}.d-lg-none{display:none!important}}
@media (min-width:576px){.d-sm-block{display:block!important}}
.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-auto{flex:0 0 auto;width:auto}
@media (min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-auto{flex:0 0 auto;width:auto}.flex-md-row{flex-direction:row!important}}
.flex-row{flex-direction:row!important}.flex-grow-1,.flex-grow{flex-grow:1!important}
.align-self-center{align-self:center!important}
.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
.bg-dark{background-color:#212529!important}
.border{border:1px solid #dee2e6!important}.rounded{border-radius:.375rem!important}.rounded-circle{border-radius:50%!important}
.text-danger{color:#dc3545!important}
/* Intentionally no .btn-primary here — listing hamburger uses that class; full BS
   .btn-primary after style.css blows the header. Color variants stay off listing. */
.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline;background:0 0;border:0}.btn-outline-success{color:#198754;border-color:#198754;background:transparent}
.dropdown-menu-end{--bs-position:end;right:0;left:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}
.alert{position:relative;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.375rem}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}
.form-label{margin-bottom:.5rem}.form-group{margin-bottom:1rem}
