/* ╔═══════════════════════════════════════════════════════════╗ */
/* ║   ✨ TUOPROFESSIONISTA — RISULTATI.CSS — LUXURY BEAUTY ✨ ║ */
/* ║   Pagina risultati ricerca · file separato                ║ */
/* ║   Variabili da style.css (--bty-gold, --bty-black, ecc.)  ║ */
/* ╚═══════════════════════════════════════════════════════════╝ */


/* ═══════════════════════════════════════════════════════════ */
/*  HEADER LUXURY CHIARO con sfondo beauty                      */
/* ═══════════════════════════════════════════════════════════ */

.rs-header {
    position: relative;
    padding: 100px 24px 60px;
    overflow: hidden;
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
    isolation: isolate;
}

.rs-header-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(120deg, rgba(255, 251, 245, 0.92) 0%, rgba(252, 228, 236, 0.78) 50%, rgba(244, 241, 236, 0.92) 100%),
        radial-gradient(circle at 22% 35%, rgba(232, 213, 160, 0.5) 0%, transparent 55%),
        radial-gradient(circle at 78% 65%, rgba(252, 228, 236, 0.7) 0%, transparent 55%),
        radial-gradient(circle at 50% 85%, rgba(201, 169, 97, 0.25) 0%, transparent 60%);
    background-color: var(--bty-cream);
}
.rs-header-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(201, 169, 97, 0.18) 0%, transparent 40%),
        radial-gradient(ellipse at 85% 80%, rgba(233, 30, 99, 0.08) 0%, transparent 40%);
    filter: blur(40px);
}

.rs-header-top {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 30px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.rs-network-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(201, 169, 97, 0.4);
    border-radius: 50px;
    padding: 6px 14px;
    color: var(--bty-gold-deep);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.rs-network-dot {
    width: 6px;
    height: 6px;
    background: var(--bty-gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--bty-gold);
    animation: pulse-gold 2s ease infinite;
}

.rs-header-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bty-text-mute);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.25s;
}
.rs-header-back i {
    color: var(--bty-gold);
    font-size: 0.7rem;
    transition: transform 0.25s;
}
.rs-header-back:hover {
    color: var(--bty-black);
}
.rs-header-back:hover i {
    transform: translateX(-3px);
}

.rs-header-content {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.rs-eyebrow-luxe {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--bty-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
}
.rs-eyebrow-line {
    width: 30px;
    height: 1px;
    background: var(--bty-gold);
}

.rs-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    color: var(--bty-black);
    line-height: 1.1;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}
.rs-title em {
    font-style: italic;
    background: var(--grad-luxe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.rs-sub {
    color: var(--bty-text-mute);
    font-size: 0.92rem;
    margin: 0 0 32px;
}

/* === MINI SEARCH BAR === */
.rs-search {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(201, 169, 97, 0.4);
    border-radius: 20px;
    padding: 8px;
    max-width: 760px;
    margin: 0 auto;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 16px 50px rgba(201, 169, 97, 0.18),
        0 4px 12px rgba(0, 0, 0, 0.05);
}
.rs-search-row {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}
.rs-search-field {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    border-right: 1px solid #ece8df;
    min-width: 0;
}
.rs-search-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #faf8f5, #f4f1ec);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bty-gold);
    font-size: 0.78rem;
    flex-shrink: 0;
}
.rs-search-body {
    flex: 1;
    min-width: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.rs-search-label {
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--bty-gold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3px;
}
.rs-search-body input {
    border: none;
    outline: none;
    background: transparent;
    color: var(--bty-text);
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0;
    width: 100%;
    line-height: 1.3;
}
.rs-search-body input::placeholder {
    color: #6c757d;
    opacity: 1;
}

.rs-search-submit {
    background: linear-gradient(135deg, #c9a961 0%, #e8d5a0 50%, #c9a961 100%);
    color: var(--bty-black);
    border: none;
    padding: 0 24px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.35s ease;
}
.rs-search-submit:hover {
    box-shadow: 0 8px 24px rgba(201, 169, 97, 0.5);
    transform: translateY(-1px);
}
.rs-search-submit i {
    font-size: 0.7rem;
}

/* ═══════════════════════════════════════════════════════════ */
/*  MAIN AREA + LAYOUT                                          */
/* ═══════════════════════════════════════════════════════════ */

.rs-main {
    background: var(--bty-cream);
    padding: 50px 0 80px;
    min-height: 60vh;
}

.rs-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}


/* ═══════════════════════════════════════════════════════════ */
/*  SIDEBAR FILTRI LUXURY                                       */
/* ═══════════════════════════════════════════════════════════ */

.rs-sidebar { position: sticky; top: 100px; }

.rs-filter-card {
    background: #fff;
    border: 1px solid rgba(201, 169, 97, 0.18);
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.rs-filter-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--bty-gold);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.rs-filter-line {
    width: 24px;
    height: 1px;
    background: var(--bty-gold);
}

.rs-filter-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--bty-black);
    margin: 0 0 22px;
    line-height: 1.2;
}

