.brk-post-full__meta {
  display: flex;
}

.brk-post-full__meta-date {
  color: #585858;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brk-post-full__meta-date>i {
  margin-right: 5px;
  font-size: 10px;
}

.brk-post-full__meta-comments {
  color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brk-post-full__meta-comments>i {
  margin-right: 5px;
  font-size: 10px;
}

.brk-post-full__meta-date i,
.brk-post-full__meta-comments i {
  vertical-align: middle;
}

.brk-post-full__fixed-width {
  min-width: 73px;
}

.brk-post-full .rotation-slider {
  max-width: none;
}

.brk-related-carousel__control {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-grow: 1;
}

.brk-related-carousel__control::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ececec;
}

.brk-related-carousel__control-btn {
  z-index: 1;
  padding: 15px 64px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: .3s ease all;
}

.brk-bordered-theme .brk-related-carousel__control-btn {
  border-radius: var(--b-radius);
}

@media screen and (max-width: 500px) {
  .brk-related-carousel__control-btn {
    flex-grow: 1;
    padding: 10px;
    justify-content: center;
  }
}

.brk-related-carousel__control-btn:first-child>i {
  margin-right: 10px;
  margin-top: -4px;
}

.brk-related-carousel__control-btn:last-child>i {
  margin-left: 10px;
  margin-top: -4px;
}

.brk-related-carousel__control-btn:hover {
  color: #ffffff;
}

.brk-related-carousel .slick-list {
  margin: -15px;
}

.brk-related-carousel .slick-slide {
  padding: 15px;
}

.brk-related-carousel__dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.brk-related-carousel__dots li {
  width: 26px;
  height: 9px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 20px;
}

.brk-bordered-theme .brk-related-carousel__dots li {
  border-radius: var(--b-radius);
}

.brk-related-carousel__dots li:last-child {
  margin-right: 0;
}

.brk-related-carousel__dots li button {
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.brk-related-carousel__dots li {
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 0px 1px #fff;
}

.brk-related-carousel__dots .slick-active {
  border: 1px solid rgba(0, 0, 0, 0.13);
}

.brk-reply-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}

.brk-reply-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(../../img/dashed-border.png) repeat-x;
}

.brk-reply-item:last-child:after {
  background: none;
}

.brk-reply-item .brk-reply-item {
  padding-left: 30px;
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .brk-reply-item .brk-reply-item {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .brk-reply-item .brk-reply-item {
    padding-left: 15px;
    padding-top: 20px;
  }
}

.brk-reply-item .brk-reply-item:after {
  background: none;
}

.brk-reply-item__user {
  flex: 0 0 50px;
  max-width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .brk-reply-item__user {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
  }
}

.brk-reply-item__user img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brk-reply-item__content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 576px) {
  .brk-reply-item__header {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

.brk-reply-item__header-like {
  font-size: 0.875rem;
  color: #9f9f9f;
}

.brk-reply-item__header-like>i {
  margin-right: 7px;
  margin-top: 5px;
}

.brk-reply-item__header-reply {
  font-size: 0.875rem;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .brk-reply-item__header-reply {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .brk-reply-item__header-reply {
    font-size: 0.8125rem;
    margin-left: 5px;
  }
}

.brk-reply-item__header-reply>i {
  margin-right: 8px;
  margin-top: 4px;
}