/* GENERATED FILE - DO NOT HAND-EDIT.
 * Source: css/search-profile-card.css (the category/search card).
 *
 * Regenerate after ANY change to the source:
 *   sed "s/body\.search /body.escortify-favourites /g" \
 *     search-profile-card.css > favourites-search-cards.css
 *   (then re-add this header)
 *
 * Verify it is still an exact rescope (prints nothing when correct).
 * The sed strips this header by matching its end, so the check does not
 * break if the header ever changes length:
 *   diff <(sed "1,/^ \*\//d" favourites-search-cards.css \
 *          | sed "s/body\.escortify-favourites /body\.search /g") \
 *        search-profile-card.css
 *
 * Scope: body.escortify-favourites, set in page-favourites.php.
 */
@font-face {
    font-family: "Switzer";
    src: url("./Switzer-Medium-_-c5B_5z.woff2") format("woff2"),
         url("./Switzer-Medium-CGjj93tD.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Switzer";
    src: url("./Switzer-Semibold-xewnFgeW.woff2") format("woff2"),
         url("./Switzer-Semibold-CP0wyc4Z.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





body.escortify-favourites .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.escortify-favourites {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

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

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

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

body.escortify-favourites .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.escortify-favourites .search-profile-card:not(.search-profile-card--girl-of-day)::before {
    content: "";
    display: block;
    height: var(--search-card-badge-space);
}

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

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

body.escortify-favourites .search-profile-card__hero {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5; /* mirrors search-profile-card.css: phones + tablets 4 / 5 (owner 2026-09-03, after trying 3 / 4 in PR #69; originally 4 / 5.85); desktop keeps 4 / 4.85 below */
    overflow: hidden;
    background: var(--search-card-bg);
    border-radius: 20px;
}

body.escortify-favourites .search-profile-card--girl-of-day .search-profile-card__hero {
    border-radius: 20px;
    margin-top: -22px; /* covers the tab's 22px overlap band */
    z-index: 1;
}

body.escortify-favourites .search-profile-card__badge-tab {
    width: 100%;
    min-height: var(--search-card-badge-space);
    display: flex;
    align-items: center;
    justify-content: center;
    /* the tab extends 22px (card radius 20 + 2) BEHIND the card below: extra
       bottom padding here, and the card pulls up over it with margin-top:-22px
       (owner rule 2026-09-02: tab in normal flow, no fixed height/top offset).
       margin-top 6px + trimmed visible bottom reproduce the pre-fix label
       position and band height exactly. */
    padding: 8px 0 25px; /* slimmer band (owner 2026-09-02): 8 top, 3 visible bottom */
    margin-top: 6px;
    margin-bottom: 0;
    position: relative;
    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.escortify-favourites .search-profile-card--girl-of-day .search-profile-card__badge-tab {
    z-index: 0;
    margin-bottom: 0;
    padding-bottom: 28px; /* 6px visible + 22px behind */
}

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

body.escortify-favourites .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.escortify-favourites .search-profile-card__hero-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

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

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

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

body.escortify-favourites .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.escortify-favourites .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.escortify-favourites .search-profile-card__tier-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    color: var(--search-card-diamond);
}

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

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

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

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

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

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

body.escortify-favourites .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.escortify-favourites .search-profile-card__actions {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

body.escortify-favourites .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.escortify-favourites .search-profile-card__action:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.48);
}

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

body.escortify-favourites .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.escortify-favourites .search-profile-card__action--video svg path:first-child {
    fill: currentColor;
    stroke: none;
}

body.escortify-favourites .search-profile-card__status {
    position: absolute;
    left: 18px;
    bottom: 21px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    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.escortify-favourites .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.escortify-favourites .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.escortify-favourites .search-profile-card__name-row {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    color: #16161a;
}

body.escortify-favourites .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: 500;
    line-height: 1.08;
    letter-spacing: -0.01em;
    padding-bottom: 3px;
    margin-bottom: -3px;
}

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

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

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

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

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

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

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

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

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

body.escortify-favourites .search-profile-card__location-row {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #6B7280;
    font-family: "S\00F6hne", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.01em;
}

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

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

body.escortify-favourites .search-profile-card__rate-text {
    flex: 0 0 auto;
    white-space: nowrap;
    font-family: "S\00F6hne", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #16161a;
    font-variant-numeric: tabular-nums;
}

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

body.escortify-favourites .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.escortify-favourites .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.escortify-favourites .search-profile-card__favorite .fi_make_favorite:active {
    transform: scale(0.9);
}

body.escortify-favourites .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.escortify-favourites .search-profile-card__favorite .fi_make_favorite span::before {
    width: 15px !important;
    height: 15px !important;
    display: block !important;
    background-color: #fff !important;
}

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

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

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

body.escortify-favourites .search-profile-card__dock-call {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 30;
    width: 36px;
    height: 36px;
    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;
    touch-action: manipulation;
}

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

body.escortify-favourites .search-profile-card__dock-call:active {
    transform: scale(0.9);
}

body.escortify-favourites .search-profile-card__dock-call svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.escortify-favourites .search-profile-card__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

body.escortify-favourites .search-profile-card__about {
    margin-top: 4px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 19px;
    color: #6B7280;
    font-family: "S\00F6hne", sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

body.escortify-favourites .search-profile-card__name::first-letter {
    text-transform: uppercase;
}

@media (min-width: 1025px) {
    body.escortify-favourites .listing-card-list.search-card-grid {
        gap: 20px;
    }

    body.escortify-favourites .search-profile-card__hero {
        aspect-ratio: 4 / 4.85;
    }
}

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

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

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

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

@media (max-width: 767px) {
    body.escortify-favourites .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.escortify-favourites .search-profile-card {
        max-width: 100%;
    }

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

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

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

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

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

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

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

    body.escortify-favourites .search-profile-card__location-text {
        font-size: 13px;
    }

    body.escortify-favourites .search-profile-card__rate-text {
        font-size: 12px;
    }

    body.escortify-favourites .search-profile-card__about {
        font-size: 13px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: calc(1.35em * 2);
    }

    body.escortify-favourites .search-profile-card__status {
        left: 10px;
        bottom: 17px;
    }

    body.escortify-favourites .search-profile-card__dock-call {
        right: 10px;
        bottom: 10px;
    }
}

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

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

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

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

@media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    body.escortify-favourites .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.escortify-favourites .search-profile-card {
        max-width: 100%;
    }
}

/* ---- Pill stack: tier + OnlyFans + Touring pills, pinned top-LEFT ----
   Lives HERE (not in search.php's inline CSS) because these cards also render on
   the homepage and other body.escortify-favourites pages that never output the search template's
   inline styles. The topbar is justify-content:flex-end (heart pinned right), so
   the stack needs its own margin-right:auto to pin left — the tier pill's old
   margin-right:auto stopped working when the stack wrapper was added around it. */
body.escortify-favourites .search-profile-card__pill-stack {
    pointer-events: none;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

/* OnlyFans pill icon: black line-art rendered white to match the pill text */
body.escortify-favourites .search-profile-card__onlyfans-icon {
    filter: brightness(0) invert(1);
    object-fit: contain;
}

/* Touring pill dot: presence truth — green when physically here, white when arriving */
body.escortify-favourites .search-profile-card__touring-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    flex: 0 0 auto;
}
body.escortify-favourites .search-profile-card__touring-pill--here .search-profile-card__touring-dot {
    background: var(--search-card-online);
    box-shadow: 0 0 8px var(--search-card-online);
}
body.escortify-favourites .search-profile-card__touring-pill .search-profile-card__tier-text {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}


/* ---- Smart badge band (owner 2026-09-03) ----
   The 35px block above every card (::before, --search-card-badge-space) only exists so a Girl-of-the-Day tab on ONE
   card can sit above its photo without the other photos in the row drifting. With subgrid every card becomes three
   tracks of the listing grid (tab / photo / text); tracks are shared per row, so the tab track is 0px in a row
   without a tab and 31px (6px margin + 47px tab incl. its top border - 22px hidden behind the photo) where one sits, and the photos in a
   row always start on the same line. `contain: layout` would switch the subgrid off, hence `contain: style` here.
   The listing grid's row gap moves to the card's last track (Chrome absorbs half the parent gutter as a phantom
   offset when a subgrid overrides row-gap); the grid cancels the last row's carried spacing with a matching negative
   bottom margin, so it still ends on its last card whatever the card count and even when the favourites page hides
   un-favourited cards in place. Browsers without subgrid (Safari < 16, Chrome < 117) skip this block and keep the
   band above. */
@supports (grid-template-rows: subgrid) {
    body.escortify-favourites .listing-card-list.search-card-grid {
        row-gap: 0 !important; /* wins over the coarse-pointer `gap: 12px !important` above */
        margin-bottom: -16px; /* cancels the spacing the last row carries below itself, so the grid still ends on its last card and what follows keeps its place */
    }

    body.escortify-favourites .search-profile-card {
        contain: style;
        display: grid;
        grid-template-columns: minmax(0, 1fr); /* one column = the card's width; without it the column grows to the text's max-content and the photo overflows */
        grid-template-rows: subgrid;
        grid-row: span 3;
        row-gap: 0;
    }

    body.escortify-favourites .search-profile-card:not(.search-profile-card--girl-of-day)::before {
        content: none;
    }

    body.escortify-favourites .search-profile-card__badge-tab {
        grid-row: 1;
    }

    body.escortify-favourites .search-profile-card--girl-of-day .search-profile-card__badge-tab {
        margin-bottom: -22px; /* the 22px behind the photo, previously the hero's margin-top: -22px; this selector outranks the tab rules' margin-bottom: 0 above */
    }

    body.escortify-favourites .search-profile-card__hero {
        grid-row: 2;
    }

    body.escortify-favourites .search-profile-card--girl-of-day .search-profile-card__hero {
        margin-top: 0;
    }

    body.escortify-favourites .search-profile-card__content {
        grid-row: 3;
        align-self: start;
        margin-bottom: 16px; /* the grid's row gap, now carried by the card - keep in step with the gap rules above */
    }

    @media (min-width: 1025px) {
        body.escortify-favourites .search-profile-card__content {
            margin-bottom: 20px;
        }

        body.escortify-favourites .listing-card-list.search-card-grid {
            margin-bottom: -20px;
        }
    }

    @media (max-width: 1024px) {
        body.escortify-favourites .search-profile-card__content {
            margin-bottom: 14px;
        }

        body.escortify-favourites .listing-card-list.search-card-grid {
            margin-bottom: -14px;
        }
    }

    @media (max-width: 767px) {
        body.escortify-favourites .search-profile-card__content {
            margin-bottom: 12px;
        }

        body.escortify-favourites .listing-card-list.search-card-grid {
            margin-bottom: -12px;
        }
    }

    @media (max-width: 420px) {
        body.escortify-favourites .search-profile-card__content {
            margin-bottom: 10px;
        }

        body.escortify-favourites .listing-card-list.search-card-grid {
            margin-bottom: -10px;
        }
    }

    @media (max-width: 1024px) and (hover: none) and (pointer: coarse) {
        body.escortify-favourites .search-profile-card__content {
            margin-bottom: 12px !important;
        }

        body.escortify-favourites .listing-card-list.search-card-grid {
            margin-bottom: -12px;
        }
    }
}
