.insight-fb,
.insight-fb *,
.insight-fb *::before,
.insight-fb *::after {
  box-sizing: border-box;
}

.insight-fb {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #f7fbfc;
  border-radius: 16px;
  overflow: hidden;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  color: #4a4a4a;
  line-height: 1.6;
  word-break: keep-all;
}

.insight-fb .insight-fb__row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem !important;
  margin: 0 !important;
}

.insight-fb .insight-fb__row + .insight-fb__row {
  border-top: 1px dashed #d1d1d1;
}

.insight-fb .insight-fb__icon {
  flex-shrink: 0;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #e1f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insight-fb .insight-fb__icon-img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.insight-fb .insight-fb__content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  min-width: 0;
  word-break: keep-all;
}

.insight-fb .insight-fb__title {
  flex-shrink: 0;
  width: 8.5rem;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.2rem !important;
  font-weight: 700;
  color: #007a7a;
  line-height: 1.4;
  word-break: keep-all;
}

.insight-fb .insight-fb__divider {
  flex-shrink: 0;
  width: 1px;
  height: 48px;
  background-color: #d1d1d1;
}

.insight-fb .insight-fb__description {
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.9375rem;
  color: #4a4a4a;
  line-height: 1.7;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .insight-fb .insight-fb__row {
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1rem 1.5rem !important;
  }

  .insight-fb .insight-fb__icon {
    width: 50px !important;
    height: 50px !important;
    margin-top: 0.25rem;
  }

  .insight-fb .insight-fb__icon-img {
    width: 30px !important;
    height: 30px !important;
  }

  .insight-fb .insight-fb__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .insight-fb .insight-fb__title {
    width: auto;
    font-size: 1.2rem !important;
  }

  .insight-fb .insight-fb__divider {
    display: none;
  }

  .insight-fb .insight-fb__description {
    font-size: 0.875rem;
  }
}
