.wiffy-guide.comments {
  margin: 0 auto;
  max-width: 620px;
}

.wiffy-guide.comments .wiffy-guide__comment {
  background-color: #fff;
  padding: 10px 0;
}

.wiffy-guide.comments .wiffy-guide__character {
  background: transparent;
  border: 0;
  border-radius: 65px;
  display: block;
  float: left;
  height: 65px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 65px;
  z-index: 1;
}

.wiffy-guide.comments .wiffy-guide__character img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wiffy-guide__character:focus-visible {
  outline: 3px solid rgba(34, 80, 252, 0.28);
  outline-offset: 2px;
}

.wiffy-guide.comments .wiffy-guide__speech {
  min-height: 80px;
  padding: 0 0 0 86px;
  position: relative;
  text-align: left;
}

.wiffy-guide.comments .wiffy-guide__text-holder {
  display: block;
  margin: 3px 0 0;
}

.wiffy-guide__text-holder > :last-child {
  margin-bottom: 0;
}

.wiffy-guide--disabled {
  max-width: none;
}

.wiffy-guide.comments.wiffy-guide--disabled .wiffy-guide__comment {
  padding: 0;
}

.wiffy-guide.comments.wiffy-guide--disabled .wiffy-guide__character {
  display: none;
}

.wiffy-guide.comments.wiffy-guide--disabled .wiffy-guide__speech {
  min-height: 0;
  padding: 0;
}

.wiffy-guide.comments.wiffy-guide--disabled .wiffy-guide__text-holder {
  margin: 0;
}

.wiffy-profile {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
}

.page-notice-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  gap: 8px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.page-notice-title__icon {
  border-radius: 50%;
  display: block;
  height: 28px;
  object-fit: cover;
  width: 28px;
}

.page-notice-title__icon-button {
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding: 0;
}

.wiffy-profile__image {
  border-radius: 16px;
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: min(70vh, 480px);
  object-fit: contain;
  width: 100%;
}

.wiffy-profile .btn-close {
  background-color: rgba(15, 23, 42, 0.82);
  border-radius: 50%;
  box-shadow: none;
  height: 32px;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  z-index: 1;
}

.wiffy-profile .btn-close:hover,
.wiffy-profile .btn-close:focus {
  background-color: #0f172a;
}

@media (max-width: 991.98px) {
  .wiffy-guide.comments .wiffy-guide__character {
    border-radius: 48px;
    height: 48px;
    margin-right: 14px;
    width: 48px;
  }

  .wiffy-guide.comments .wiffy-guide__speech {
    padding: 0 0 0 62px;
  }
}
