.fb-widget__section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 1.4rem;
  pointer-events: none;
}

.fb-widget {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  /* max-width: 500px; */
  width: 100%;
}

.fb-widget__header {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 12px 16px 12px;
}

.fb-widget__avatar {
  display: block;
  width: 40px;
  height: 40px;
}

.fb-widget__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.fb-widget__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fb-widget__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
}

.fb-widget__name {
  font-weight: 600;
  color: #050505;
  font-size: 15px;
  line-height: 1.3333;
  margin: 0 !important;
}

.fb-widget__author svg {
  color: #0866ff;
  display: block;
}

.fb-widget__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
  line-height: 1.2308;
  color: #65676b;
}

.fb-widget__date span {
  font-size: 13px;
}

.fb-widget__date svg {
  display: block;
}

.fb-widget__main {
  display: flex;
  flex-direction: column;
  margin: 4px 0 /*16px*/ 0;
}

.fb-widget__main p {
  margin: 0.5em 16px 0;
  word-break: break-word;
  line-height: 1.3333;
  font-weight: 400;
  font-size: 15px;
}

.fb-widget__main p:first-of-type {
  margin: 0 16px;
}

.fb-widget__reaction {
  display: flex;
  padding: 10px 0;
  margin: 0 16px;
  color: #65676b;
}

.emojis__block {
  display: flex;
  flex-grow: 1;
  gap: 0.2em;
  align-items: center;
}

.emoji {
  width: 18px;
  height: 18px;
  margin: 0;
  display: flex;
}

.amount {
  display: flex;
  align-items: center;
  max-width: 100px;
  width: 100%;
  text-align: left;
  padding-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3333;
  font-weight: 400;
  font-size: 13px;
}

.actions__block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-shrink: 0;
}
.actions__block span {
  word-break: auto-phrase;
}

.action {
  display: flex;
  gap: 5px;
  padding: 4px;
  align-items: center;
}

.amount_diff {
  padding-left: 0;
}

.icon {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 0;
}
.main-text {
  margin-bottom: 10px !important;
}
.main-img {
  max-width: 80%;
  max-height: 500px;
  margin: 0 auto;
}
