﻿.usersite-body {
    background: #f5f5f5;
    color: #111827
}

/* Header - Topbar */
.usersite-topbar {
    background: #111827;
    color: #fff;
    padding: 8px 0
}

.usersite-topbar-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.usersite-mobile-menu-toggle, .usersite-mobile-menu-button, .usersite-mobile-menu-text {
    display: none
}

.usersite-nav-panel {
    display: flex;
    align-items: center
}

.usersite-main-nav {
    display: flex;
    align-items: center;
    gap: 22px
}

.usersite-main-nav-link {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    font-size: 14px;
    font-weight: 800
}

    .usersite-main-nav-link:hover {
        color: #fff;
        opacity: 1;
        text-decoration: none
    }

.usersite-language-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto
}

.usersite-language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 18px;
    opacity: .9;
    text-decoration: none
}

    .usersite-language-link:hover {
        opacity: 1
    }

.usersite-language-flag {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    flex: 0 0 auto
}

.usersite-nav-dropdown {
    position: relative
}

.usersite-nav-dropdown-summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    list-style: none
}

    .usersite-nav-dropdown-summary::-webkit-details-marker {
        display: none
    }

    .usersite-nav-dropdown-summary::after {
        content: "▾";
        font-size: 10px;
        opacity: .8;
        transform: translateY(1px)
    }

.usersite-nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 40;
    display: grid;
    gap: 4px;
    min-width: 280px;
    padding: 10px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15,23,42,.18);
    border: 1px solid rgba(15,23,42,.08)
}

.usersite-nav-dropdown:not([open]) .usersite-nav-dropdown-menu {
    display: none
}

.usersite-nav-dropdown-link {
    display: block;
    padding: 9px 12px;
    border-radius: 11px;
    color: #111827;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap
}

    .usersite-nav-dropdown-link:hover {
        background: #f1f5f9;
        color: #111827;
        text-decoration: none
    }

/* Header - Hero */
.usersite-hero {
    position: relative;
    overflow: hidden;
    background: #111827;
    color: #fff;
    height: 190px;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center
}

.usersite-hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.usersite-hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(17,24,39,.88),rgba(17,24,39,.56),rgba(17,24,39,.78));
    z-index: 2
}

.usersite-hero-container {
    position: relative;
    z-index: 3
}

.usersite-hero-content {
    display: flex;
    align-items: center;
    gap: 26px
}

.usersite-hero-brand-wrap {
    display: flex;
    align-items: center;
    gap: 18px
}

.usersite-brand-logo {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border-radius: 10px;
    background: #fff;
    flex: 0 0 auto
}

.usersite-hero-logo-empty {
    border: 1px solid rgba(255,255,255,.3)
}

.usersite-hero-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    line-height: 1.05;
    text-shadow: 0 3px 14px rgba(0,0,0,.35)
}

.usersite-hero-account-name {
    font-size: 2.55rem;
    font-weight: 900;
    letter-spacing: -.02em
}

.usersite-hero-page-title {
    display: block;
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: .01em;
    color: rgba(255,255,255,.86);
    text-shadow: 0 2px 10px rgba(0,0,0,.3)
}

.usersite-hero-subtitle, .usersite-contact-button, .usersite-whatsapp-button, .usersite-phone-button {
    display: none
}

/* Common Module */
.usersite-module-section {
    padding: 48px 0
}

.usersite-module-header {
    text-align: center;
    margin-bottom: 28px
}

.usersite-module-title {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 8px
}

.usersite-module-subtitle {
    color: #6b7280;
    margin-bottom: 0
}

/* Mod1 - Listing Type Cards */
.usersite-listing-type-cards-section {
    padding-top: 56px
}

.usersite-listing-type-card-link {
    display: block;
    text-decoration: none;
    color: inherit
}

.usersite-listing-type-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 240px;
    background: #111827;
    box-shadow: 0 12px 32px rgba(15,23,42,.12)
}

.usersite-listing-type-card-image-wrap {
    position: absolute;
    inset: 0
}

.usersite-listing-type-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.usersite-listing-type-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.72))
}

.usersite-listing-type-card-body {
    position: relative;
    z-index: 2;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #fff
}

.usersite-listing-type-card-count {
    display: inline-flex;
    align-self: flex-start;
    background: rgba(255,255,255,.92);
    color: #111827;
    font-weight: 800;
    font-size: .9rem;
    border-radius: 999px;
    padding: 6px 12px;
    margin-bottom: 12px
}

.usersite-listing-type-card-title {
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 6px;
    text-shadow: 0 2px 10px rgba(0,0,0,.55)
}

.usersite-listing-type-card-description {
    margin-bottom: 0;
    opacity: .88
}

.usersite-listing-type-card-link:hover .usersite-listing-type-card-image {
    transform: scale(1.05)
}

/* Mod2 - Latest Listings */
.usersite-latest-listing-col {
    perspective: 1000px
}

