/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/block/voice/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.dbp-voice {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
.dbp-voice__icon {
  width: 80px;
  -webkit-box-flex: 0;
          flex: none;
}
.dbp-voice__icon img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 5px 5px;
  border-radius: 50%;
}
.dbp-voice__icon img.inverted {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.dbp-voice__name {
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.dbp-voice__text {
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 16px 18px;
  background-color: #eee;
  border-color: #eee;
  border-radius: 10px;
  min-height: 80px;
}
.dbp-voice__text:after {
  content: "";
  position: absolute;
  top: 35px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 0;
}
.dbp-voice__text > *:first-child {
  margin-top: 0;
}
.dbp-voice__text > *:last-child {
  margin-bottom: 0;
}
.dbp-voice.left .dbp-voice__text {
  margin-left: 15px;
}
.dbp-voice.left .dbp-voice__text:after {
  left: -12px;
  border-right-color: inherit;
  border-left: 0;
}
.dbp-voice.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.dbp-voice.right .dbp-voice__text {
  margin-right: 15px;
}
.dbp-voice.right .dbp-voice__text:after {
  right: -12px;
  border-left-color: inherit;
  border-right: 0;
}

/*# sourceMappingURL=style-voice.css.map*/