/* Only css for WP-Block elements, ordinary theme style are in the theme */
.wp-block-dpa-block-interview {
  width: 100%;
}

.blog-question {
  font-size: 14px;
  font-weight: 700;
}

.blog-answer {
  align-items: center;
  background-color: #E5F4F7;
  border-radius: 10px;
  display: flex;
  font-size: 14px;
  margin-left: 20px;
  padding: 10px 20px;
  width: calc(100% - 20px);
}

.blog-answer:before {
  border-color: transparent #E5F4F7 transparent transparent;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  content: ' ';
  display: flex;
  height: 0;
  margin-left: -40px;
  margin-right: 20px;
  width: 0;
}

.blog-hr {
  border-bottom: none;
  border-top: 1px solid #004884;
  height: 0;
  width: 100%;
}

.blog-quote-img {
  align-self: center;
  background-color: #FFF;
  box-sizing: border-box;
  display: flex;
  margin-top: -25px;
  padding: 0 20px;
  width: 80px;
}

.wp-block-dpa-block-quote-1, .blog-quote-1 {
  display: flex;
  flex-direction: column;
}

.block-start {
  align-self: start;
}

.wp-block-dpa-block-quote-2, .blog-quote-2 {
  align-items: center;
  display: flex;
}

.blog-quote-2-img {
  padding-right: 15px;
}

.blog-quote-2 {
  border-left: 6px solid #eeeeee;
  padding-left: 15px;
  min-height: 37px;
}
