* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
li,
p,
span {
  font-size: 0.875rem;
}

.linkdin-feed.masonry-feed .linkdin-card .img-box,
.linkdin-feed.masonry-feed .modal .img-box {
  width: 100%;
  height: auto;
}
.linkdin-feed.masonry-feed .linkdin-card .img-box img,
.linkdin-feed.masonry-feed .modal .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.linkdin-feed.grid-view .linkdin-card .card-body {
  order: -1;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.linkdin-feed.grid-view.two .img-box {
  height: 200px;
}
.linkdin-feed.grid-view.two .small-widget {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.linkdin-feed.grid-view.two .card-body {
  order: -1;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.linkdin-feed.grid-view.two .card-footer {
  border-radius: 0px 0px 15px 15px;
}
@media (min-width: 992px) {
  .linkdin-feed.timeline-view .linkdin-card {
    position: relative;
    min-height: 265px;
    height: calc(100% - 35px);
    border-radius: 10px 0px 0px 10px;
  }
  .linkdin-feed.timeline-view .linkdin-card .card-header {
    width: 50%;
    height: 100%;
    min-height: 227px;
  }
  .linkdin-feed.timeline-view .linkdin-card .card-body {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    border-radius: 0px 10px 10px 0;
    margin-left: 20px;
    overflow: hidden;
  }
  .linkdin-feed.timeline-view .linkdin-card .card-body .img-box {
    width: 100%;
    height: 100%;
  }
  .linkdin-feed.timeline-view .linkdin-card .card-footer {
    width: 50%;
  }
}
.linkdin-feed .linkdin-card,
.linkdin-feed .modal {
  font-size: 0.875rem;
  margin-bottom: 35px;
}
.linkdin-feed .linkdin-card .logo img,
.linkdin-feed .modal .logo img {
  width: 32px;
  height: 32px;
}
.linkdin-feed .linkdin-card .brand-name,
.linkdin-feed .modal .brand-name {
  font-size: 0.813rem;
}
.linkdin-feed .linkdin-card .details span,
.linkdin-feed .modal .details span {
  font-size: 0.813rem;
}
.linkdin-feed .linkdin-card .icon,
.linkdin-feed .modal .icon {
  width: 24px;
  height: 24px;
}
.linkdin-feed .linkdin-card .text,
.linkdin-feed .modal .text {
  font-size: 0.875rem;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.linkdin-feed .linkdin-card .text.text-show,
.linkdin-feed .modal .text.text-show {
  line-height: 20px;
  -webkit-line-clamp: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.linkdin-feed .linkdin-card .read-more-btn,
.linkdin-feed .modal .read-more-btn {
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
  color: rgba(17, 17, 17, 0.7);
}
.linkdin-feed .linkdin-card .read-more-btn:hover,
.linkdin-feed .modal .read-more-btn:hover {
  text-decoration: underline;
}
.linkdin-feed .linkdin-card .img-box,
.linkdin-feed .modal .img-box {
  width: 100%;
  height: 150px;
}
.linkdin-feed .linkdin-card .img-box img,
.linkdin-feed .modal .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.linkdin-feed .linkdin-card .custom-dropdown,
.linkdin-feed .modal .custom-dropdown {
  min-width: 60px;
  max-width: 500px;
  width: 210px;
}
.linkdin-feed .linkdin-card .custom-dropdown .facebook,
.linkdin-feed .modal .custom-dropdown .facebook {
  color: rgb(0, 118, 251);
  font-size: 1.125rem;
}
.linkdin-feed .linkdin-card .custom-dropdown .whatsapp,
.linkdin-feed .modal .custom-dropdown .whatsapp {
  color: rgb(37, 211, 102);
  font-size: 1.125rem;
}
.linkdin-feed .linkdin-card .custom-dropdown .telegram,
.linkdin-feed .modal .custom-dropdown .telegram {
  color: rgb(52, 170, 223);
  font-size: 1.125rem;
}
.linkdin-feed .linkdin-card .custom-dropdown .email,
.linkdin-feed .modal .custom-dropdown .email {
  color: rgb(17, 17, 17);
  font-size: 1.125rem;
}
.linkdin-feed .linkdin-card .custom-dropdown .twitter,
.linkdin-feed .modal .custom-dropdown .twitter {
  color: rgb(0, 0, 0);
  font-size: 1.125rem;
}
.linkdin-feed .linkdin-card .custom-dropdown .linkedin,
.linkdin-feed .modal .custom-dropdown .linkedin {
  color: rgb(10, 102, 194);
  font-size: 1.125rem;
}
.linkdin-feed .img-show {
  width: 100%;
}
.linkdin-feed .img-show img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.linkdin-feed .video-box {
  width: 100%;
}
.linkdin-feed .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkdin-feed .swiper-pagination-bullet {
  background-color: rgba(17, 17, 17, 0.5);
}
.linkdin-feed .swiper-pagination-bullet-active {
  background-color: rgb(17, 17, 17);
}
.linkdin-feed .swiper-button-prev,
.linkdin-feed .swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(17, 17, 17, 0.5);
}
.linkdin-feed .swiper-button-prev:hover,
.linkdin-feed .swiper-button-next:hover {
  background-color: rgb(17, 17, 17);
}
.linkdin-feed .swiper-button-next:after,
.linkdin-feed .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
}
.linkdin-feed .dropdown-menu {
  transform: translate(-139px, -31px) !important;
}/*# sourceMappingURL=linkdin-feed.css.map */