.rs-filter-block { margin-bottom: 22px; }
.rs-filter-block:last-of-type { margin-bottom: 16px; }

.rs-filter-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--bty-black);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rs-filter-input-wrap {
    position: relative;
}
.rs-filter-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bty-gold);
    font-size: 0.75rem;
    pointer-events: none;
}
.rs-filter-input {
    width: 100%;
    padding: 11px 14px 11px 38px;
    border: 1px solid #ece8df;
    border-radius: 12px;
    font-size: 0.82rem;
    font-family: var(--font-body);
    background: var(--bty-cream);
    outline: none;
    color: var(--bty-text);
    transition: all 0.25s;
}
.rs-filter-input::placeholder { color: #adb5bd; }
.rs-filter-input:focus {
    border-color: var(--bty-gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.12);
}

.rs-filter-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(201, 169, 97, 0.25), transparent);
    margin: 8px 0 22px;
}

/* === CHECKBOXES CUSTOM === */
.rs-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.rs-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.25s;
}
.rs-checkbox:hover {
    background: rgba(201, 169, 97, 0.06);
}
.rs-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.rs-checkbox-box {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1.5px solid #d4d0c5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s;
}
.rs-checkbox-box i {
    color: #fff;
    font-size: 0.6rem;
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.2s;
}
.rs-checkbox-text {
    flex: 1;
    font-size: 0.82rem;
    color: #444;
    font-weight: 500;
    line-height: 1.3;
}
.rs-checkbox-count {
    font-size: 0.7rem;
    color: var(--bty-text-mute);
    font-weight: 600;
    flex-shrink: 0;
}

.rs-checkbox.is-checked {
    background: linear-gradient(90deg, rgba(201, 169, 97, 0.12), rgba(201, 169, 97, 0.04));
    border-color: rgba(201, 169, 97, 0.3);
}
.rs-checkbox.is-checked .rs-checkbox-box {
    background: linear-gradient(135deg, var(--bty-gold), var(--bty-gold-light));
    border-color: var(--bty-gold);
}
.rs-checkbox.is-checked .rs-checkbox-box i {
    opacity: 1;
    transform: scale(1);
}
.rs-checkbox.is-checked .rs-checkbox-text {
    color: var(--bty-black);
    font-weight: 600;
}
.rs-checkbox.is-checked .rs-checkbox-count {
    color: var(--bty-gold-deep);
    background: rgba(201, 169, 97, 0.18);
    padding: 2px 8px;
    border-radius: 50px;
}

.rs-filter-empty {
    font-size: 0.78rem;
    color: var(--bty-text-mute);
    margin: 0;
}

.rs-filter-submit {
    width: 100%;
    background: var(--bty-black);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s;
}
.rs-filter-submit i { color: var(--bty-gold); font-size: 0.7rem; }
.rs-filter-submit:hover {
    background: var(--bty-gold);
    color: var(--bty-black);
    box-shadow: 0 8px 24px rgba(201, 169, 97, 0.4);
    transform: translateY(-1px);
}
.rs-filter-submit:hover i { color: var(--bty-black); }


/* ═══════════════════════════════════════════════════════════ */
/*  AREA RISULTATI                                              */
/* ═══════════════════════════════════════════════════════════ */

.rs-results { min-width: 0; }

