

/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/news.list/product-public-notes/style.css?17556110312577*/
/**
* Products Public Notes Style
**/
.product-public-notes {

}
.product-public-notes__list {

}
.product-public-notes__item {
  position: relative;
}
.product-public-notes__list .product-public-notes__item {
  margin-top: 50px;
  border-bottom: 1px solid #D6DFEA;
  padding-bottom: 50px;
}
.product-public-notes__list .product-public-notes__item:first-child {
  margin-top: 0;
}
.product-public-notes__list .product-public-notes__item:last-child {
  border-bottom: none;
}
.product-public-notes__head {
  margin-bottom: 20px;
}
.product-public-notes__author {
  display: block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--heading-color);
  padding: 0;
  margin-bottom: 10px;
}
.on-moderation .product-public-notes__author {
  color: var(--text-color);
}
.product-public-notes__content__text {
  font-size: 15px;
  line-height: 1.3;
  color: var(--text-color);
  position: relative;
}

.product-public-notes__content__text_label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: var(--heading-color);
  margin: 25px 0 15px;
}

.product-public-notes__vote {
  height: 18px;
  margin-bottom: 16px;
}

.product-public-notes__date {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 12px;
}

.product-public-notes__vote .rating .rating__choose > label,
.product-public-notes__vote .rating .rating__choose > a,
.product-public-notes__vote .rating .rating__result span {
  display: inline-block;
  float: right;
  width: 18px;
  padding: 0 0px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 150%;
  line-height: 18px;
  margin-right: 2px;
}

.product-public-notes__footer {
  margin-top: 30px;
}

.product-public-notes__form {
  margin-top: 50px;
}

.product-public-notes__empty-message {
  margin-bottom: 20px;
}

.product-public-notes .product-public-notes__create-note {
  border: 1px solid var(--border-color);
  background: var(--background-color);
  color: var(--text-color);
}

.product-public-notes .product-public-notes__create-note:hover {
  background: var(--background-color);
  color: var(--heading-color);
}

/** Media ------------------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
  .product-public-notes__list .product-public-notes__item {
    margin-top: 10px;
    padding: 20px 20px;
  }
}

/* End */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/news.list/product-public-notes/style.css?17556110312577 */
