/* Big Time Ghana 3.7.6.84 — isolated modern advert card.
 * Loaded as its own versioned stylesheet AFTER the theme CSS so cached legacy
 * card rules cannot suppress this component. */

.btg3-card-cell {
  padding: 5px !important;
  overflow: visible !important;
  box-sizing: border-box;
}

.btg3-card-cell > .btg3-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(38,11,57,.12) !important;
  border-radius: 16px !important;
  background: #d633a3 !important;
  box-shadow: 0 8px 24px rgba(38,11,57,.13) !important;
  isolation: isolate;
}

.btg3-card a { text-decoration: none !important; }

.btg3-card__media {
  position: relative !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  background: #1d1124 !important;
  line-height: 0 !important;
}

.btg3-card__image {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center 20% !important;
}

.btg3-card__premium {
  position: absolute !important;
  top: 14px !important;
  right: -35px !important;
  z-index: 6 !important;
  width: 120px !important;
  padding: 7px 0 !important;
  transform: rotate(45deg) !important;
  background: #f58a24 !important;
  color: #fff !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
  text-align: center !important;
  box-shadow: 0 3px 9px rgba(0,0,0,.18) !important;
}

.btg3-card__video {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 6 !important;
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: rgba(38,11,57,.82) !important;
  color: #fff !important;
}

.btg3-card__badges {
  position: absolute !important;
  right: 10px !important;
  bottom: 14px !important;
  z-index: 7 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 5px !important;
  pointer-events: none !important;
}

.btg3-card__badges .labels {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 5px !important;
  width: auto !important;
  padding: 0 !important;
}
.btg3-card__badges .clear { display: none !important; }
.btg3-card__badges .label,
.btg3-card__badges .online-status {
  display: inline-flex !important;
  float: none !important;
  width: auto !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 4px 8px !important;
  align-items: center !important;
  border-radius: 7px !important;
  color: #fff !important;
  font-size: .68rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 3px 9px rgba(0,0,0,.16) !important;
}
.btg3-card__badges .label-new,
.btg3-card__badges .label-featured { background: #ef2a9d !important; }
.btg3-card__badges .label-verified { background: #4f9b61 !important; }
.btg3-card__badges .label-private { background: #aa283a !important; }
.btg3-card__badges .online-status { background: #52a55c !important; }
.btg3-card__badges .notification-circle { display: none !important; }
.btg3-card__badges .online-label { display: inline-flex !important; align-items: center !important; gap: 5px !important; }

/* Fused lower panel: overlaps the photograph slightly, like a single card. */
.btg3-card__info {
  position: relative !important;
  z-index: 8 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  width: 100% !important;
  min-height: 114px !important;
  margin: -12px 0 0 !important;
  padding: 13px 13px 13px !important;
  box-sizing: border-box !important;
  border-radius: 14px 14px 0 0 !important;
  background: linear-gradient(135deg, #d633a3 0%, #e0006c 100%) !important;
  color: #fff !important;
  box-shadow: 0 -5px 15px rgba(38,11,57,.12) !important;
}

.btg3-card__identity {
  display: flex !important;
  float: none !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  color: #fff !important;
  line-height: 1.15 !important;
}

.btg3-card__name {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 1.02rem !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.18) !important;
}

.btg3-card__age {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 52px !important;
  min-height: 27px !important;
  padding: 3px 9px !important;
  border-radius: 8px !important;
  background: #260b39 !important;
  color: #fff !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}
.btg3-card__age-unit {
  margin-left: 2px !important;
  font-size: .66rem !important;
  font-weight: 800 !important;
  opacity: .88 !important;
}

.btg3-card__location {
  display: flex !important;
  float: none !important;
  align-items: flex-start !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
  color: rgba(255,255,255,.96) !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
.btg3-card__location .icon { flex: 0 0 auto !important; margin-top: 1px !important; color: #fff !important; }
.btg3-card__location span:last-child {
  min-width: 0 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  line-height: 1.25 !important;
  max-height: 2.5em !important;
}

.btg3-card__phone {
  display: flex !important;
  float: none !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 32px !important;
  margin-top: auto !important;
  padding: 4px 9px 4px 5px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 10px !important;
  background: #260b39 !important;
  color: #fff !important;
  font-size: .80rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 4px 11px rgba(38,11,57,.18) !important;
}
.btg3-card__phone:hover { background: #3a1057 !important; color: #fff !important; }
.btg3-card__phone-icon {
  flex: 0 0 23px !important;
  display: grid !important;
  place-items: center !important;
  width: 23px !important;
  height: 23px !important;
  border-radius: 7px !important;
  background: #fe5acb !important;
  color: #fff !important;
}
.btg3-card__phone-number {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.btg3-card__manage { position: relative !important; z-index: 10 !important; }

@media (max-width: 960px) {
  .btg3-card-cell { padding: 4px !important; }
  .btg3-card-cell > .btg3-card { border-radius: 13px !important; }
  .btg3-card__media { aspect-ratio: 4 / 5 !important; }
  .btg3-card__info {
    min-height: 102px !important;
    margin-top: -9px !important;
    gap: 5px !important;
    padding: 9px 9px 10px !important;
    border-radius: 11px 11px 0 0 !important;
  }
  .btg3-card__name { font-size: .88rem !important; }
  .btg3-card__age {
    min-width: 46px !important;
    min-height: 23px !important;
    padding: 3px 6px !important;
    border-radius: 6px !important;
    font-size: .68rem !important;
  }
  .btg3-card__location { gap: 4px !important; font-size: .70rem !important; }

  .btg3-card__age-unit { font-size: .58rem !important; }
  .btg3-card__phone {
    min-height: 29px !important;
    gap: 5px !important;
    padding: 3px 7px 3px 5px !important;
    border-radius: 8px !important;
    font-size: .68rem !important;
  }
  .btg3-card__phone-icon {
    flex-basis: 20px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 6px !important;
  }
  .btg3-card__badges { right: 7px !important; bottom: 11px !important; gap: 4px !important; }
  .btg3-card__badges .labels { gap: 4px !important; }
  .btg3-card__badges .label,
  .btg3-card__badges .online-status {
    min-height: 21px !important;
    padding: 3px 6px !important;
    border-radius: 6px !important;
    font-size: .60rem !important;
  }
  .btg3-card__premium {
    top: 11px !important;
    right: -37px !important;
    width: 112px !important;
    font-size: .63rem !important;
  }
}

@media (max-width: 520px) {
  .btg3-card__phone-number { font-size: .63rem !important; letter-spacing: -.01em !important; }
}
