/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.
*/
:root {
  --shortheight: 360px;
}

#postoftheday .wp-block-cover__background {
  background: linear-gradient(to top, rgb(29, 33, 32), rgba(29, 33, 32, 0.9) 3vh, rgba(29, 33, 32, 0) 15vh, rgba(29, 33, 32, 0) 100%);
  opacity: 1;
}

.postoftheday--container {
  display: flex;
  position: relative;
  width: 100%;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  overflow: auto;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .postoftheday--container {
    max-height: 100vh;
  }
}
.editor-styles-wrapper .postoftheday--container {
  min-height: var(--shortheight) !important;
  max-height: var(--shortheight) !important;
}
.postoftheday--image {
  position: relative;
  display: block;
  min-height: 100vh;
  max-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: var(--boxshadow-large-heavy), var(--boxshadow-large-heavy), var(--boxshadow-large-heavy);
}
.editor-styles-wrapper .postoftheday--image {
  min-height: var(--shortheight) !important;
  max-height: var(--shortheight) !important;
}

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