/* RelaxBaires mobile profile-card ordering.
 * EscortWP emits model-info before img inside the same anchor. On mobile we
 * explicitly render media first and metadata second so the photo is never
 * covered or visually preceded by the location block.
 */

@media (max-width: 720px) {
  body.home.tgm-site-relaxbaires .bodybox-homepage .girl,
  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .thumb,
  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .thumbwrapper {
    height: auto !important;
    min-height: 0 !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .thumb {
    display: block !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    background: #0b1220 !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .thumbwrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .thumbwrapper > a {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    color: inherit !important;
    text-decoration: none !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .thumbwrapper > a > img.mobile-ready-img {
    order: 1 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    transform: none !important;
    background: #080d16 !important;
    border-radius: 0 !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .model-info {
    order: 2 !important;
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 10px 10px 12px !important;
    margin: 0 !important;
    transform: none !important;
    background: #0d1524 !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .model-info .labels {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    margin: 0 0 7px !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .model-info .desc {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .girl-name {
    margin: 0 0 5px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .girl-desc-location {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    color: rgba(224,229,240,.74) !important;
    font-size: 11px !important;
    line-height: 1.38 !important;
    min-height: 30px !important;
  }

  body.home.tgm-site-relaxbaires .bodybox-homepage .girl .premiumlabel {
    order: 0 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 5 !important;
    pointer-events: none !important;
  }
}
