/**
 * Recommended For — このような方にオススメです
 */

.commerce-insight-recommended {
  background: #f7f9fa;
  padding: 40px 16px;
}

.commerce-insight-recommended__inner {
  width: min(100%, 790px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

.commerce-insight-recommended__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.commerce-insight-recommended__title {
  margin: 0;
  color: #202531;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.commerce-insight-recommended__card {
  margin: 0;
  padding: 24px;
  list-style: none;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.commerce-insight-recommended__item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px dashed #e1e3e4;
}

.commerce-insight-recommended__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.commerce-insight-recommended__icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.commerce-insight-recommended__text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  color: #202531;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: justify;
}

@media (min-width: 1025px) {
  .commerce-insight-recommended {
    padding: 64px 96px;
  }

  .commerce-insight-recommended__inner {
    gap: 24px;
  }

  .commerce-insight-recommended__title {
    font-size: 24px;
    letter-spacing: 0.025em;
  }
}