.listing-card {
    position: relative;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,.08);
    transition: transform .28s ease,box-shadow .28s ease
}

    .listing-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -80%;
        width: 55%;
        height: 100%;
        z-index: 3;
        background: linear-gradient(110deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.42) 50%,rgba(255,255,255,0) 100%);
        transform: skewX(-18deg);
        pointer-events: none;
        opacity: 0
    }

    .listing-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 22px 46px rgba(15,23,42,.16)
    }

        .listing-card:hover::before {
            animation: usersite-card-shine .75s ease
        }

.listing-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #e5e7eb;
    transition: transform .38s ease,filter .38s ease
}

.listing-card:hover .listing-img {
    transform: scale(1.045);
    filter: brightness(1.04) contrast(1.03)
}

.listing-card .card-body {
    position: relative;
    z-index: 4;
    background: #fff
}

.price {
    font-size: 1.25rem;
    font-weight: 900;
    color: #dc2626;
    transition: transform .25s ease
}

.listing-card:hover .price {
    transform: translateX(2px)
}

.muted-small {
    color: #6b7280;
    font-size: .9rem
}

.btn-main {
    background: #111827;
    color: #fff;
    border-radius: 999px;
    padding: .55rem 1.15rem;
    transition: transform .22s ease,background .22s ease,box-shadow .22s ease
}

    .btn-main:hover {
        background: #000;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(15,23,42,.18)
    }

@keyframes usersite-card-shine {
    0% {
        left: -80%;
        opacity: 0
    }

    18% {
        opacity: 1
    }

    100% {
        left: 130%;
        opacity: 0
    }
}

/* Mod3 - Slogan */
.usersite-slogan-section {
    padding: 72px 0;
    background: linear-gradient(135deg,#111827 0%,#172033 45%,#0b1220 100%);
    color: #fff
}

.usersite-slogan-container {
    position: relative
}

.usersite-slogan-box {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 44px 48px;
    border-radius: 26px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 22px 55px rgba(0,0,0,.20);
    overflow: hidden
}

    .usersite-slogan-box::before {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        right: -90px;
        top: -110px;
        background: radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,0) 68%);
        pointer-events: none
    }

    .usersite-slogan-box::after {
        content: "";
        position: absolute;
        width: 160px;
        height: 4px;
        left: 48px;
        top: 0;
        background: #fff;
        border-radius: 0 0 999px 999px;
        opacity: .85
    }

.usersite-slogan-title {
    position: relative;
    z-index: 2;
    max-width: 920px;
    font-size: 2.15rem;
    line-height: 1.18;
    font-weight: 900;
    margin: 0 0 20px 0;
    letter-spacing: -.02em
}

.usersite-slogan-article {
    position: relative;
    z-index: 2;
    max-width: 1040px;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(255,255,255,.88);
    white-space: pre-line
}

    .usersite-slogan-article p {
        margin-bottom: 0
    }

/* About Page */
.usersite-about-section {
    padding: 72px 0 96px 0;
    background: #f5f5f5
}

.usersite-about-container {
    position: relative
}

.usersite-about-header, .usersite-about-header-line {
    display: none
}

.usersite-about-title {
    margin: 0;
    color: #111827;
    font-size: 2.65rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em
}

.usersite-about-card {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 52px 56px;
    border-radius: 28px;
    background: linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    border: 1px solid rgba(15,23,42,.07);
    box-shadow: 0 24px 60px rgba(15,23,42,.10);
    overflow: hidden
}

    .usersite-about-card::before {
        content: "";
        position: absolute;
        width: 170px;
        height: 5px;
        left: 48px;
        top: 0;
        background: linear-gradient(90deg,#111827 0%,#64748b 100%);
        border-radius: 0 0 999px 999px
    }

    .usersite-about-card::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -85px;
        top: -95px;
        background: radial-gradient(circle,rgba(15,23,42,.10),rgba(15,23,42,0) 70%);
        pointer-events: none
    }

.usersite-about-card-title {
    position: relative;
    z-index: 2;
    margin: 0 0 28px 0;
    color: #111827;
    font-size: 1.55rem;
    line-height: 1.2;
    font-weight: 900
}

.usersite-about-content {
    position: relative;
    z-index: 2;
    color: #1f2937;
    font-size: 1.08rem;
    line-height: 1.9;
    white-space: pre-line
}

/* Contact Page */
.usersite-contact-section {
    padding: 72px 0 96px 0;
    background: #f5f5f5
}

.usersite-contact-container {
    position: relative
}

.usersite-contact-header {
    display: none
}

.usersite-contact-title {
    margin: 0;
    color: #111827;
    font-size: 2.65rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em
}

