@import "../../theme.scss";

.topPostsFrontend {
  color: #080808;
  margin: 0;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding-top: 10px;
}

.topPostsFrontend-postsGrid--inner {
  overflow: hidden;
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 1fr;
  max-width: 600px;
  padding: 0px 3px;
}

.topPostsFrontend-pinSvg {
  position: relative;
  top: 5px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
  height: 0px;
}

.topPostsFrontend-pinSvg > svg {
  height: 25px;
  width: 30px;
  transform: rotate(45deg);
  background: rgb(0, 0, 0, 0.1);
  fill: white;
}

.topPostsFrontend-cardItem--wrapper {
  overflow: hidden;
}

#topPosts-frontend-page--widget {
  .topPostsFrontend {
    .topPostsFrontend-postsGrid--inner {
      grid-template-columns: repeat(1, 1fr);
    }
  }
}

@media screen and (max-width: 600px) {
  .topPostsFrontend-postsGrid--inner {
    grid-template-columns: 1fr !important;
  }
}
.ql-size-large {
  font-size: 1.5em;
}
.ql-size-small {
  font-size: 0.75em;
}
.ql-size-huge {
  font-size: 2.5em;
}
.ql-align-center {
  text-align: center;
}
.ql-align-right {
  text-align: right;
}
.ql-align-left {
  text-align: left;
}
.ql-align-justify {
  text-align: justify;
}

@media only screen and (max-width: 480px) {
  .topPosts-frontend-widget {
    min-width: unset !important;
  }
}
