/* R965 — restored compact no-slot clock icon, drawn only with CSS */
.client-cart-slot-empty {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(15, 23, 42, 0.10) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045) !important;
  color: var(--text-strong, #111827) !important;
}
.client-cart-slot-empty-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  border: 1px solid rgba(217, 175, 180, 0.55) !important;
  background: rgba(232, 200, 203, 0.22) !important;
  box-sizing: border-box !important;
}
.client-cart-slot-empty-clock {
  position: relative !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  border: 1.6px solid currentColor !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  color: var(--text-strong, #111827) !important;
}
.client-cart-slot-empty-clock::before,
.client-cart-slot-empty-clock::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  display: block !important;
  height: 1.6px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  transform-origin: 0 50% !important;
}
.client-cart-slot-empty-clock::before {
  width: 5px !important;
  transform: translate(0, -50%) rotate(-90deg) !important;
}
.client-cart-slot-empty-clock::after {
  width: 4px !important;
  transform: translate(0, -50%) rotate(28deg) !important;
}
.client-cart-slot-empty-body { min-width: 0 !important; }
.client-cart-slot-empty-title {
  color: var(--text-strong, #111827) !important;
  font-size: 0.94rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
.client-cart-slot-empty-text {
  margin-top: 4px !important;
  color: var(--text-soft, #667085) !important;
  font-size: 0.82rem !important;
  line-height: 1.42 !important;
}
@media (max-width: 560px) {
  .client-cart-slot-empty {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 13px !important;
  }
  .client-cart-slot-empty-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }
  .client-cart-slot-empty-clock {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
  }
}