.usersite-contact-panel, .usersite-contact-map-panel {
    position: relative;
    height: 100%;
    padding: 36px;
    border-radius: 28px;
    background: linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    border: 1px solid rgba(15,23,42,.07);
    box-shadow: 0 24px 60px rgba(15,23,42,.10);
    overflow: hidden
}

    .usersite-contact-panel::before, .usersite-contact-map-panel::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 5px;
        left: 36px;
        top: 0;
        background: linear-gradient(90deg,#111827 0%,#64748b 100%);
        border-radius: 0 0 999px 999px
    }

.usersite-contact-panel-title, .usersite-contact-map-title {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #111827;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 900
}

.usersite-contact-card-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
    margin-top: 26px
}

.usersite-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.07);
    box-shadow: 0 8px 22px rgba(15,23,42,.06);
    color: #111827;
    text-decoration: none
}

.usersite-contact-card-link {
    transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease
}

    .usersite-contact-card-link:hover {
        color: #111827;
        transform: translateY(-2px);
        border-color: rgba(15,23,42,.16);
        box-shadow: 0 12px 28px rgba(15,23,42,.10);
        text-decoration: none
    }

.usersite-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    background: #111827;
    color: #fff
}

    .usersite-contact-icon svg {
        width: 22px;
        height: 22px;
        fill: currentColor
    }

.usersite-contact-card-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0
}

.usersite-contact-card-title {
    font-size: .82rem;
    font-weight: 900;
    color: #64748b
}

.usersite-contact-card-value {
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
    overflow-wrap: anywhere
}

.usersite-contact-card-multiline {
    white-space: pre-line;
    line-height: 1.65
}

.usersite-contact-card-subvalue {
    font-size: .92rem;
    color: #64748b;
    overflow-wrap: anywhere
}

.usersite-contact-map-header {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px
}

.usersite-contact-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 16px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: .9rem
}

    .usersite-contact-map-button:hover {
        background: #000;
        color: #fff;
        text-decoration: none
    }

.usersite-contact-map-frame-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 12px 28px rgba(15,23,42,.08)
}

.usersite-contact-map-frame {
    display: block;
    width: 100%;
    height: 430px;
    border: 0
}

.usersite-contact-map-empty {
    position: relative;
    z-index: 2;
    padding: 34px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.07);
    color: #64748b;
    font-weight: 700
}


/* Listing List Page */
.usersite-listing-section {
    padding: 72px 0 96px 0;
    background: #f5f5f5
}

.usersite-listing-container {
    position: relative
}

.usersite-listing-header {
    display: none
}

.usersite-listing-title {
    margin: 0;
    color: #111827;
    font-size: 2.65rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em
}

.usersite-listing-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: .92rem;
    font-weight: 900;
    white-space: nowrap
}

.usersite-filter-panel {
    position: sticky;
    top: 18px;
    padding: 34px 30px;
    border-radius: 18px;
    background: linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    border: 1px solid rgba(15,23,42,.07);
    box-shadow: 0 24px 60px rgba(15,23,42,.10);
    overflow: hidden
}

    .usersite-filter-panel::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 5px;
        left: 30px;
        top: 0;
        background: linear-gradient(90deg,#111827 0%,#64748b 100%);
        border-radius: 0 0 999px 999px
    }

.usersite-filter-panel-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px
}

.usersite-filter-title {
    margin: 0;
    color: #111827;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 900
}

.usersite-filter-result-count {
    margin-top: 6px;
    color: #64748b;
    font-size: .86rem;
    font-weight: 800
}

.usersite-filter-clear {
    align-self: flex-end;
    margin-bottom: 1px;
    color: rgb(220,38,38);
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none
}

    .usersite-filter-clear:hover {
        color: rgb(185,28,28);
        text-decoration: none
    }

.usersite-filter-mobile-toggle {
    display: none;
    width: 100%;
    margin: 0 0 18px 0;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    padding: 11px 16px;
    font-weight: 900
}

.usersite-filter-body {
    display: block
}

.usersite-filter-block {
    position: relative;
    z-index: 2;
    padding: 18px 0;
    border-top: 1px solid rgba(15,23,42,.08)
}

    .usersite-filter-block:first-of-type {
        border-top: 0;
        padding-top: 0
    }

.usersite-filter-label {
    display: block;
    margin-bottom: 10px;
    color: #111827;
    font-size: .92rem;
    font-weight: 900
}

.usersite-filter-select, .usersite-filter-block .form-control {
    border-radius: 14px;
    border-color: rgba(15,23,42,.14);
    font-weight: 700;
    color: #111827
}

    .usersite-filter-select:focus, .usersite-filter-block .form-control:focus {
        border-color: #111827;
        box-shadow: 0 0 0 .2rem rgba(17,24,39,.12)
    }

.usersite-filter-check-row {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
    color: #1f2937;
    font-size: .94rem;
    font-weight: 700;
    cursor: pointer
}

    .usersite-filter-check-row input {
        width: 16px;
        height: 16px;
        margin-top: 0;
        flex: 0 0 16px;
        accent-color: #111827
    }

    .usersite-filter-check-row span {
        line-height: 1.25
    }

