/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
  user-select: none !important;
}

.delete-comment,
.reply-comment {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.delete-comment svg,
.reply-comment svg {
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}

.delete-comment:hover,
.reply-comment:hover {
  background-color: #201f1f !important;
}

.delete-comment:hover svg {
  stroke: #fff !important;
}

.reply-comment:hover svg {
  fill: #fff !important;
}

.fr-img-caption .fr-inner,
.image-caption-on-white {
  text-align: center !important;
  font-size: 0.75rem;
  color: rgb(39, 37, 37);
}

.btn-carrousel-navigation,
#reset .kslt-hm-slider-btns span,
* .kslt-hm-slider-btns span {
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  cursor: pointer;
}
.btn-carrousel-navigation svg,
#reset .kslt-hm-slider-btns span svg,
* .kslt-hm-slider-btns span svg {
  fill: #f4b860;
}
.btn-carrousel-navigation:hover,
#reset .kslt-hm-slider-btns span:hover,
* .kslt-hm-slider-btns span:hover,
.btn-carrousel-navigation:focus,
#reset .kslt-hm-slider-btns span:focus,
* .kslt-hm-slider-btns span:focus {
  background-color: #f4b860;
}
.btn-carrousel-navigation:hover svg,
#reset .kslt-hm-slider-btns span:hover svg,
* .kslt-hm-slider-btns span:hover svg,
.btn-carrousel-navigation:focus svg,
#reset .kslt-hm-slider-btns span:focus svg,
* .kslt-hm-slider-btns span:focus svg {
  fill: #32373b;
}

#reset,
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  list-style-type: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#reset html,
* html {
  scroll-behavior: smooth;
}
#reset *::-moz-selection,
* *::-moz-selection {
  background-color: transparent;
}
#reset *::selection,
* *::selection {
  background-color: transparent;
}
#reset *::-webkit-search-cancel-button,
* *::-webkit-search-cancel-button {
  display: none;
}
#reset * input,
* * input,
#reset * textarea,
* * textarea {
  font-size: 1rem;
}
#reset ul,
* ul,
#reset ol,
* ol {
  padding-left: 0;
}
#reset img,
* img {
  width: 100%;
  height: 100%;
}
#reset .kslt-hm-imp-bb,
* .kslt-hm-imp-bb {
  color: #f4b860;
}
#reset svg,
* svg {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: fill 0s 0s ease;
  -o-transition: fill 0s 0s ease;
  transition: fill 0s 0s ease;
}
#reset .kslt-hm-slider-btns,
* .kslt-hm-slider-btns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0;
  width: 100vw;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#reset .hidden,
* .hidden {
  display: none;
}
#reset .shown,
* .shown {
  display: block;
}

body,
html {
  overflow-x: hidden !important;
}

.button-on-dark {
  display: inline-block;
  border: 0.5px solid #f4b860;
  background-color: transparent;
  color: #f4b860;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.button-on-dark:hover {
  background-color: #f4b860;
  color: #32373b;
}

.absolute-simple,
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.absolute {
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.fixed-simple,
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.fixed {
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.section-card-content {
  min-height: 90vh;
  width: 96%;
  margin: auto;
  background-color: #32373b;
  overflow: hidden;
}

.blurer {
  height: 100%;
  width: 100%;
  padding: 2em;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(rgba(50, 55, 59, 0.9)),
    color-stop(rgba(50, 55, 59, 0.6)),
    to(rgba(50, 55, 59, 0.2))
  );
  background: -o-linear-gradient(
    bottom left,
    rgba(50, 55, 59, 0.9),
    rgba(50, 55, 59, 0.6),
    rgba(50, 55, 59, 0.2)
  );
  background: linear-gradient(
    to top right,
    rgba(50, 55, 59, 0.9),
    rgba(50, 55, 59, 0.6),
    rgba(50, 55, 59, 0.2)
  );
}

.cover-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.avatar-image-for-listing,
.avatar-image {
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #000;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.avatar-image {
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  cursor: pointer;
}
.avatar-image:not(.show-plus) {
  margin-left: -20px;
}
.avatar-image:hover:not(:last-of-type) {
  -webkit-transform: translate(-10px);
  -ms-transform: translate(-10px);
  transform: translate(-10px);
}

* u {
  text-decoration: underline !important;
}

body {
  background-color: #f7fafb;
  background-color: #fff;
  overflow: auto;
  min-height: 100%;
  width: 100%;
}

.kslt-pop-page-container {
  height: 100%;
  width: 100%;
}

.kslt-gen-header {
  height: 60px !important;
}

.kslt-pop-article,
.kslt-pop-comments,
.kslt-pop-list-comments,
.kslt-pop-wrapcards {
  width: 55%;
  margin: auto;
}
.kslt-pop-article > *,
.kslt-pop-comments > *,
.kslt-pop-list-comments > *,
.kslt-pop-wrapcards > * {
  margin-bottom: 0.8rem;
}

.kslt-pop-article {
  padding-top: 60px;
  position: relative;
}
.kslt-pop-article .for-mobile {
  display: none !important;
}
.kslt-pop-article .kslt-pop-article-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.5rem;
}
.kslt-pop-article .kslt-pop-article-stats .kslt-pop-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-items: center !important;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  border-radius: 25px;
  padding: 0.3em 0.8rem;
  text-align: center;
}
.kslt-pop-article .kslt-pop-article-stats .kslt-pop-stat svg {
  height: 22px;
  width: 22px;
}
.kslt-pop-article .kslt-pop-article-stats .likes {
  color: #f2ad48;
  background-color: rgba(244, 184, 96, 0.1);
}
.kslt-pop-article .kslt-pop-article-stats .dislikes {
  color: #b83443;
  background-color: rgba(200, 62, 77, 0.1);
}
.kslt-pop-article .kslt-pop-article-stats .calendar {
  color: #262a2d;
  background-color: rgba(50, 55, 59, 0.1);
}
.kslt-pop-article .kslt-pop-article-stats .introduction {
  color: #fff;
  background-color: #4a5859;
  border-radius: 3px !important;
}
.kslt-pop-article .kslt-pop-article-stats .introduction:hover,
.kslt-pop-article .kslt-pop-article-stats .introduction:active {
  background-color: #32373b;
}
.kslt-pop-article .kslt-pop-title {
  font-size: 3rem;
  color: #201f1f;
  margin-top: 1rem;
  position: relative;
}
.kslt-pop-article .kslt-pop-title .mark-as-actu {
  position: absolute;
  left: -10px;
  top: 15px;
  font-size: 0.85rem;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  display: inline-block;
  background-color: #000;
  color: #fff;
}
.kslt-pop-article .kslt-pop-author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.kslt-pop-article .kslt-pop-infos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
}
.kslt-pop-article .kslt-pop-infos .kslt-pop-image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 52px;
  width: 54.5px;
  border-radius: 50%;
  overflow: hidden;
}
.kslt-pop-article .kslt-pop-infos .kslt-pop-image img {
  max-width: 100%;
  max-height: 100%;
}
.kslt-pop-article .kslt-pop-infos .kslt-pop-image[data-border="true"] {
  border: 0.5px solid #4a5859;
}
.kslt-pop-article .kslt-pop-infos .kslt-pop-author-name {
  color: #201f1f;
}
.kslt-pop-article .kslt-pop-description {
  color: #201f1f;
  font-weight: bolder;
}
.kslt-pop-article .kslt-pop-content {
  font-size: 1rem;
}
.kslt-pop-article .kslt-pop-content > *:not(:nth-last-child(1)) {
  margin-bottom: 0.8rem;
}
.kslt-pop-article .kslt-pop-content strong,
.kslt-pop-article .kslt-pop-content b {
  font-weight: bold;
}
.kslt-pop-article .kslt-pop-content em,
.kslt-pop-article .kslt-pop-content i {
  font-style: italique;
}
.kslt-pop-article .kslt-pop-content a {
  font-weight: bold;
  color: #0000ff;
}
.kslt-pop-article .kslt-pop-content ul,
.kslt-pop-article .kslt-pop-content ol {
  width: 90%;
  margin: auto;
}
.kslt-pop-article .kslt-pop-content ul li,
.kslt-pop-article .kslt-pop-content ol li {
  list-style: initial;
}
.kslt-pop-article .kslt-pop-content table {
  width: 95%;
  margin: auto;
  border-collapse: collapse;
}
.kslt-pop-article .kslt-pop-content table,
.kslt-pop-article .kslt-pop-content table td {
  border-bottom: 0.5px solid grey;
}
.kslt-pop-article .kslt-pop-content table td,
.kslt-pop-article .kslt-pop-content table th {
  padding: 0.5rem 0.8rem;
  text-align: center;
  vertical-align: center;
}
.kslt-pop-article .kslt-pop-content table caption {
  font-weight: bold;
  margin-bottom: 1rem;
}
.kslt-pop-article .kslt-pop-content table th {
  background-color: #32373b;
  color: #fff;
}
.kslt-pop-article .kslt-pop-content table tr:hover,
.kslt-pop-article .kslt-pop-content table tr:active {
  background-color: #eee;
}
.kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
}
.kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons li {
  position: relative;
}
.kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons .icon {
  background-color: transparent;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}
.kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons .icon svg {
  height: 23px;
  width: 23px;
  -webkit-transition: fill none !important;
  -o-transition: fill none !important;
  transition: fill none !important;
  -webkit-transition: stroke none !important;
  -o-transition: stroke none !important;
  transition: stroke none !important;
}
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-social-media-icons {
  height: 40px;
  width: 150px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  top: -150%;
  right: -170%;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
  display: none;
}
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-social-media-icons::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #000;
  bottom: -17%;
  right: 45%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-social-media-icons
  .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: inherit;
}
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-social-media-icons
  .social-icon
  svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-social-media-icons
  .social-icon:hover
  svg {
  fill: #f4b860;
}
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-social-media-icons-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons .kslt-pop-like:hover {
  background-color: rgba(244, 184, 96, 0.4);
}
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-dislike:hover {
  background-color: rgba(200, 62, 77, 0.4);
}
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-bookmark:hover {
  background-color: rgba(54, 54, 236, 0.4);
}
.kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons .kslt-pop-share:hover {
  background-color: rgba(74, 88, 89, 0.4);
}
.kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons .kslt-pop-like:focus,
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-dislike:focus,
.kslt-pop-article
  .kslt-pop-actions
  .kslt-pop-list-icons
  .kslt-pop-bookmark:focus,
.kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons .kslt-pop-share:focus {
  background-color: #f7fafb;
}
.kslt-pop-article .kslt-pop-connect-to-actions {
  width: 100%;
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#32373b),
    to(#4a5859)
  );
  background: -o-linear-gradient(bottom right, #32373b, #4a5859);
  background: linear-gradient(to top left, #32373b, #4a5859);
  padding: 1rem 2rem;
  border-radius: 4px;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3% 0.8rem 97%;
  grid-template-columns: 3% 97%;
  grid-template-areas: "icon content";
  position: relative;
  gap: 0.8rem;
}
.kslt-pop-article .kslt-pop-connect-to-actions .imp {
  color: #f4b860;
}
.kslt-pop-article .kslt-pop-connect-to-actions .icon svg {
  position: absolute;
}
.kslt-pop-article .kslt-pop-connect-to-actions .icon {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: icon;
}
.kslt-pop-article .kslt-pop-connect-to-actions .kslt-pop-content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: content;
}
.kslt-pop-article .kslt-pop-connect-to-actions .kslt-pop-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-block: 0.5rem;
}
.kslt-pop-article .kslt-pop-connect-to-actions .kslt-pop-btns .btn-action {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: transparent;
  color: #f4b860;
  border-radius: 2px;
  border: #4a5859 0.5px solid;
}
.kslt-pop-article .kslt-pop-connect-to-actions .kslt-pop-btns .btn-action:hover,
.kslt-pop-article
  .kslt-pop-connect-to-actions
  .kslt-pop-btns
  .btn-action:active {
  background-color: #4a5859;
}
.kslt-pop-article .kslt-pop-article-dates {
  border-left: 5px solid #32373b;
  background-color: rgba(50, 55, 59, 0.5);
  min-height: 40px;
  width: 100%;
  display: none;
}
.kslt-pop-article .kslt-pop-about-author {
  width: 100%;
}
.kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
}
.kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper .kslt-pop-image {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.kslt-pop-article
  .kslt-pop-about-author
  .kslt-pop-in-wrapper
  .kslt-pop-image
  img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kslt-pop-article .kslt-pop-about-author .kslt-pop-text p {
  font-size: 0.9rem;
}

.kslt-pop-comments-section {
  width: 100%;
  padding-inline: 2rem;
  position: relative;
}

.kslt-pop-comments .kslt-pop-comment-form,
.kslt-pop-comments .kslt-pop-wrapper,
.kslt-pop-comments textarea {
  width: 100%;
}
.kslt-pop-comments .kslt-pop-wrapper > * {
  margin-bottom: 0.8rem;
}
.kslt-pop-comments textarea {
  border: 0.5px solid #201f1f;
  padding: 1rem;
  color: #201f1f;
  border-radius: 4px;
  min-height: 150px;
  resize: none;
}
.kslt-pop-comments .kslt-pop-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0;
  padding: 0.2rem 0.6rem;
}
.kslt-pop-comments .kslt-pop-show-comments {
  background: transparent;
  display: inline-block;
  padding: 0.3em;
  border-radius: 0.2em;
  color: #fff;
  background-color: #4a5859;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.3rem;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
}
.kslt-pop-comments .kslt-pop-show-comments #comments-counter {
  position: absolute;
  top: -13px;
  right: -3px;
  height: 25px;
  width: 25px;
  padding: 0.2rem 0.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.kslt-pop-comments .kslt-pop-show-comments svg {
  height: 24px;
  width: 24px;
  fill: #fff;
}
.kslt-pop-comments .kslt-pop-show-comments:hover,
.kslt-pop-comments .kslt-pop-show-comments:active {
  background-color: #32373b;
}
.kslt-pop-comments .kslt-pop-submit-comment {
  padding: 0.8em 1rem;
  border: #201f1f 1px solid;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  -webkit-animation: 1s ease-in-out forwards;
  animation: 1s ease-in-out forwards;
}
.kslt-pop-comments .kslt-pop-submit-comment:hover,
.kslt-pop-comments .kslt-pop-submit-comment:active {
  border-color: #f4b860;
  background-color: #f4b860;
  color: #000;
}
@-webkit-keyframes nope {
  0% {
    -webkit-transform: initial;
    transform: initial;
  }
  33% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
  }
  66% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes nope {
  0% {
    -webkit-transform: initial;
    transform: initial;
  }
  33% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
  }
  66% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.kslt-pop-list-comments {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  border-top: 0.1px solid #f7fafb;
}
.kslt-pop-list-comments .kslt-pop-comment {
  padding: 1.2rem;
  background-color: #f7fafb;
  border-radius: 8px;
  border: 1px solid rgba(50, 55, 59, 0.05);
  margin-bottom: 1rem;
}

