body.search .listing-card-list.search-card-grid {
    --search-card-bg: #000000;
    --search-card-panel: #ffffff;
    --search-card-panel-text: #1a1a1a;
    --search-card-panel-divider: rgba(0, 0, 0, 0.08);
    --search-card-text-main: rgba(255, 255, 255, 0.9);
    --search-card-text-muted: rgba(255, 255, 255, 0.68);
    --search-card-text-soft: rgba(255, 255, 255, 0.6);
    --search-card-verified: #7186ff;
    --search-card-diamond: #fb7185;
    --search-card-premium: #8ad8ff;
    --search-card-superboost: #ffc857;
    --search-card-online: #4ade80;
    --search-card-anchor: #0d0d11;
    --search-card-body-font: "CircularXXWeb-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
}

html,
body.search {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body.search .bg_vip #main > h2,
body.search .bg_content #content > h2 {
    font-family: "Switzer", sans-serif;
    font-weight: 500;
}

body.search .listing-card-list.search-card-grid li {
    list-style: none;
}

body.search .search-profile-card,
body.search .search-profile-card * {
    box-sizing: border-box;
}

body.search .search-profile-card {
    contain: layout style;
    --search-card-badge-space: 35px;
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-self: stretch;
    box-shadow: none;
    z-index: 0;
}

body.search .search-profile-card:not(.search-profile-card--girl-of-day)::before {
    content: "";
    display: block;
    height: var(--search-card-badge-space);
}

@media (hover: hover) {
    body.search .search-profile-card {
        transition: transform 0.25s ease;
    }
}

body.search .search-profile-card:hover {
    transform: none;
    box-shadow: none;
}

body.search .search-profile-card__hero {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5.85;
    overflow: hidden;
    background: var(--search-card-bg);
    border-radius: 20px;
}

body.search .search-profile-card--girl-of-day .search-profile-card__hero {
    border-radius: 20px;
}

body.search .search-profile-card__badge-tab {
    width: 100%;
    min-height: var(--search-card-badge-space);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    margin-bottom: -1px;
    position: relative;
    top: 6px;
    z-index: 20;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 10px 16px -12px rgba(0, 0, 0, 0.24), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 -8px 20px -6px rgba(0, 0, 0, 0.08);
}

body.search .search-profile-card--girl-of-day .search-profile-card__badge-tab {
    z-index: 0;
    margin-bottom: -1px;
    padding-bottom: 15px;
}

body.search .search-profile-card--girl-of-day .search-profile-card__badge-text {
    font-family: "S\00F6hne Badge", "S\00F6hne", sans-serif;
    font-weight: 300;
}

body.search .search-profile-card__badge-text {
    font-family: "CircularXXWeb-Bold", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #1a1a1a;
}

body.search .search-profile-card__hero-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

body.search .search-profile-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (hover: hover) {
    body.search .search-profile-card__image {
        transition: transform 10s ease-out;
    }

    body.search .search-profile-card:hover .search-profile-card__image {
        transform: scale(1.1);
    }
}

body.search .search-profile-card__scrim {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 196px;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.12) 22%, rgba(22, 22, 22, 0.42) 48%, rgba(22, 22, 22, 0.74) 72%, rgba(22, 22, 22, 0.94) 100%);
    pointer-events: none;
    z-index: 1;
}

body.search .search-profile-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 14px 14px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

body.search .search-profile-card__topbar {
    position: absolute;
    top: 14px;
    left: 18px;
    right: 14px;
    z-index: 30;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    pointer-events: none;
}

body.search .search-profile-card__tier-pill {
    pointer-events: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

body.search .search-profile-card__tier-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    color: var(--search-card-diamond);
}

body.search .search-profile-card__tier-icon svg {
    width: 12px;
    height: 12px;
    display: block;
    fill: currentColor;
}

body.search .search-profile-card--diamond .search-profile-card__tier-icon {
    width: 16px;
    height: 16px;
    display: block;
    flex: 0 0 16px;
    object-fit: contain;
}

body.search .search-profile-card--diamond .search-profile-card__tier-icon svg {
    display: none;
}

