.ld-course-toggle-buttons {
  display: flex;

  margin-bottom: 15px;
}

.course-index-filter-bar {
  width: 100%;
}
@media (max-width: 768px) {
  .course-index-filter-bar {
    display: block;
    margin: 0 0 1rem 0;
  }
  .ld-course-toggle-buttons {
    flex-direction: column;
    width: 100%;
  }
  .ld-course-toggle-buttons .course-index-filter-link {
    margin: 1rem 0 0 0;
  }
  .course-index-filter-bar .left-side {
    width: 100%;
  }
  .course-index-filter-bar .right-side {
    width: 100%;
  }
  .course-index-filter-bar .right-side form, .course-index-filter-bar .right-side form label, .course-index-filter-bar .right-side form input {
    width: 100%;
    max-width: none;
  }
}

.course-index-filter-link {
  border: 1px solid transparent;
}

.course-index-filter-link.active {
  border: 1px solid #ed3799;
}

.lms-frame .ld-course-list-items {
  justify-content: flex-start;
}

.lms-frame .ld-course-list-items .learndash-wrapper {
  margin: 0 0.5rem;
}

.course-section {
  border-radius: 6px;
  margin: 0 -0.5rem;
}

.rbx-ld-course-review-stars {
  font-size: 0.8rem;

  display: inline-block;
}

.rbx-ld-course-review-stars .fa-star,
.rbx-ld-course-review-stars .fa-star-half-alt {
  margin-right: 3px;

  color: #ccc;
}

.rbx-ld-course-review-stars .fa-star.filled,
.rbx-ld-course-review-stars .fa-star-half-alt.half {
  color: #ff9900;
}

.rbx-ld-course-review-stars .rating-number {
  font-weight: bold;

  margin-left: 8px;

  color: #333;
}

.lms-panel-header-avatar {
  overflow: hidden;
}

.lms-panel-header-user-options {
  position: relative;

  display: inline-block;

  cursor: pointer;
}

.lms-panel-header-user-options .dropdown-menu {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 1.25rem);
  right: 0;

  display: none;

  min-width: 150px;
  min-width: 280px;
  padding: 1rem 0;

  border: 1px solid #ddd;
  background-color: #070706;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lms-panel-header-user-options .dropdown-menu::before {
  position: absolute;
  z-index: 1001;
  top: -16px;
  right: 0px;

  width: 0;
  height: 0;

  content: "";

  border-right: 12px solid transparent;
  border-bottom: 16px solid black;
  border-left: 12px solid transparent;
}

.lms-panel-header-user-options .dropdown-menu::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -1rem;
  bottom: 0;
  left: -1rem;

  content: "";

  background-color: black;
}

.lms-panel-header-user-options .dropdown-menu a {
  display: block;

  padding: 10px 15px;

  transition: background-color 0.2s ease;
  text-decoration: none;

  color: white;
}

.lms-panel-header-user-options .dropdown-menu a:hover {
  background-color: #f0f0f0;
}


.post-slide:hover .post-slide-image {
  opacity: unset;
}
.post-slide:hover .post-slide-title,
.post-slide:hover .post-slide-author {
  display: unset;
  color: unset;
}
.post-slide:hover .behind-bubble {
  transform: unset;
}


.post-slide.-hover .post-slide-image {
  opacity: 1;
}
.post-slide.-hover .post-slide-title,
.post-slide.-hover .post-slide-author {
  display: block;
  color: #ffffff;
}
.post-slide.-hover .behind-bubble {
  transform: scale(1);
}

.lms-frame .ld-course-list-items {
  gap: 1rem;
  padding: 0 0.5rem;
}
.lms-frame .ld-course-list-items .learndash-wrapper {
  width: 100%!important;
  flex: 1 1 calc(25% - 1rem);
  margin: 0;
}
@media (max-width: 1024px) {
.lms-frame .ld-course-list-items .learndash-wrapper {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .lms-frame .ld-course-list-items .learndash-wrapper {
      flex: 1 1 calc(100% - 1rem);
    }
  }



  

.lms-frame .ld-course-list-items .learndash-wrapper.-hidden {
  display: none!important;
  visibility: hidden!important;
}

.no-results-message {
  display: none;
  margin-top: 1em;
  font-style: italic;
  color: #666;
  padding: 0 0.5rem;
}

.no-results-message .search-term {
  text-decoration: underline;
  font-weight: 700;
}


