
.edu-cart-wrapper {
  background-color: #070b14;
  color: #cbd5e1;
  min-height: 80vh;
}

/* Page Header & Icon Badge */
.edu-cart-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(84, 126, 191, 0.15);
  color: #547EBF;
  border: 1px solid rgba(84, 126, 191, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
.text-muted{
  color: #999898 !important;
}
.edu-cart-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}

.edu-cart-subtitle {
  color: #94a3b8 !important;
  font-size: 0.9rem;
}

/* Card Container */
.edu-cart-card {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.4);
}

.edu-cart-summary-card {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(84, 126, 191, 0.25);
  position: relative;
  overflow: hidden;
}

.edu-cart-summary-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #547EBF, #38bdf8, #818cf8);
}

.edu-cart-section-title {
  color: #ffffff;
  font-size: 1rem;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

/* Cart Item Rows */
.edu-cart-item {
  border-bottom-color: rgba(255, 255, 255, 0.07) !important;
  transition: all 0.2s ease;
}

.edu-cart-thumb-wrapper {
  aspect-ratio: 16/10;
  border-radius: 12px;
  overflow: hidden;
  background: #020617;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.edu-cart-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.edu-cart-item:hover .edu-cart-thumbnail {
  transform: scale(1.04);
}

.edu-cart-badge-category {
  background: rgba(84, 126, 191, 0.15);
  color: #B2C9E9;
  border: 1px solid rgba(84, 126, 191, 0.3);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

.edu-cart-item-title {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  transition: color 0.2s ease;
}

.edu-cart-item:hover .edu-cart-item-title {
  color: #B2C9E9;
}

.edu-cart-instructor {
  color: #94a3b8 !important;
  font-size: 0.82rem;
}

/* Prices */
.edu-cart-price-amount {
  font-size: 1.25rem;
  font-weight: 800;
  color: #B2C9E9;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.edu-cart-price-free {
  font-size: 1.15rem;
  font-weight: 800;
  color: #10b981;
}

.edu-cart-total-amount {
  font-size: 1.85rem;
  font-weight: 900;
  color: #B2C9E9;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* Buttons */
.edu-cart-btn-primary {
  background: #547EBF;
  color: #ffffff;
  font-weight: 700;
  border-radius: 12px;
  border: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(84, 126, 191, 0.35);
}

.edu-cart-btn-primary:hover {
  background: #43679d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(84, 126, 191, 0.45);
}

.edu-cart-btn-secondary {
  background: rgba(15, 23, 42, 0.8);
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.edu-cart-btn-secondary:hover {
  background: rgba(30, 41, 59, 0.9);
  color: #ffffff;
  border-color: rgba(84, 126, 191, 0.5);
}

.edu-cart-btn-checkout {
  background: #10b981;
  color: #ffffff;
  font-weight: 800;
  border-radius: 14px;
  border: none;
  font-size: 1.05rem;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.edu-cart-btn-checkout:hover {
  background: #059669;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.45);
}

.edu-cart-btn-remove {
  background: rgba(225, 29, 72, 0.1);
  color: #fb7185;
  border: 1px solid rgba(225, 29, 72, 0.25);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.3rem 0.65rem;
  transition: all 0.2s ease;
}

.edu-cart-btn-remove:hover {
  background: rgba(225, 29, 72, 0.25);
  color: #ffffff;
  border-color: rgba(225, 29, 72, 0.5);
}

/* Empty State */
.edu-cart-empty-card {
  padding: 4rem 2rem;
}

.edu-cart-empty-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  background: rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #64748b;
  margin: 0 auto;
}

.edu-cart-empty-title {
  color: #ffffff;
  font-weight: 800;
}

.edu-cart-divider {
  border-color: rgba(255, 255, 255, 0.09);
  opacity: 1;
}

.edu-cart-summary-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.15rem;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .edu-cart-title {
    font-size: 1.4rem;
  }
  
  .edu-cart-thumb-wrapper {
    max-width: 160px;
  }
}