body.search .search-profile-card--premium .search-profile-card__tier-icon {
    color: var(--search-card-premium);
}

body.search .search-profile-card--superboost .search-profile-card__tier-icon {
    color: var(--search-card-superboost);
}

body.search .search-profile-card--standard .search-profile-card__tier-icon {
    color: rgba(255, 255, 255, 0.82);
}

body.search .search-profile-card__tier-text {
    font: 900 9px/1 var(--search-card-body-font);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.search .search-profile-card__actions {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.search .search-profile-card__action,
body.search .search-profile-card__favorite {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    touch-action: manipulation;
}

body.search .search-profile-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

body.search .search-profile-card__action:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.48);
}

body.search .search-profile-card__action:active {
    transform: scale(0.9);
}

body.search .search-profile-card__action svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.search .search-profile-card__action--video svg path:first-child {
    fill: currentColor;
    stroke: none;
}

body.search .search-profile-card__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    min-height: 22px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

body.search .search-profile-card__status-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--search-card-online);
    box-shadow: 0 0 8px var(--search-card-online);
}

body.search .search-profile-card__status-text {
    color: rgba(255, 255, 255, 0.96);
    font: 700 9px/1 var(--search-card-body-font);
    letter-spacing: 0.02em;
}

body.search .search-profile-card__identity {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

body.search .search-profile-card__name-row {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #fff;
    text-shadow: none;
    pointer-events: none;
}

body.search .search-profile-card__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "S\00F6hne", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.01em;
}

body.search .search-profile-card__name.search-profile-card__name--long {
    font-size: 18px;
}

body.search .search-profile-card__name.search-profile-card__name--xlong {
    font-size: 16px;
}

body.search .search-profile-card__age {
    font-family: "S\00F6hne", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    opacity: 0.92;
}

body.search .search-profile-card__verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

body.search .search-profile-card__verified svg {
    width: 14px;
    height: 14px;
    display: block;
}

body.search .search-profile-card__verified-bg {
    fill: var(--search-card-verified);
}

body.search .search-profile-card__verified-check {
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.search .search-profile-card__video-inline {
    display: none;
}

body.search .search-profile-card__meta-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    pointer-events: none;
}

body.search .search-profile-card__meta-item {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--search-card-text-main);
    font: 700 10px/1.15 var(--search-card-body-font);
}

body.search .search-profile-card__meta-item:first-child {
    flex: 1 1 auto;
}

body.search .search-profile-card__meta-item--rate {
    flex: 0 0 auto;
    white-space: nowrap;
}

body.search .search-profile-card__meta-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.search .search-profile-card__meta-icon svg {
    width: 9px;
    height: 9px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.search .search-profile-card__meta-icon circle {
    fill: none;
}

body.search .search-profile-card__meta-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.search .search-profile-card__meta-note {
    opacity: 0.6;
    font-weight: 500;
}

body.search .search-profile-card__content {
    position: relative;
    z-index: 40;
    margin-top: 8px;
    padding: 0 10px;
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 0 0 auto;
}

body.search .search-profile-card__metadata {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.search .search-profile-card__location-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #222222;
    font-family: "S\00F6hne", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.01em;
}

body.search .search-profile-card__location-group,
body.search .search-profile-card__rate-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

body.search .search-profile-card__location-group {
    flex: 1 1 auto;
    min-width: 0;
}

body.search .search-profile-card__rate-group {
    flex: 0 0 auto;
    margin-left: auto;
    justify-content: flex-end;
    gap: 2px;
    white-space: nowrap;
}

body.search .search-profile-card__metadata-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222222;
}

body.search .search-profile-card__metadata-icon--phone {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: #6B7280;
}

body.search .search-profile-card__metadata-icon--rate {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    margin-right: -1px;
    color: #222222;
}

body.search .search-profile-card__metadata-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.search .search-profile-card__location-text,
body.search .search-profile-card__rate-text {
    font-family: "S\00F6hne", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: #222222;
}

body.search .search-profile-card__location-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.search .search-profile-card__rate-text {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-variant-numeric: tabular-nums;
}

