.emswc-wrap {
  border: 1px solid #e5e5e5;
  padding: 18px;
  margin: 18px 0;
  border-radius: 10px;
  background: #fff;
}

.emswc-wrap h3 {
  margin: 0 0 16px;
}

.emswc-section {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.emswc-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.emswc-wrap h4 {
  margin: 0 0 10px;
}

.emswc-wrap textarea,
.emswc-wrap input[type="file"] {
  width: 100%;
  max-width: 100%;
}

.emswc-wrap small {
  display: block;
  margin-top: 6px;
  color: #666;
}