/** CSS Easing functions */ /* Bulma Utilities */
.single-topic .bbp-header {
  padding: 0.75rem 1.75rem !important;
}
.single-topic .bbp-body .bbp-reply-header,
.single-topic .bbp-body .topic,
.single-topic .bbp-body .reply {
  padding: 0.75rem 1.75rem !important;
}
.single-topic .bbp-body .topic .bbp-reply-author .bbp-author-avatar img,
.single-topic .bbp-body .reply .bbp-reply-author .bbp-author-avatar img {
  border-radius: 0.25rem;
}
.single-topic .bbp-body .topic .bbp-reply-author .bbp-author-name,
.single-topic .bbp-body .reply .bbp-reply-author .bbp-author-name {
  color: var(--wp--preset--color--blue);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--size-6);
  margin-top: 0.5rem !important;
}
@media only screen and (min-width: 481px) {
  .single-topic .bbp-body .topic .bbp-reply-content,
.single-topic .bbp-body .reply .bbp-reply-content {
    margin-left: clamp(7.5rem, 3.3101rem + 13.9373vw, 10rem) !important;
  }
}