.usersite-filter-check-inline {
    display: inline-flex;
    margin-right: 12px
}

.usersite-filter-option-description {
    display: block;
    margin-top: 3px;
    font-size: .76rem;
    line-height: 1.35;
    color: #94a3b8;
    font-weight: 500;
    font-style: normal
}

/* Listing List Location Tree */
.usersite-location-tree {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.07);
    padding: 12px;
    max-height: 460px;
    overflow: auto
}

.usersite-location-collapse-group {
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15,23,42,.06);
    margin-bottom: 10px;
    overflow: hidden
}

    .usersite-location-collapse-group:last-child {
        margin-bottom: 0
    }

.usersite-location-collapse-header, .usersite-location-municipality-header {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px
}

.usersite-location-group-row, .usersite-location-municipality-row, .usersite-location-settlement-row {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #1f2937;
    font-size: .94rem;
    font-weight: 800;
    cursor: pointer;
    margin: 0
}

    .usersite-location-group-row input, .usersite-location-municipality-row input, .usersite-location-settlement-row input {
        width: 16px;
        height: 16px;
        margin-top: 0;
        flex: 0 0 16px;
        accent-color: #111827
    }

    .usersite-location-group-row span, .usersite-location-municipality-row span, .usersite-location-settlement-row span {
        line-height: 1.25
    }

.usersite-location-collapse-toggle {
    position: relative;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    cursor: pointer
}

    .usersite-location-collapse-toggle span::before, .usersite-location-collapse-toggle span::after {
        content: "";
        position: absolute;
        left: 9px;
        right: 9px;
        top: 14px;
        height: 2px;
        background: #fff;
        border-radius: 999px
    }

    .usersite-location-collapse-toggle span::after {
        transform: rotate(90deg);
        transition: transform .18s ease
    }

    .usersite-location-collapse-toggle.is-open span::after {
        transform: rotate(0deg)
    }

.usersite-location-collapse-toggle-small {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    background: #e5e7eb
}

    .usersite-location-collapse-toggle-small span::before, .usersite-location-collapse-toggle-small span::after {
        left: 8px;
        right: 8px;
        top: 12px;
        background: #111827
    }

.usersite-location-collapse-spacer {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px
}

.usersite-location-collapse-body {
    display: none
}

    .usersite-location-collapse-body.is-open {
        display: block
    }

.usersite-location-municipality-list {
    display: grid;
    gap: 8px;
    padding: 0 10px 12px 10px
}

.usersite-location-municipality-item {
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.06);
    overflow: hidden
}

.usersite-location-settlement-list {
    padding: 0 12px 12px 38px
}

.usersite-location-settlement-row {
    color: #64748b;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 7px;
    min-height: 24px
}

    .usersite-location-settlement-row:last-child {
        margin-bottom: 0
    }

.usersite-location-settlement-text {
    display: inline-flex;
    align-items: center;
    line-height: 1.25
}

.usersite-location-settlement-central {
    color: #111827;
    font-weight: 800
}

    .usersite-location-settlement-central .usersite-location-settlement-text {
        color: #111827
    }

.usersite-location-settlement-star {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    margin-left: 2px;
    fill: #f59e0b;
    position: relative;
    top: 0
}

.usersite-location-settlement-divider {
    height: 1px;
    margin: 10px 0;
    background: linear-gradient(90deg,rgba(15,23,42,0),rgba(15,23,42,.16),rgba(15,23,42,0))
}

.usersite-location-settlement-rural {
    color: #64748b
}

.usersite-location-count {
    color: #dc6b6b;
    font-weight: 800;
    font-size: .86em
}

.usersite-filter-button {
    width: 100%;
    margin-top: 18px
}

/* Listing Cards */
.usersite-listing-list-col {
    min-width: 0
}

.usersite-list-empty {
    padding: 42px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.07);
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
    color: #64748b;
    font-size: 1.05rem;
    font-weight: 800;
    text-align: center
}

.usersite-listing-row {
    align-items: stretch
}

.usersite-listing-card {
    height: 100%
}

.usersite-listing-body {
    display: flex;
    flex-direction: column
}

.usersite-listing-card-title {
    font-weight: 900;
    line-height: 1.35;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px
}

.usersite-listing-location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    margin-bottom: 12px
}

.usersite-listing-location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 11px;
    background: rgba(17,24,39,.08);
    color: #111827
}

    .usersite-listing-location-icon svg {
        width: 18px;
        height: 18px;
        fill: currentColor
    }

.usersite-listing-location-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25
}

