.product-qna-list .center-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.inquiry-info {
  padding: 2px 0;
  width: 100%;
}
.inquiry-info span {
  font-size: 15px;
}
.inquiry-info .product-name {
  font-weight: bold;
}
.inquiry-title {
  display: flex;
  align-items: center;
}
.inquiry-title .title-text {
  font-size: 16px;
  margin-right: 6px;
  flex: 1;
  min-width: 0;
  line-height: 1.3;
}
.inquiry-title img {
  height: 16px;
  flex-shrink: 0;
  margin-right: 6px;
}
.secret-item .center-toggle-btn {
  opacity: 0.3;
  cursor: not-allowed;
}
.secret-item .center-toggle-btn img {
  filter: grayscale(100%);
}
.center-body-wrap {
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.center-body {
  max-width: 100%;

  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}