/* Style for all paragraphs */
.paragraph-unpublished {
  background: none;
  position: relative;
}

.paragraph-unpublished .field {
  opacity: .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);
}


.paragraph--type--tab:first-child {
  margin-top: 8px;
}