.usersite-listing-location-primary {
    color: #111827;
    font-size: .92rem;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.usersite-listing-location-secondary {
    color: #64748b;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.usersite-listing-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px
}

.usersite-listing-fact {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    padding: 6px 9px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(15,23,42,.07);
    color: #334155;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1
}

    .usersite-listing-fact svg {
        width: 15px;
        height: 15px;
        fill: #64748b;
        flex: 0 0 15px
    }

.usersite-listing-fact-transaction {
    background: rgba(17,24,39,.06);
    color: #111827
}

    .usersite-listing-fact-transaction svg {
        fill: #111827
    }

.usersite-listing-action-bar {
    align-self: stretch;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    border-radius: 999px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(15,23,42,.12);
    transition: transform .22s ease,box-shadow .22s ease
}

.usersite-listing-action-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 50%;
    min-width: 0;
    padding: 13px 18px;
    background: #dc2626;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1
}

.usersite-listing-action-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 50%;
    min-width: 0;
    padding: 13px 18px;
    background: #111827;
    color: #fff;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1
}

.usersite-listing-action-bar:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(15,23,42,.18);
    text-decoration: none
}

    .usersite-listing-action-bar:hover .usersite-listing-action-price {
        background: #b91c1c;
        color: #fff
    }

    .usersite-listing-action-bar:hover .usersite-listing-action-detail {
        background: #020617;
        color: #fff
    }

/* Listing Detail Page */
.usersite-detail-section {
    padding: 72px 0 96px 0;
    background: #f5f5f5
}

.usersite-detail-container {
    position: relative
}

.usersite-detail-card {
    position: relative;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg,#fff 0%,#f8fafc 100%);
    border: 1px solid rgba(15,23,42,.07);
    box-shadow: 0 24px 60px rgba(15,23,42,.10);
    overflow: hidden
}

    .usersite-detail-card::before, .usersite-detail-side::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 5px;
        left: 32px;
        top: 0;
        background: linear-gradient(90deg,#111827 0%,#64748b 100%);
        border-radius: 0 0 999px 999px
    }

.usersite-detail-left {
    display: grid;
    gap: 22px
}

.usersite-detail-gallery {
    display: grid;
    gap: 14px
}

.usersite-detail-main-photo-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: #e5e7eb;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(15,23,42,.08)
}

.usersite-detail-main-photo {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: contain;
    background: #f1f5f9;
    transition: transform .35s ease,filter .35s ease
}

.usersite-detail-main-photo-button:hover .usersite-detail-main-photo {
    filter: brightness(1.03) contrast(1.02)
}

.usersite-detail-open-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-weight: 900;
    transition: transform .22s ease,box-shadow .22s ease,background .22s ease
}

    .usersite-detail-open-gallery:hover {
        background: #000;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(15,23,42,.18)
    }

.usersite-detail-thumbs-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scrollbar-width: thin
}

.usersite-detail-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    min-width: max-content
}

.usersite-detail-thumb {
    display: block;
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    padding: 0;
    border: 3px solid transparent;
    overflow: hidden;
    background: #e5e7eb;
    box-shadow: 0 6px 14px rgba(15,23,42,.06);
    cursor: pointer
}

    .usersite-detail-thumb.active {
        border-color: #dc2626
    }

    .usersite-detail-thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .25s ease,filter .25s ease
    }

    .usersite-detail-thumb:hover img {
        transform: scale(1.05);
        filter: brightness(1.04)
    }

.usersite-detail-side {
    position: relative;
    height: 100%;
    padding: 34px 28px 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.07);
    box-shadow: 0 16px 36px rgba(15,23,42,.08);
    overflow: hidden
}

.usersite-detail-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    padding: 13px 22px;
    font-size: 1.22rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(220,38,38,.18)
}

.usersite-detail-title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 1.45rem;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -.015em
}

.usersite-detail-location {
    margin-bottom: 18px
}

.usersite-detail-meta {
    display: grid;
    gap: 0;
    margin: 20px 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(15,23,42,.07)
}

    .usersite-detail-meta div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 14px;
        padding: 8px 0;
        border-bottom: 1px solid rgba(15,23,42,.06);
        color: #64748b;
        font-size: .84rem;
        font-weight: 800
    }

        .usersite-detail-meta div:last-child {
            border-bottom: 0
        }

    .usersite-detail-meta strong {
        color: #111827;
        text-align: right;
        font-weight: 900
    }

.usersite-detail-contact {
    display: grid;
    gap: 10px;
    margin-top: 22px
}

    .usersite-detail-contact h2 {
        margin: 0 0 4px;
        color: #111827;
        font-size: 1.1rem;
        font-weight: 900
    }

.usersite-detail-contact-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    border-radius: 999px;
    color: #fff;
    padding: 11px 16px;
    text-decoration: none;
    font-weight: 900;
    font-size: .88rem;
    transition: transform .22s ease,box-shadow .22s ease,filter .22s ease
}

    .usersite-detail-contact-button svg {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        margin-left: 12px;
        fill: currentColor
    }

.usersite-detail-contact-line {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
    white-space: nowrap
}

.usersite-detail-contact-number, .usersite-detail-contact-label, .usersite-detail-contact-separator {
    display: inline-flex;
    align-items: center
}

.usersite-detail-contact-button:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(.96);
    box-shadow: 0 10px 22px rgba(15,23,42,.18);
    text-decoration: none
}

