/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/timeline-entry/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.wp-block-threea-timeline-entry {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .wp-block-threea-timeline-entry {
    gap: 20px;
    grid-template-columns: 110px 20px 1fr;
    grid-template-rows: auto;
  }
}
.wp-block-threea-timeline-entry--date {
  color: #575151;
  font-weight: bold;
  font-size: 36px;
  word-wrap: normal;
  grid-column: 2/3;
  grid-row: 1;
}
@media screen and (min-width: 1024px) {
  .wp-block-threea-timeline-entry--date {
    grid-column: 1;
    grid-row: 1;
  }
}
.wp-block-threea-timeline-entry--dot {
  grid-column: 1/2;
  grid-row: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background: #D21927;
  margin-top: 22px;
}
@media screen and (min-width: 1024px) {
  .wp-block-threea-timeline-entry--dot {
    margin-top: 16px;
    grid-column: 2;
  }
}
.wp-block-threea-timeline-entry::before {
  display: block;
  content: "";
  background: #D21927;
  position: absolute;
  top: 26px;
  bottom: -48px;
  left: 6px;
  width: 4px;
}
@media screen and (min-width: 1024px) {
  .wp-block-threea-timeline-entry::before {
    grid-column: 2;
    top: 30px;
    bottom: -60px;
  }
}
.wp-block-threea-timeline-entry:not(:first-child)::before {
  bottom: 0;
  top: -45px;
}
.wp-block-threea-timeline-entry--content {
  display: flex;
  flex-direction: column;
  grid-column: 2/3;
  grid-row: 2;
  gap: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .wp-block-threea-timeline-entry--content {
    grid-row: 1;
    grid-column: 3;
  }
}
.wp-block-threea-timeline-entry h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .wp-block-threea-timeline-entry h2 {
    font-size: 36px;
  }
}
.wp-block-threea-timeline-entry p {
  margin: 0;
}

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