.rs-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 4px;
    flex-wrap: wrap;
    gap: 14px;
}
.rs-results-count {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bty-black);
    line-height: 1;
    margin: 0;
}
.rs-results-meta {
    font-size: 0.75rem;
    color: var(--bty-text-mute);
    margin: 4px 0 0;
}

.rs-sort {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rs-sort > span {
    font-size: 0.68rem;
    color: var(--bty-text-mute);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.rs-sort select {
    border: 1px solid #ece8df;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 0.78rem;
    background: #fff;
    color: var(--bty-black);
    font-family: var(--font-body);
    font-weight: 500;
    cursor: pointer;
    outline: none;
}
.rs-sort select:focus {
    border-color: var(--bty-gold);
}


/* ═══════════════════════════════════════════════════════════ */
/*  CARD RISULTATO AIRBNB-STYLE con galleria foto               */
/* ═══════════════════════════════════════════════════════════ */

.rs-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rs-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0ebe0;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: stretch;
    position: relative;
    transition: all 0.35s cubic-bezier(.25,.8,.25,1);
}
.rs-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(201, 169, 97, 0.3);
}
.rs-card.is-premium {
    border: 1px solid rgba(201, 169, 97, 0.4);
    box-shadow: 0 8px 30px rgba(201, 169, 97, 0.15);
}

.rs-card-premium-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--grad-luxe);
    color: var(--bty-black);
    padding: 5px 11px;
    border-radius: 50px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(201, 169, 97, 0.4);
}
.rs-card-premium-badge i { font-size: 0.55rem; }

.rs-card-favorite {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    backdrop-filter: blur(8px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    color: var(--bty-text-mute);
    font-size: 0.85rem;
    transition: all 0.25s;
}
.rs-card-favorite:hover {
    color: var(--bty-rose);
    transform: scale(1.08);
}
.rs-card-favorite.is-active {
    color: var(--bty-rose);
}
.rs-card-favorite.is-active i {
    font-weight: 900;
}

/* === GALLERIA AIRBNB === */
.rs-card-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4px;
    padding: 4px;
    height: 340px;
    background: #fff;
}

.rs-card-gallery-main {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: var(--bty-stone);
    border-radius: 14px;
    overflow: hidden;
}
.rs-card-gallery-main::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.rs-card-gallery-thumbs {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 4px;
    min-height: 0;
}

.rs-card-thumb {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: var(--bty-stone);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
    cursor: pointer;
}
.rs-card-thumb:hover {
    transform: scale(1.02);
}

.rs-card-thumb-empty {
    background: linear-gradient(135deg, #faf8f5, #f4f1ec);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(201, 169, 97, 0.4);
    font-size: 1.4rem;
    cursor: default;
}
.rs-card-thumb-empty:hover {
    transform: none;
}

.rs-card-thumb-more {
    position: relative;
    text-decoration: none;
    color: #fff;
    background-color: var(--bty-gold);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.rs-card-thumb-more::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.65), rgba(201, 169, 97, 0.5));
}
.rs-card-thumb-more span {
    position: relative;
    z-index: 1;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.rs-card-thumb-more:hover {
    color: #fff;
    text-decoration: none;
}

/* === AVATAR sopra cover principale === */
.rs-card-avatar {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    background: #fff;
}
.rs-card-avatar-fallback {
    background: var(--grad-luxe);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bty-black);
}

/* === INFO === */
.rs-card-info {
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    overflow: hidden;
}

.rs-card-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    min-width: 0;
}
.rs-card-title {
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--bty-black);
    line-height: 1.1;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.rs-card-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.62rem;
    color: var(--bty-gold);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.rs-card-category i { font-size: 0.6rem; }

.rs-card-example-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
}
.rs-card-example-badge i { font-size: 0.55rem; }

.rs-card-desc {
    font-size: 0.88rem;
    color: var(--bty-text);
    line-height: 1.55;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rs-card-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid #f4f1ec;
    border-bottom: 1px solid #f4f1ec;
    margin-bottom: 14px;
}
.rs-card-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: var(--bty-text);
}
.rs-card-detail-item i {
    color: var(--bty-gold);
    font-size: 0.78rem;
    width: 14px;
    text-align: center;
}