.usersite-detail-phone-button {
    background: #111827
}

.usersite-detail-whatsapp-button {
    background: #25D366
}

.usersite-detail-viber-button {
    background: #7360f2
}

.usersite-detail-more-contact-button {
    background: #64748b
}

    .usersite-detail-more-contact-button:hover {
        background: #475569;
        color: #fff
    }

.usersite-detail-map-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    min-height: 44px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    padding: 11px 16px;
    text-decoration: none;
    font-weight: 900;
    font-size: .92rem;
    transition: transform .22s ease,background .22s ease,box-shadow .22s ease
}

    .usersite-detail-map-button:hover {
        background: #b91c1c;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(15,23,42,.18);
        text-decoration: none
    }

.usersite-detail-article-wrap {
    margin-top: 0;
    padding: 26px 0 0;
    border-top: 1px solid rgba(15,23,42,.08)
}

    .usersite-detail-article-wrap h2 {
        margin: 0 0 18px;
        color: #111827;
        font-size: 1.35rem;
        line-height: 1.2;
        font-weight: 900
    }

.usersite-detail-article {
    color: #1f2937;
    font-size: 1.02rem;
    line-height: 1.85;
    white-space: pre-line
}

.usersite-detail-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px
}

.usersite-detail-feature {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: .82rem;
    font-weight: 900;
    border: 1px solid rgba(15,23,42,.07)
}

    .usersite-detail-feature.is-active {
        background: #f8fafc;
        color: #111827
    }

    .usersite-detail-feature.is-passive {
        background: #f8fafc;
        color: #94a3b8;
        opacity: .9
    }

.usersite-detail-feature-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 11px;
    font-weight: 900
}

/* Gallery Modal */
.usersite-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center
}

    .usersite-gallery-modal.is-open {
        display: flex
    }

.usersite-gallery-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2,6,23,.92)
}

.usersite-gallery-modal-content {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 12px
}

.usersite-gallery-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 5;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    padding: 9px 18px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0,0,0,.22)
}

.usersite-gallery-modal-image-wrap {
    width: 100%;
    height: 100%;
    padding: 56px 18px 76px;
    overflow: hidden;
    cursor: default;
    touch-action: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

    .usersite-gallery-modal-image-wrap.is-zoomed {
        cursor: grab
    }

    .usersite-gallery-modal-image-wrap.is-dragging {
        cursor: grabbing
    }

.usersite-gallery-modal-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none;
    will-change: transform;
    transform-origin: center center
}

.usersite-gallery-modal-controls {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 14px;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px
}

    .usersite-gallery-modal-controls button {
        min-height: 42px;
        border: 0;
        border-radius: 999px;
        background: #fff;
        color: #111827;
        padding: 9px 16px;
        font-weight: 900;
        box-shadow: 0 10px 24px rgba(0,0,0,.18)
    }

        .usersite-gallery-modal-controls button:hover, .usersite-gallery-modal-close:hover {
            background: #f1f5f9;
            color: #111827
        }

/* Pagination */
.usersite-pagination-wrap {
    margin-top: 34px;
    display: flex;
    justify-content: center
}

.usersite-pagination {
    gap: 6px
}

    .usersite-pagination .page-link {
        border: 0;
        border-radius: 12px;
        color: #111827;
        font-weight: 900;
        box-shadow: 0 8px 18px rgba(15,23,42,.06)
    }

    .usersite-pagination .page-item.active .page-link {
        background: #111827;
        color: #fff
    }

/* Footer */
.usersite-footer.usersite-layout01-footer {
    background: #0f172a;
    color: #e5e7eb;
    padding: 38px 0 36px;
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 0;
}

.usersite-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
}

.usersite-footer-col {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 8px;
}

.usersite-footer-title {
    min-height: 20px;
    font-size: 14px;
    font-weight: 950;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.25;
}

.usersite-footer-profile-row {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 72px;
}

.usersite-footer-profile-logo-link {
    display: inline-flex;
    flex: 0 0 auto;
    color: #fff;
    text-decoration: none;
}

    .usersite-footer-profile-logo-link:hover {
        color: #fff;
        text-decoration: none;
    }

.usersite-footer-profile-image {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    object-fit: cover;
    background: rgba(255,255,255,.12);
    flex: 0 0 64px;
    box-shadow: 0 12px 24px rgba(0,0,0,.24);
}

.usersite-footer-profile-image-empty {
    display: inline-block;
}

.usersite-footer-copy {
    font-size: 12px;
    line-height: 1.55;
    color: rgba(226,232,240,.70);
}

.usersite-footer-link {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    color: rgba(226,232,240,.84);
    text-decoration: none;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.45;
    transition: color .18s ease, transform .18s ease;
    overflow-wrap: anywhere;
}

    .usersite-footer-link:hover {
        color: #fff;
        transform: translateX(3px);
        text-decoration: none;
    }

