/* stylelint-disable declaration-no-important */
.course-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.course-card {
  position: relative;
}
.course-card.hovered .custom-fields {
  text-align: center;
  display: none;
  margin: 0;
  padding: 0;
}
.course-card.hovered .course-image {
  background-color: #007bff !important;
  background-image: none !important;
}
.course-card a {
  text-decoration: none;
}

.filter-social-course-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter-social-course-info .filter-social-course-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.filter-social-comments-header {
  display: flex;
  justify-content: flex-end;
}

#page-filter-social-view-comments .activity-information {
  display: none;
}
#page-filter-social-view-comments .easycoursenavigation {
  display: none;
}
#page-filter-social-view-comments .flexible.table {
  width: 100%;
}
#page-filter-social-view-comments .flexible.table thead th.c0 {
  width: 50%;
}
#page-filter-social-view-comments .flexible.table thead th.c1 {
  width: 20%;
}
#page-filter-social-view-comments .flexible.table thead th.c2 {
  width: 10%;
}
#page-filter-social-view-comments .flexible.table thead th.c3 {
  width: 20%;
}
#page-filter-social-view-comments .flexible.table tbody td.c0 {
  width: 50%;
}
#page-filter-social-view-comments .flexible.table tbody td.c1 {
  width: 20%;
}
#page-filter-social-view-comments .flexible.table tbody td.c2 {
  width: 10%;
}
#page-filter-social-view-comments .flexible.table tbody td.c3 {
  width: 20%;
}

#page-filter-social-view-upsert_comment .activity-information {
  display: none;
}
#page-filter-social-view-upsert_comment .easycoursenavigation {
  display: none;
}

.social-icons-container .social-icons {
  user-select: none;
}
.social-icons-container .social-icons .social-icon {
  padding: 1px;
}
.social-icons-container .social-icons .liked {
  color: #ea0000;
}

#page-filter-social-view-comments #region-main [role=main],
#page-filter-social-view-upsert_comment #region-main [role=main] {
  display: block !important;
}

.filter-social-link {
  cursor: pointer !important;
}

/*# sourceMappingURL=styles.css.map */
