/* Start custom CSS for eduact-course, class: .elementor-element-427dbab3 */.course-two__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: none;
  cursor: pointer; /* يظهر شكل اليد عند المرور */
  position: relative;
}

.course-two__bottom::before {
  content: "✨ استكشف الدورة";
  background-color: #0073aa;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px

}
.course-two__author__name {
  display: none !important;
}

.course-two__meta {
  display: none !important;
}

.course-two__author {
  display: none !important;/* End custom CSS */