/* ============================================
   AIBasePro — Premium Dark Purple Refinement
   Add to WPCodeBox as CSS snippet
   ============================================ */

/* --- Typography & Base --- */

/* --- Listing cards --- */
.lf-item-container {
  border-radius: 16px !important;
  overflow: hidden;
  border: 0.5px solid rgba(255,255,255,0.1) !important;
  transition: transform 0.22s cubic-bezier(0.25,0.1,0.25,1),
              border-color 0.2s ease,
              box-shadow 0.22s ease !important;
  background: rgba(255,255,255,0.04) !important;
}
.lf-item-container:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(167,139,250,0.35) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.1) !important;
}

/* Card background image overlay */
.lf-item .overlay {
  opacity: 0.6 !important;
}

/* Avatar badge */
.lf-avatar {
  border-radius: 12px !important;
  border: 1.5px solid rgba(255,255,255,0.2) !important;
  box-shadow: none !important;
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 10px !important;
}

/* Card title */
.listing-preview-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.01em !important;
}

/* Category badge on card */
.lf-head {
  border-top: 0.5px solid rgba(255,255,255,0.08) !important;
}