.kslt-pop-list-comments .kslt-pop-reply {
  margin-left: 2rem;
  border-left: 3px solid #f4b860;
  background-color: rgba(247, 250, 251, 0.5);
  margin-top: 0.8rem;
  padding-left: 1.2rem;
  border-radius: 0 8px 8px 0;
}

.kslt-pop-list-comments .kslt-pop-comment .kslt-pop-commentor {
  font-weight: 700;
  color: #201f1f;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.kslt-pop-list-comments .kslt-pop-comment .kslt-pop-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #32373b;
  margin-bottom: 0.8rem;
}

.kslt-pop-list-comments .kslt-pop-comment .kslt-pop-comment-date {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  color: #4a5859;
  background-color: rgba(74, 88, 89, 0.08);
  font-size: 0.8rem;
  font-weight: 500;
}

.kslt-pop-list-comments .kslt-pop-comment .kslt-pop-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kslt-pop-list-comments .kslt-pop-comment .kslt-pop-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

@media only all and (max-width: 480px) {
  .kslt-pop-list-comments .kslt-pop-comment .kslt-pop-dates {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kslt-pop-list-comments .kslt-pop-comment .kslt-pop-comment-date {
    width: auto;
    margin-top: 0;
  }
}

#replying-to {
  background-color: rgba(244, 184, 96, 0.1);
  padding: 0.8rem 1.2rem;
  border-radius: 6px;
  border-left: 4px solid #f4b860;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kslt-pop-more {
  padding: 2rem;
}

.kslt-pop-wrapcards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.kslt-pop-wrapcards > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.kslt-pop-wrapcards > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