.usersite-footer-rebalkan-logo-link {
    position: relative;
    display: inline-flex;
    width: min(248px, 100%);
    color: rgba(255,255,255,.92);
    text-decoration: none;
    isolation: isolate;
    padding: 0;
    margin: 4px 0 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    line-height: 0;
    filter: drop-shadow(0 0 8px rgba(59,130,246,.24)) drop-shadow(0 10px 20px rgba(0,0,0,.30));
    animation: usersiteRebalkanIdleGlow 3.2s ease-in-out infinite;
    transition: transform .22s ease, color .22s ease, filter .22s ease;
}

.usersite-footer-rebalkan-logo {
    width: 100%;
    height: auto;
    aspect-ratio: 1790 / 428.82;
    display: block;
    filter: none;
}

.usersite-footer-rebalkan-logo-link:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.045);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    filter: drop-shadow(0 0 10px rgba(255,255,255,.42)) drop-shadow(0 0 24px rgba(59,130,246,.60)) drop-shadow(0 16px 26px rgba(0,0,0,.38));
    text-decoration: none;
}

@keyframes usersiteRebalkanIdleGlow {
    0%, 100% {
        opacity: .88;
        filter: drop-shadow(0 0 7px rgba(59,130,246,.18)) drop-shadow(0 10px 20px rgba(0,0,0,.30));
    }

    50% {
        opacity: 1;
        filter: drop-shadow(0 0 13px rgba(96,165,250,.34)) drop-shadow(0 0 26px rgba(59,130,246,.22)) drop-shadow(0 10px 20px rgba(0,0,0,.30));
    }
}

.usersite-rebalkan-star-effect {
    position: fixed;
    z-index: 99999;
    display: block;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: usersiteRebalkanStarFly var(--star-duration) ease-out forwards;
}

    .usersite-rebalkan-star-effect::before {
        content: "★";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: inherit;
        line-height: 1;
        text-shadow: 0 0 4px rgba(255,255,255,1), 0 0 10px rgba(147,197,253,.95), 0 0 18px rgba(59,130,246,.85);
        filter: drop-shadow(0 0 8px rgba(255,255,255,.95));
    }

@keyframes usersiteRebalkanStarFly {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.4) rotate(0deg);
    }

    12% {
        opacity: 1;
    }

    72% {
        opacity: .92;
    }

    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--star-x)), calc(-50% + var(--star-y))) scale(1.45) rotate(420deg);
    }
}

/* Mobile */

@media (max-width:991.98px) {
    .usersite-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
    }
}

