:root {
    --tblr-primary: #327BE5;
}

body{
    background-color:--tblr-body-bg;
}

.navbar-vertical .nav-link, a.btn{
    text-decoration: none !important;
}

.nearb-tabler-root a {
    text-decoration: none !important;
}

.nearb-tabler-root .list-group-item a {
    text-decoration: none !important;
}

.nearb-tabler-root .dropdown-item {
    text-decoration: none !important;
}

main > .page-header, header.site-header {
    display: none;
}

#site-footer{
    display:none;
}

/* Gallery drag & drop */
.nearb-gallery-wrapper { margin-bottom: 1rem; }
.nearb-gallery-items { list-style: none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:10px; }
.nearb-gallery-item { width:90px; height:90px; position:relative; border:1px solid #d0d7de; border-radius:4px; background:#f8f9fa; cursor:move; overflow:hidden; }
.nearb-gallery-item img { width:100%; height:100%; object-fit:cover; display:block; }
.nearb-gallery-item .remove-gallery-image { position:absolute; top:0; right:0; width:20px; height:20px; background:rgba(220,0,0,.85); color:#fff; font-weight:600; font-size:14px; line-height:18px; text-align:center; text-decoration:none; border-radius:0 0 0 4px; }
.nearb-gallery-item .remove-gallery-image:hover { background:rgba(200,0,0,1); }
.nearb-gallery-placeholder { width:90px; height:90px; border:2px dashed #327BE5; background:rgba(50,123,229,.08); border-radius:4px; }
.nearb-gallery-placeholder-temp { width:150px; height:150px; border:2px dashed #327BE5; background:rgba(50,123,229,.08); border-radius:6px; margin:0 0.5rem 0.5rem 0; }
.add-gallery-images.btn { display:inline-flex; align-items:center; gap:6px; }