/* Crombie Content Block Styles */

.blog-content {
  position: relative;
}

.blog-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 700px;
  background: linear-gradient(to top, #000000 0%, rgba(0,0,0,0.6) 70%, transparent 100%);
  pointer-events: none;
}

.crombie-content-block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}