@charset "utf-8";

.un-important { position: relative; padding: 15px 20px 15px 65px; color: rgb(225, 18, 41); background-color: rgba(225, 18, 41, 0.05); border-radius: 5px; }

.un-important::before { content: "!"; position: absolute; top: calc(50% - 25px); left: 28px; font-size: 50px; line-height: 1; }

.exp__container { text-align: inherit; font-style: normal; font-weight: 400; line-height: 1.5; }

.exp__container hr { margin: 15px 0px; }

.exp__item-header img { border-radius: 50%; height: 150px; object-fit: cover; aspect-ratio: 1 / 1; flex-shrink: 0; }

.exp__item-header { display: flex; flex-direction: row; align-items: center; padding: 15px 0px; }

.exp__text-header { font-weight: bold; font-size: 24px; margin: 5px 0px; }

.exp__text-content { color: rgb(127, 127, 127); }

.exp__text { display: flex; flex-direction: column; padding: 15px; }

.exp__item-comment { padding: 15px 0px; }

@media (max-width: 767px) {
  .exp__item-comment { padding: 15px 0px; }
  .exp__item-header { text-align: center; flex-direction: column; }
  .exp__text-content { text-align: center; }
  .exp__item-comment { padding-left: 16px; padding-right: 16px; }
}

.widget__author .widget__name { margin-bottom: 0px !important; }

.widget__block { margin-bottom: 0px !important; }

@media (min-width: 767px) {
  .widget .widget__info { flex-direction: row; gap: 8px; }
  .widget .widget__date-block { margin-top: 2px; }
}
