.weda-errormessage-status__detail {
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}

.weda-errormessage-status__detail_wrap {
  width: 100%;
  margin-top: 8px;
}

.weda-errormessage-status__detail_wrap_header {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.weda-errormessage-status__detail_wrap_content {
  text-align: left;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
}
