<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customer_voice_area .customer_voice_box {
  background: white;
  border-radius: 10px;
  padding: 35px 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px !important;
}

.customer_voice_area .customer_voice_box &gt; ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}

.customer_voice_area .customer_voice_box&gt;ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 7px;
}

.customer_voice_area .customer_voice_box &gt; ul &gt; ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.customer_voice_area .customer_voice_box &gt; ul &gt; ul li:first-child {
  color: white;
  font-size: 13px;
  background: #0071d1;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
}
.customer_voice_area .customer_voice_box &gt; ul &gt; ul li:last-child {
  color: #002063;
  font-size: 13px;
}
.customer_voice_area .customer_voice_box .customer_voice_box_labelEx_data {
  font-size: 15px;
  line-height: 25px;
  color: #002063;
}
.customer_voice_area .customer_voice_box .customer_voice_box_labelEx_title {
  font-size: 24px;
  line-height: 30px;
  color: #002063;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 10px;
}
.customer_voice_area .customer_voice_box .customer_voice_box_labelEx_title::after {
  content: "";
  background: url(/userfiles/templates/dream/assets/img/voice_bg.png) no-repeat;
  position: absolute;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 13px;
}

.voice-section {
  padding: 1rem !important;
}

@media screen and (max-width: 768px) {
  .customer_voice_area .customer_voice_box {
    background: white;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 13px !important;
  }

  .customer_voice_area .customer_voice_box&gt;ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
  }

  .customer_voice_area .customer_voice_box&gt;ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .customer_voice_area .customer_voice_box&gt;ul&gt;ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .customer_voice_area .customer_voice_box&gt;ul&gt;ul li:first-child {
    color: white;
    font-size: 11px;
    background: #0071d1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    width: 84px;
    padding: 0 6px;
  }

  .customer_voice_area .customer_voice_box&gt;ul&gt;ul li:last-child {
    color: #002063;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
  }

  .customer_voice_area .customer_voice_box .customer_voice_box_labelEx_data {
    font-size: 13px;
    line-height: 20px;
    color: #002063;
  }

  .customer_voice_area .customer_voice_box .customer_voice_box_labelEx_title {
    font-size: 18px;
    line-height: 26px;
    color: #002063;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .customer_voice_area .customer_voice_box .customer_voice_box_labelEx_title::after {
    content: "";
    background: url(/userfiles/templates/dream/assets/img/voice_bg_sp.png) no-repeat;
    position: absolute;
    background-size: 100% auto;
    background-position: bottom center;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 15px;
  }

  .voice-section {
    padding: 0 !important;
  }
}</pre></body></html>