.elementor-3676 .elementor-element.elementor-element-69cd2fb{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3676 .elementor-element.elementor-element-725e2a6{width:var( --container-widget-width, 300px );max-width:300px;--container-widget-width:300px;--container-widget-flex-grow:0;}/* Start custom CSS for shortcode, class: .elementor-element-725e2a6 */.vx-my-courses-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.vx-my-courses-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
}

.vx-my-courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.vx-course-card {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.vx-course-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.vx-course-body {
  padding: 16px;
}

.vx-course-title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.4;
}

.vx-course-title a {
  color: inherit;
  text-decoration: none;
}

.vx-course-progress {
  margin-bottom: 16px;
}

.vx-progress-bar {
  width: 100%;
  height: 8px;
  background: #f1f1f1;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 8px;
}

.vx-progress-bar span {
  display: block;
  height: 100%;
  background: #111;
  border-radius: 999px;
}

.vx-progress-text {
  font-size: 14px;
  color: #666;
}

.vx-course-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  text-decoration: none;
}/* End custom CSS */