/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/live-comments/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-admin .wp-block-banksblocks-live-comments {
  margin-bottom: 0;
}
.wp-admin .wp-block-banksblocks-live-comments::after {
  content: none;
}

.wp-block-banksblocks-live-comments {
  position: relative;
  margin-bottom: -30px;
}
@media screen and (min-width: 980px) {
  .wp-block-banksblocks-live-comments {
    margin-bottom: -40px;
  }
}
.wp-block-banksblocks-live-comments::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.live-comment {
  display: block;
  max-height: 330px;
  padding-bottom: 30px;
  overflow-y: auto;
}
@media screen and (min-width: 980px) {
  .live-comment {
    padding-bottom: 40px;
  }
}
.live-comment-item:nth-child(2n) .live-comment-avatar {
  background-color: #FCCE92;
}
.live-comment-item:nth-child(3n) .comment-avatar {
  background-color: #fc9a92;
}
.live-comment-item + * {
  margin-top: 25px;
}
.live-comment-title {
  display: flex;
  align-items: center;
}
.live-comment-title + * {
  margin-top: 10px;
}
.live-comment-author {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
}
.live-comment-avatar {
  display: block;
  flex: 25px 0 0;
  height: 25px;
  border-radius: 50%;
  background-color: #ACE4FC;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}
.live-comment-avatar span {
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.live-comment-avatar img {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 2;
}
.live-comment-text {
  display: block;
  font-size: 15px;
  line-height: 22px;
}
.live-comment-text + * {
  margin-top: 5px;
}
.live-comment-page {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=style-live-comments.css.map*/