.load-more-container {
    display: flex;
    justify-content: center;
    margin: 2.25rem 0 1.5rem;
    padding: 0 1rem;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.85rem 2rem 0.85rem 1.5rem;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 9999px;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 55%, #1d4ed8 100%);
    box-shadow:
        0 4px 14px rgba(37, 99, 235, 0.35),
        0 1px 2px rgba(15, 23, 42, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.25s ease,
        filter 0.2s ease;
}

.load-more-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
}

.load-more-btn__text {
    padding-right: 0.25rem;
}

.load-more-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow:
        0 8px 24px rgba(37, 99, 235, 0.45),
        0 2px 6px rgba(15, 23, 42, 0.12);
    filter: brightness(1.05);
}

.load-more-btn:active:not(:disabled) {
    transform: translateY(0);
    box-shadow:
        0 3px 10px rgba(37, 99, 235, 0.3),
        0 1px 2px rgba(15, 23, 42, 0.1);
}

.load-more-btn:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 3px;
}

.load-more-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 575px) {
    .load-more-btn {
        width: 100%;
        max-width: 20rem;
        padding: 0.8rem 1.25rem;
        font-size: 0.9rem;
    }
}

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
}

.property-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.no-more, .no-results {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.filters {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

    .filters input {
        margin-right: 10px;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

.property-card-details-line1 span, .property-card-details-line2 span{
    font-size: 14px !important;
}
.property-card-image-wrapper {
    height: 130px;
    margin: 10px;
}


/* Light badge variants (used by Angular search page) */
.badge-tag--type {
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    color: #075985;
}
.badge-tag--gray {
    background: #ededed;
    border: 1px solid #999;
    color: #222;
}
.badge-tag--mode {
    background: #ecfccb;
    border: 1px solid #d9f99d;
    color: #365314;
}

.badge-tag--nature {
    background: #fae8ff;
    border: 1px solid #f5d0fe;
    color: #701a75;
}

.badge-tag--installment {
    background: #ffe4e6;
    border: 1px solid #fecdd3;
    color: #9f1239;
}

/* Property detail: contact sidebar — stacked dealer profile + listing contact */
.contact-card .dealer-profile-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.25rem;
}

.contact-card .dealer-profile-avatar-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-card .seller-avatar.dealer-profile-avatar {
    width: 88px;
    height: 88px;
    font-size: 1.75rem;
}

.contact-card .dealer-profile-meta {
    width: auto;
    text-align: center;
    display: inline-block;
}

.contact-card .dealer-profile-meta-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gray, #6b7280);
    margin-bottom: 0.2rem;
}

.contact-card .dealer-profile-member-id {
    margin: 0 0 0.65rem;
    font-size: 0.88rem;
    line-height: 1.35;
}

.contact-card .dealer-profile-member-id .dealer-member-id-value {
    font-family: ui-monospace, Consolas, monospace;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 0.95rem;
}

.contact-card .dealer-profile-agency {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark, #111827);
}

.contact-card .dealer-profile-name {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    color: var(--gray, #4b5563);
}

.contact-card .dealer-profile-contact {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

.contact-card .dealer-profile-tel {
    color: var(--primary-blue, #2563eb);
    font-weight: 600;
    text-decoration: none;
}

.contact-card .dealer-profile-tel:hover {
    text-decoration: underline;
}

.contact-card .contact-card-separator {
    height: 0;
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-card .listing-contact-section {
    text-align: center;
}

.contact-card .listing-contact-heading {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gray, #6b7280);
}

.contact-card .listing-contact-name {
    margin: 0 0 0.85rem;
    font-weight: 600;
    font-size: 1rem;
}

/* Public site: floating live visitors label (bottom-left) */
.jd-public-live-float {
    position: fixed;
    left: 14px;
    bottom: 14px;
    z-index: 9999;
    padding: 0.45rem 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #065f46;
    background: rgba(209, 250, 229, 0.92);
    border: 1px solid rgba(16, 185, 129, 0.6);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    user-select: none;
    pointer-events: none;
}

@media (max-width: 575px) {
    .jd-public-live-float {
        left: 10px;
        bottom: 10px;
        font-size: 0.8rem;
    }
}

/* Agent signup: password + confirm with visibility toggle */
.agent-password-field {
    position: relative;
}

.agent-password-field .agent-input {
    padding-right: 2.75rem;
}

.agent-password-toggle {
    position: absolute;
    right: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    padding: 0.35rem 0.45rem;
    line-height: 1;
    border-radius: 6px;
}

.agent-password-toggle:hover {
    color: #374151;
    background: rgba(0, 0, 0, 0.04);
}

.agent-password-toggle:focus {
    outline: 2px solid rgba(59, 130, 246, 0.5);
    outline-offset: 2px;
}