.rs-card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--bty-gold);
    font-size: 0.82rem;
    margin-bottom: 4px;
}
.rs-card-rating-num {
    margin-left: 4px;
    color: var(--bty-black);
    font-weight: 700;
    font-size: 0.92rem;
}
.rs-card-rating-count {
    color: var(--bty-text-mute);
    font-weight: 500;
    font-size: 0.78rem;
}

/* === CTA === */
.rs-card-cta {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}
.rs-card-btn-primary {
    flex: 1.5;
    background: var(--bty-black);
    color: #fff;
    border: none;
    padding: 13px 18px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s;
}
.rs-card-btn-primary i { color: var(--bty-gold); font-size: 0.7rem; transition: transform 0.3s; }
.rs-card-btn-primary:hover {
    background: var(--bty-gold);
    color: var(--bty-black);
    box-shadow: 0 8px 24px rgba(201, 169, 97, 0.45);
    transform: translateY(-1px);
}
.rs-card-btn-primary:hover i {
    color: var(--bty-black);
    transform: translateX(3px);
}

.rs-card-btn-secondary {
    flex: 1;
    background: transparent;
    color: var(--bty-black);
    border: 1px solid var(--bty-black);
    padding: 12px 16px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
}
.rs-card-btn-secondary:hover {
    border-color: var(--bty-gold);
    color: var(--bty-gold-deep);
    background: rgba(201, 169, 97, 0.06);
}

/* ═══════════════════════════════════════════════════════════ */
/*  BADGE VERIFICATO (stile X/Twitter blu, check centrato)      */
/* ═══════════════════════════════════════════════════════════ */

.verified-badge-custom.fa-stack {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    font-size: 0.5em;
    line-height: 1;
    vertical-align: middle;
    color: #1DA1F2;
    flex-shrink: 0;
}
.verified-badge-custom .fa-stack-2x,
.verified-badge-custom .fa-stack-1x {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    line-height: 1;
}
.verified-badge-custom .fa-stack-1x {
    font-size: 0.55em;
}
.verified-badge-custom .fa-inverse {
    color: #ffffff !important;
}

/* ═══════════════════════════════════════════════════════════ */
/*  EMPTY STATE                                                 */
/* ═══════════════════════════════════════════════════════════ */

.rs-empty-state {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f0ebe0;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
.rs-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bty-cream), var(--bty-stone));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--bty-gold);
}
.rs-empty-state h3 {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--bty-black);
    margin: 0 0 8px;
}
.rs-empty-state p {
    color: var(--bty-text-mute);
    font-size: 0.92rem;
    margin: 0 0 24px;
}
.rs-empty-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--bty-black);
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.82rem;
    text-decoration: none;
    transition: all 0.3s;
}
.rs-empty-cta:hover {
    background: var(--bty-gold);
    color: var(--bty-black);
    box-shadow: 0 8px 24px rgba(201, 169, 97, 0.4);
}
/* === DISTANZA KM nella card === */
.rs-card-distance {
    color: var(--bty-gold-deep);
    font-weight: 600;
    font-size: 0.78rem;
    margin-left: 4px;
}

/* ═══════════════════════════════════════════════════════════ */
/*  RESPONSIVE                                                  */
/* ═══════════════════════════════════════════════════════════ */

@media (max-width: 991px) {
    .rs-header { padding: 110px 18px 50px; }
    .rs-network-badge { position: static; margin-bottom: 14px; }

    .rs-search-row { flex-direction: column; }
    .rs-search-field {
        border-right: none;
        border-bottom: 1px solid #ece8df;
    }
    .rs-search-field:last-of-type { border-bottom: none; }
    .rs-search-submit {
        width: 100%;
        padding: 14px;
        justify-content: center;
    }

    .rs-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .rs-sidebar {
        position: static;
    }

.rs-card {
    grid-template-columns: 1fr;
}
.rs-card-gallery {
    height: 260px;
}
.rs-card-info {
    padding: 22px 24px;
}
.rs-card-title {
    font-size: 1.45rem;
}
.rs-card-cta {
    flex-direction: row;
}
}

@media (max-width: 575px) {
    .rs-main { padding: 30px 0 60px; }
    .rs-results-header { flex-direction: column; align-items: flex-start; }
    .rs-card-cta { flex-direction: column; }
}