/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/latest-post/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.wp-block-blueprint-latest-post {
  padding: var(--wp--custom--spacing--30);
  margin: var(--wp--custom--spacing--10);
  height: 100%;
}
.wp-block-blueprint-latest-post > .container {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}
.wp-block-blueprint-latest-post > .container .Post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 390px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.wp-block-blueprint-latest-post > .container .Post .post-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-blueprint-latest-post > .container .Post .post-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-blueprint-latest-post > .container .Post .video-player {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.wp-block-blueprint-latest-post > .container .Post .video-player iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.78vh;
  height: 100vw;
  min-width: 100%;
  min-height: 100%;
}
.wp-block-blueprint-latest-post > .container .Post .video-thumbnail {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.wp-block-blueprint-latest-post > .container .Post .video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-blueprint-latest-post > .container .Post .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #212121 0%, transparent 92%);
  pointer-events: none;
  z-index: 1;
}
.wp-block-blueprint-latest-post > .container .Post .video-playback-ui {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.wp-block-blueprint-latest-post > .container .Post .video-playback-ui .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: saturate(180%) blur(10px);
  border: none;
  pointer-events: auto;
  cursor: pointer;
  z-index: 3;
}
.wp-block-blueprint-latest-post > .container .Post .video-playback-ui .video-play-button svg {
  width: 20px;
  height: 20px;
}
.wp-block-blueprint-latest-post > .container .Post .video-playback-ui .video-play-button svg path {
  fill: white;
}
.wp-block-blueprint-latest-post > .container .Post .video-playback-ui .video-play-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.wp-block-blueprint-latest-post > .container .Post .text-container {
  position: relative;
  z-index: 2;
}
.wp-block-blueprint-latest-post > .container .Post .text-container .post-meta {
  margin-bottom: 2px;
}
.wp-block-blueprint-latest-post > .container .Post .text-container .post-meta .post-taxonomies .post-taxonomy {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--custom-1);
  line-height: 200%;
  font-weight: 600;
}
.wp-block-blueprint-latest-post > .container .Post .text-container .post-title {
  color: #FFF;
  font-weight: 400;
}
.wp-block-blueprint-latest-post > .container .Post .text-container .horizontal-rule {
  width: 2rem;
  height: 1px;
  margin-bottom: 9px;
  background-color: currentColor;
}
.wp-block-blueprint-latest-post > .container .Post > a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  inset: 16px;
  position: absolute;
  z-index: 3;
}

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