body.search .search-profile-card__description {
    margin: 0;
    padding-left: 22px;
    min-width: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #6B7280;
    font-family: "S\00F6hne", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.35;
    min-height: calc(1.35em * 2);
    letter-spacing: -0.01em;
}

body.search .search-profile-card__phone-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #6B7280;
}

body.search .search-profile-card__phone {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    color: #6B7280;
    text-decoration: none;
}

body.search .search-profile-card__phone-value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "S\00F6hne", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

body.search .search-profile-card__accent-dot {
    display: none;
}

body.search .search-profile-card__favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

body.search .search-profile-card__favorite .fi_make_favorite {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(0, 0, 0, 0.65) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease !important;
    touch-action: manipulation;
}

body.search .search-profile-card__favorite .fi_make_favorite:hover {
    border-color: rgba(255, 255, 255, 0.22) !important;
    background: rgba(0, 0, 0, 0.48) !important;
}

body.search .search-profile-card__favorite .fi_make_favorite:active {
    transform: scale(0.9);
}

body.search .search-profile-card__favorite .fi_make_favorite span {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    line-height: 1;
}

body.search .search-profile-card__favorite .fi_make_favorite span::before {
    width: 15px !important;
    height: 15px !important;
    display: block !important;
    background-color: #fff !important;
}

body.search .search-profile-card__favorite .fi_make_favorite.is_favorite span::before {
    background-color: var(--search-card-diamond) !important;
}

body.search .search-profile-card__favorite .fi_make_favorite span::after,
body.search .search-profile-card__favorite .fi_make_favorite.is_favorite span::after {
    content: "" !important;
    display: none !important;
    padding-left: 0 !important;
}

body.search .search-profile-card__favorite .fi_make_favorite:not(.is_favorite):hover span::before,
body.search .search-profile-card__favorite .fi_make_favorite.is_favorite:hover span::before {
    background-color: #fff !important;
}

@media (max-width: 1199px) {
    body.search .listing-card-list.search-card-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.search .search-profile-card {
        max-width: none;
    }
}

@media (max-width: 1024px) {
    body.search .listing-card-list.search-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    body.search .search-profile-card {
        max-width: none;
    }
}

@media (max-width: 767px) {
    body.search .listing-card-list.search-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding-left: 2%;
        padding-right: 2%;
        box-sizing: border-box;
    }

    body.search .search-profile-card {
        max-width: 100%;
    }

    body.search .search-profile-card__topbar {
        top: 7px;
        left: 6px;
        right: 10px;
    }

    body.search .search-profile-card__actions {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 6px;
    }

    body.search .search-profile-card__action--hero-video {
        display: inline-flex;
    }

    body.search .search-profile-card__overlay {
        padding: 10px 10px 18px 18px;
        gap: 8px;
    }

    body.search .search-profile-card__content {
        margin-top: 8px;
        padding: 0 10px;
        border-radius: 0;
    }

    body.search .search-profile-card__name {
        font-size: 20px;
    }

    body.search .search-profile-card__name.search-profile-card__name--long {
        font-size: 17px;
    }

    body.search .search-profile-card__name.search-profile-card__name--xlong {
        font-size: 15px;
    }

    body.search .search-profile-card__video-inline {
        display: none;
    }

    body.search .search-profile-card__location-row {
        gap: 8px;
    }

    body.search .search-profile-card__location-text,
    body.search .search-profile-card__rate-text {
        font-size: 13px;
    }

    body.search .search-profile-card__description,
    body.search .search-profile-card__phone-value {
        font-size: 12px;
    }

    body.search .search-profile-card__description {
        padding-left: 20px;
    }
}

@media (max-width: 420px) {
    body.search .listing-card-list.search-card-grid {
        gap: 10px;
    }

    body.search .search-profile-card__name {
        font-size: 20px;
    }

    body.search .search-profile-card__name.search-profile-card__name--long {
        font-size: 16px;
    }

    body.search .search-profile-card__name.search-profile-card__name--xlong {
        font-size: 14px;
    }
}

@media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    body.search .listing-card-list.search-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        padding-left: 2%;
        padding-right: 2%;
        box-sizing: border-box;
    }

    body.search .search-profile-card {
        max-width: 100%;
    }
}
