
.post_content .tt-photo,
.tt-photo {
  margin: 2.0em 0;
  break-inside: avoid;
}

.post_content .tt-photo img,
.tt-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  
  background: var(--tt-bg-soft);
}


.post_content .tt-photo--lead,
.tt-photo--lead {
  margin: 0 0 1.8em;
}


@media print {
  .tt-photo { display: none; }
}
