/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/timeline/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-timeline__item {
  display: -webkit-box;
  display: flex;
  position: relative;
}
.dbp-timeline__item--icon {
  position: relative;
  margin-right: 15px;
  min-width: 50px;
}
.dbp-timeline__item--icon:before {
  content: "";
  position: absolute;
  top: 0.75em;
  width: 2px;
  height: 100%;
  background-color: #eee;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.dbp-timeline__item--icon img {
  position: relative;
  top: -10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0px 2px #eee;
          box-shadow: 0 0 0px 2px #eee;
}
.dbp-timeline__item--icon.no-icon .dbp-timeline__item--mark {
  border-width: 2px;
  top: 0.5em;
}
.dbp-timeline__item--mark {
  position: absolute;
  padding: 5px;
  background: #007cba;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0px 2px #eee;
          box-shadow: 0 0 0px 2px #eee;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  top: -10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.dbp-timeline__item--mark svg {
  width: 20px;
  height: 20px;
  margin: 5px;
}
.dbp-timeline__item--meta {
  -webkit-box-flex: 1;
          flex: 1;
  margin-bottom: 10px;
}
.dbp-timeline__item--label {
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.dbp-timeline__item--content {
  border-radius: 5px;
}
.dbp-timeline__item--content > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

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