@media (max-width:767.98px) {
    .usersite-topbar-container {
        justify-content: space-between;
        align-items: center;
        gap: 12px
    }

    .usersite-mobile-menu-button {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: auto;
        height: 28px;
        cursor: pointer;
        order: 1
    }

        .usersite-mobile-menu-button .usersite-mobile-menu-icon {
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            gap: 4px;
            width: 24px;
            height: 22px;
            flex: 0 0 24px;
            background: transparent
        }

            .usersite-mobile-menu-button .usersite-mobile-menu-icon span {
                display: block;
                width: 24px;
                height: 2px;
                background: #fff;
                border-radius: 999px
            }

        .usersite-mobile-menu-button .usersite-mobile-menu-text {
            display: inline-flex;
            align-items: center;
            color: #fff;
            font-size: 14px;
            font-weight: 900;
            line-height: 1;
            background: transparent;
            width: auto;
            height: auto
        }

    .usersite-language-nav {
        display: flex;
        align-items: center;
        gap: 8px;
        order: 2;
        margin-left: auto
    }

    .usersite-language-link, .usersite-language-flag {
        width: 24px;
        height: 18px
    }

    .usersite-nav-panel {
        position: absolute;
        top: 36px;
        left: 0;
        right: 0;
        z-index: 20;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        background: #111827;
        padding: 14px 16px 16px;
        border-top: 1px solid rgba(255,255,255,.08)
    }

    .usersite-mobile-menu-toggle:checked ~ .usersite-nav-panel {
        display: flex
    }

    .usersite-main-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%
    }

    .usersite-main-nav-link {
        font-size: 14px
    }

    .usersite-nav-dropdown, .usersite-nav-dropdown-summary {
        width: 100%
    }

    .usersite-nav-dropdown-menu {
        position: static;
        min-width: 0;
        width: 100%;
        margin-top: 8px;
        padding: 8px;
        border-radius: 12px;
        box-shadow: none
    }

    .usersite-nav-dropdown-link {
        white-space: normal
    }

    .usersite-hero {
        height: 170px;
        padding: 0
    }

    .usersite-hero-content {
        width: 100%;
        justify-content: flex-start
    }

    .usersite-hero-brand-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 14px
    }

    .usersite-brand-logo {
        width: 92px;
        height: 92px;
        border-radius: 8px;
        flex: 0 0 92px
    }

    .usersite-hero-title {
        flex: 1;
        gap: 4px;
        text-align: center;
        margin: 0
    }

    .usersite-hero-account-name {
        font-size: 1.55rem;
        line-height: 1.1
    }

    .usersite-hero-page-title {
        font-size: .88rem;
        line-height: 1.15
    }

    .usersite-module-section {
        padding: 40px 0
    }

    .usersite-module-title {
        font-size: 1.6rem
    }

    .usersite-listing-type-cards-section {
        padding-top: 40px
    }

    .usersite-slogan-section {
        padding: 48px 0
    }

    .usersite-slogan-box {
        padding: 34px 24px;
        border-radius: 20px
    }

        .usersite-slogan-box::after {
            left: 24px;
            width: 110px
        }

    .usersite-slogan-title {
        font-size: 1.55rem;
        line-height: 1.24
    }

    .usersite-slogan-article {
        font-size: 1rem;
        line-height: 1.7
    }

    .usersite-about-section, .usersite-contact-section, .usersite-listing-section, .usersite-detail-section {
        padding: 48px 0 72px
    }

    .usersite-about-header, .usersite-contact-header, .usersite-listing-header {
        margin-bottom: 24px
    }

    .usersite-about-title, .usersite-contact-title, .usersite-listing-title {
        font-size: 2rem
    }

    .usersite-listing-header {
        flex-direction: column;
        align-items: flex-start
    }

    .usersite-about-card, .usersite-contact-panel, .usersite-contact-map-panel, .usersite-filter-panel {
        padding: 34px 24px;
        border-radius: 22px
    }

        .usersite-about-card::before, .usersite-contact-panel::before, .usersite-contact-map-panel::before, .usersite-filter-panel::before, .usersite-detail-card::before, .usersite-detail-side::before {
            left: 24px;
            width: 110px
        }

    .usersite-about-card-title {
        font-size: 1.35rem;
        margin-bottom: 22px
    }

    .usersite-about-content {
        font-size: 1rem;
        line-height: 1.75
    }

    .usersite-contact-map-header {
        flex-direction: column;
        align-items: flex-start
    }

    .usersite-contact-map-frame {
        height: 320px
    }





    .usersite-filter-panel {
        position: relative;
        top: auto;
        border-radius: 18px
    }

    .usersite-location-tree {
        max-height: 360px
    }

    .usersite-filter-mobile-toggle {
        display: block
    }

    .usersite-filter-body {
        display: none
    }

        .usersite-filter-body.is-open {
            display: block
        }

    .usersite-listing-location-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        border-radius: 10px
    }

        .usersite-listing-location-icon svg {
            width: 16px;
            height: 16px
        }

    .usersite-listing-facts {
        gap: 7px
    }

    .usersite-listing-fact {
        font-size: .75rem;
        padding: 6px 8px
    }

    .usersite-listing-action-price {
        min-width: 0;
        padding: 12px 14px;
        font-size: .98rem
    }

    .usersite-listing-action-detail {
        min-width: 0;
        padding: 12px 14px;
        font-size: .9rem
    }

    .usersite-detail-card {
        padding: 18px;
        border-radius: 22px
    }

    .usersite-detail-main-photo {
        height: 280px
    }

    .usersite-detail-thumb {
        width: 70px;
        height: 70px;
        flex-basis: 70px
    }

    .usersite-detail-side {
        padding: 34px 24px 24px;
        border-radius: 22px
    }

    .usersite-detail-title {
        font-size: 1.25rem
    }

    .usersite-detail-price {
        font-size: 1.18rem
    }

    .usersite-detail-article-wrap {
        padding: 28px 0 0
    }

    .usersite-detail-contact-button {
        font-size: .82rem
    }

    .usersite-detail-contact-line {
        white-space: normal;
        flex-wrap: wrap
    }

    .usersite-gallery-modal-content {
        padding: 8px
    }

    .usersite-gallery-modal-image-wrap {
        padding: 54px 6px 96px
    }

    .usersite-gallery-modal-controls {
        bottom: 10px;
        gap: 7px
    }

        .usersite-gallery-modal-controls button {
            min-height: 38px;
            padding: 8px 11px;
            font-size: .78rem
        }

    .usersite-gallery-modal-close {
        top: 10px;
        right: 10px;
        min-height: 38px;
        padding: 8px 14px;
        font-size: .82rem
    }
}

@media (max-width:575.98px) {
    .usersite-footer.usersite-layout01-footer {
        padding: 30px 0 32px;
    }

    .usersite-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .usersite-footer-rebalkan-logo-link {
        width: min(280px, 100%);
        margin-top: 4px;
    }
}

@media (prefers-reduced-motion:reduce) {
    .listing-card,
    .listing-img,
    .price,
    .btn-main,
    .usersite-listing-action-bar,
    .usersite-detail-main-photo,
    .usersite-footer-rebalkan-logo-link {
        transition: none;
        animation: none;
    }

        .listing-card:hover::before {
            animation: none;
        }
}
