/* Style for all paragraphs */
.paragraph-unpublished {
  background: none;
  position: relative;
}
.paragraph-unpublished .field {
  opacity: 0.6;
  filter: grayscale(100);
}
.paragraph-unpublished:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Nieopublikowane";
  color: #8B0002;
  border: solid 1px #8B0002;
  display: inline-block;
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}
.featured-bottom .block--type-block-paragraph {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .featured-bottom .block--type-block-paragraph {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .featured-bottom .block--type-block-paragraph {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .featured-bottom .block--type-block-paragraph {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .featured-bottom .block--type-block-paragraph {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .featured-bottom .block--type-block-paragraph {
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .featured-bottom .block--type-block-paragraph {
    max-width: 1600px;
  }
}
/*# sourceMappingURL=paragraph.css.map */