.elementor-21834 .elementor-element.elementor-element-a22dd1c{--display:flex;--justify-content:flex-start;}.elementor-21834 .elementor-element.elementor-element-a22dd1c.e-con{--align-self:flex-start;}/* Start custom CSS for html, class: .elementor-element-db8f0f0 *//* Container & Base Typography */
.wp-course-catalog-container {
  display: flex;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1d2939;
}

/* ================= TOP FEATURES BAR ================= */
.wp-features-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 10px auto 20px;
  padding: 16px 24px;
  background-color: #f9fafb;
  border: 1px solid #eaecf0;
  border-radius: 8px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-icon {
  font-size: 20px;
}

.feature-text strong {
  display: block;
  font-size: 13px;
  color: #101828;
}

.feature-text small {
  display: block;
  font-size: 11px;
  color: #667085;
}

/* ================= SIDEBAR FILTERS ================= */
.wp-filter-sidebar {
  width: 260px;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  padding: 20px;
}

.sidebar-main-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #101828;
}

.filter-group {
  margin-bottom: 22px;
}

.filter-title {
  font-size: 13px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 10px;
  display: block;
}

.search-input-wrapper {
  position: relative;
}

.search-input-wrapper input {
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  font-size: 12px;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #667085;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #475467;
  margin-bottom: 8px;
  cursor: pointer;
}

.wp-range-slider {
  width: 100%;
  accent-color: #d97706;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #667085;
  margin-top: 4px;
}

/* ================= HEADER & CONTROLS ================= */
.wp-course-main {
  flex-grow: 1;
}

.wp-catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 13px;
  color: #475467;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sort-dropdown {
  padding: 6px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  font-size: 12px;
  background-color: #fff;
}

.view-toggle {
  display: flex;
  gap: 2px;
}

.view-btn {
  border: 1px solid #d0d5dd;
  background: #fff;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 4px;
}

.view-btn.active {
  background: #f2f4f7;
  border-color: #98a2b3;
}

/* ================= GRID & CARDS ================= */
.wp-course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.wp-course-card {
  background: #ffffff;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-media {
  position: relative;
  height: 160px;
  background: #f2f4f7;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(16, 24, 40, 0.75);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.course-title {
  font-size: 14px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 6px 0;
  line-height: 1.35;
}

.instructor-name {
  font-size: 12px;
  color: #667085;
  margin: 0 0 12px 0;
}

.course-meta {
  display: flex;
  gap: 12px;
  font-size: 11px;
  color: #475467;
  margin-bottom: 14px;
}

.card-pricing-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-bottom: 14px;
}

.rating {
  font-size: 12px;
  font-weight: 700;
  color: #d97706;
}

.rating small {
  color: #667085;
  font-weight: 400;
}

.price {
  font-size: 15px;
  font-weight: 700;
  color: #101828;
}

/* ================= BUTTON STYLES ================= */
.card-actions {
  display: flex;
  gap: 8px;
}

.wp-btn {
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  box-sizing: border-box;
}

.wp-btn-outline {
  flex: 1;
  padding: 8px 0;
  background-color: #ffffff;
  color: #101828;
  border: 1px solid #d0d5dd;
}

.wp-btn-outline:hover {
  background-color: #f9fafb;
}

.wp-btn-primary {
  flex: 1;
  padding: 8px 0;
  background-color: #0b192c;
  color: #ffffff;
  border: 1px solid #0b192c;
}

.wp-btn-primary:hover {
  background-color: #1d2939;
}

.wp-btn-reset {
  width: 100%;
  padding: 10px 0;
  background-color: #ffffff;
  color: #101828;
  border: 1px solid #d0d5dd;
}

/* ================= PAGINATION ================= */
.wp-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 32px;
}

.page-link {
  width: 32px;
  height: 32px;
  border: 1px solid #e4e7ec;
  background: #ffffff;
  color: #344054;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link.active {
  background-color: #d97706;
  color: #ffffff;
  border-color: #d97706;
}

/* ================= BOTTOM BANNER ================= */
.wp-advisor-cta {
  max-width: 1280px;
  margin: 30px auto 0;
  background: #f2f4f7;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-text h2 {
  font-size: 18px;
  color: #101828;
  margin: 0 0 4px 0;
}

.cta-text p {
  font-size: 13px;
  color: #475467;
  margin: 0;
}

.wp-btn-advisor {
  padding: 10px 20px;
  background-color: #0b192c;
  color: #ffffff;
  border: none;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 850px) {
  .wp-features-bar {
    flex-wrap: wrap;
    gap: 16px;
  }
  .wp-course-catalog-container {
    flex-direction: column;
  }
  .wp-filter-sidebar {
    width: 100%;
  }
  .wp-advisor-cta {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}/* End custom CSS */