@media only all and (max-width: 1200px) {
  .kslt-pop-article,
  .kslt-pop-comments,
  .kslt-pop-list-comments,
  .kslt-pop-wrapcards {
    width: 65%;
  }
}
@media only all and (max-width: 1100px) {
  .kslt-pop-article,
  .kslt-pop-comments,
  .kslt-pop-list-comments,
  .kslt-pop-wrapcards {
    width: 75%;
  }
}
@media only all and (max-width: 900px) {
  .kslt-pop-article,
  .kslt-pop-comments,
  .kslt-pop-list-comments {
    width: 85%;
  }
  .kslt-pop-wrapcards {
    width: 90%;
  }
}
@media only all and (max-width: 800px) {
  .kslt-pop-article .kslt-pop-actions {
    position: static;
  }
  .kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons {
    all: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem;
  }
}
@media only all and (max-width: 750px) {
  .kslt-pop-article .kslt-pop-title {
    font-size: 3rem;
  }
  .kslt-pop-article .kslt-pop-infos .kslt-pop-author-name {
    font-size: 0.9rem;
  }
  .kslt-pop-article .kslt-pop-article-stats .kslt-pop-stat {
    font-size: 0.8rem;
  }
  .kslt-pop-article .kslt-pop-article-stats .kslt-pop-stat svg {
    height: 20px;
    width: 20px;
  }
  .kslt-pop-wrapcards {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .kslt-pop-article .kslt-pop-connect-to-actions {
    display: block;
  }
  .kslt-pop-article .kslt-pop-connect-to-actions .icon {
    padding-bottom: 0.3rem;
  }
  .kslt-pop-article .kslt-pop-connect-to-actions .icon svg {
    position: static;
  }
  .kslt-pop-list-comments .kslt-pop-reply {
    margin-left: 1rem;
    padding-left: 0.8rem;
  }
}
@media only all and (max-width: 600px) {
  .kslt-pop-article .kslt-pop-title {
    font-size: 3rem;
  }
  .kslt-pop-article .kslt-pop-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .kslt-pop-more {
    padding: 1rem 0;
  }
}
@media only all and (max-width: 500px) {
  .kslt-pop-article .kslt-pop-title {
    font-size: 2rem;
  }

  .kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kslt-pop-article
    .kslt-pop-about-author
    .kslt-pop-in-wrapper
    .kslt-pop-image {
    height: 65px;
    width: 65px;
  }
  .kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper .kslt-pop-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }
  .kslt-pop-article
    .kslt-pop-about-author
    .kslt-pop-in-wrapper
    .kslt-pop-text
    * {
    text-align: center;
  }
}
@media only all and (max-width: 425px) {
  .kslt-pop-comments-section {
    padding-inline: 0;
  }
  .kslt-pop-article .kslt-pop-actions .kslt-pop-list-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .kslt-pop-article .kslt-pop-title {
    font-size: 2.5rem;
  }
  .kslt-pop-article .kslt-pop-content table {
    font-size: 0.9rem;
  }
  .kslt-pop-article .kslt-pop-content table th,
  .kslt-pop-article .kslt-pop-content table td {
    text-align: left;
    padding: 0.3rem;
  }
  .kslt-pop-list-comments .kslt-pop-reply {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media only all and (max-width: 375px) {
  .kslt-pop-article .for-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .kslt-pop-article .kslt-pop-comment {
    background-color: #f7fafb;
  }
  .kslt-pop-comments .kslt-pop-show-comments {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  .kslt-pop-comments .kslt-pop-show-comments svg {
    height: 21px;
    width: 21px;
  }
  .kslt-pop-comments .kslt-pop-buttons {
    padding: 0.5rem 0;
  }
  .kslt-pop-article .kslt-pop-content p {
    font-size: 0.95rem;
  }
  .kslt-pop-article .kslt-pop-article-stats {
    all: initial;
  }
  .kslt-pop-article .kslt-pop-article-stats .kslt-pop-stat {
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .kslt-pop-article .kslt-pop-description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    border-left: 3px solid #32373b;
    padding-left: 1rem;
    font-size: 0.9rem;
  }
  .kslt-pop-article .kslt-pop-connect-to-actions {
    font-size: 0.85rem;
    padding: 1rem;
  }
  .kslt-pop-list-comments .kslt-pop-comment .kslt-pop-text,
  .kslt-pop-list-comments .kslt-pop-comment .kslt-pop-comment-date,
  .kslt-pop-list-comments .kslt-pop-comment .kslt-pop-dates {
    font-size: 0.85rem;
  }
}
@media only all and (max-width: 360px) {
  .kslt-pop-article .kslt-pop-connect-to-actions .kslt-pop-btns .btn-action {
    font-size: 0.8rem;
  }
}
@media only all and (max-width: 320px) {
  .kslt-pop-wrapcards .kslt-gen-card {
    min-height: 200px;
  }
  .kslt-pop-wrapcards .kslt-gen-card * {
    font-size: 0.9rem !important;
  }
  .kslt-pop-wrapcards .kslt-gen-card * svg {
    height: 22px !important;
    width: 22px !important;
  }
  .kslt-pop-comments-section {
    padding-top: 0;
  }
  .kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    width: 80%;
    margin: auto;
    color: #201f1f;
    font-size: 0.9rem;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.8rem;
    gap: 0.5rem;
  }
  .kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper .kslt-pop-image,
  .kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper img {
    border-radius: 50%;
    overflow: hidden;
  }
  .kslt-pop-article
    .kslt-pop-about-author
    .kslt-pop-in-wrapper
    .kslt-pop-image {
    height: 70px;
    width: 70px;
    border: 2px solid #201f1f;
  }
  .kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .kslt-pop-article
    .kslt-pop-about-author
    .kslt-pop-in-wrapper
    .kslt-pop-image {
    height: 50px;
    width: 50px;
  }
  .kslt-pop-article .kslt-pop-about-author .kslt-pop-in-wrapper .kslt-pop-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }
}
