
.course-block-plus .padlock {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 16px;
  z-index: 11;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  padding: 0 12px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
}

.course-block-plus .padlock .icon-label {
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-size: 14px;
}

.course-block-plus .course-header:hover .padlock {
  width: auto;
}

.course-block-plus .course-header:hover .padlock .icon-label  {
  opacity: 1;
  visibility: visible;
}

.course-block-plus .padlock .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.tutor-course-loop .padlock .icon-unlocked {
  color: #FFFFFF;
}

.course-block-plus .padlock .icon-lock {
  color: #FFFFFF;
  width: 16px;
  height: 16px;
}







