@charset "UTF-8";
.youtube-channel {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 2rem 0;
}
.youtube-channel .user-name {
  color: #000;
}
.youtube-channel .user-name a {
  color: #000;
  text-decoration: none;
}
.youtube-channel .user-name a:hover {
  text-decoration: underline;
}
.youtube-channel .user-thumbnail {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube-channel .user-logo {
  width: 80px;
  height: 80px;
}
.youtube-channel .user-logo img {
  width: 100%;
  height: 100%;
}
.youtube-channel .user-content {
  width: calc(100% - 80px);
}
@media (max-width: 575px) {
  .youtube-channel .user-content {
    width: 100%;
  }
}
.youtube-channel .user-content .sub-info li {
  position: relative;
  padding-left: 10px;
}
.youtube-channel .user-content .sub-info li::before {
  content: "•";
  position: absolute;
  top: 14px;
  left: -2px;
  transform: translateY(-50%);
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity, 1));
  font-size: 20px;
}
.youtube-channel .user-content .sub-info li:first-child {
  padding-left: 0;
}
.youtube-channel .user-content .sub-info li:first-child::before {
  display: none;
}
.youtube-channel .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.youtube-channel .owl-theme .owl-nav .owl-prev,
.youtube-channel .owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.568627451);
  margin: 0;
  font-size: 20px;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.youtube-channel .owl-theme .owl-nav .owl-prev:hover,
.youtube-channel .owl-theme .owl-nav .owl-next:hover {
  background: #fff;
}
.youtube-channel .owl-theme .owl-nav .owl-prev {
  margin-right: auto;
}
.youtube-channel .owl-theme .owl-nav .owl-next {
  margin-left: auto;
}
.youtube-channel .owl-theme .owl-dots {
  margin-top: 20px;
}
.youtube-channel .owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.2);
}
.youtube-channel .owl-theme .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.8);
}/*# sourceMappingURL=youtube-channel.css.map */