.elementor-4731 .elementor-element.elementor-element-9bcc5f3{--display:flex;--min-height:565;}@media(min-width:768px){.elementor-4731 .elementor-element.elementor-element-9bcc5f3{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-bd41ac9 *//* === Hotlist Grid Wrapper (same as Visitors) === */
.bp-visitors-week-grouped {
  margin-top: 25px !important;
}

/* === Hotlist Grid (3 per row on desktop) === */
.bp-visitors-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

/* 2 per row on tablet */
@media (max-width: 1024px) {
  .bp-visitors-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* 1 per row on mobile */
@media (max-width: 680px) {
  .bp-visitors-grid {
    grid-template-columns: 1fr !important;
  }
}

/* === Hotlist Card (Dark Style) === */
.bp-visitor-card {
  background: #16213e !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  padding: 18px 22px !important;
  border: 1px solid #0e1630 !important;
  transition: background 0.25s ease, transform 0.25s ease !important;
}

.bp-visitor-card:hover {
  background: #1b2850 !important;
  transform: translateY(-3px) !important;
}

/* === Inside Card Layout === */
.bp-visitor-item {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: inherit !important;
  gap: 20px !important;
}

/* Avatar */
.bp-visitor-avatar img {
  width: 110px !important;
  height: 110px !important;
  border-radius: 10px !important;
  object-fit: cover !important;
}

/* Info Block */
.bp-visitor-info {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Member Type Chip */
.bp-visitor-type {
  display: inline-block !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

/* Name */
.bp-visitor-name {
  text-align: center !important;
  color: gold !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* Location */
.bp-visitor-location {
  color: #fff !important;
  font-size: 12px !important;
  margin-top: 4px !important;
}

/* Distance (Gold) */
.bp-visitor-distance {
  color: gold !important;
  font-size: 12px !important;
  margin-top: 3px !important;
  font-weight: 600 !important;
}

/* Last Active */
.bp-visitor-date {
  font-size: 12px !important;
  color: #ccc !important;
  font-style: italic !important;
  margin-top: 5px !important;
}

/* Title Bar */
.bp-visitor-day-title {
  background: linear-gradient(90deg, #0073aa, #1a73e8) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  margin: 25px 0 15px !important;
  text-transform: uppercase !important;
}

/* Responsive spacing fix */
@media (max-width: 480px) {
  .bp-visitor-avatar img {
    width: 90px !important;
    height: 90px !important;
  }
  .bp-visitor-name {
    font-size: 13px !important;
  }
}/* End custom CSS */