.postyar {
  --theme: #5f70cc;
  gap: 10px;
  display: grid;
  padding: 10px;
  color: inherit;
  background: #fff;
  border-radius: 7px;
  text-decoration: none;
  align-items: center;
  border: 1px solid #eaeaea;
  grid-template-columns: 90px minmax(0, 1fr); }
  .postyar--no-image {
    padding: 20px 15px;
    grid-template-columns: minmax(0, 1fr); }
  .postyar:before, .postyar:after {
    display: none; }
  .postyar__image {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 7px; }
  .postyar__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .postyar .postyar__pre {
    font-weight: bold;
    color: var(--theme); }
  .postyar--style-1, .postyar--style-2 {
    gap: 5px;
    display: flex;
    flex-flow: wrap;
    padding: 20px 15px; }
  .postyar--style-2, .postyar--style-3, .postyar--style-4 {
    border-left: 3px solid var(--theme); }
    .rtl .postyar--style-2, .rtl .postyar--style-3, .rtl .postyar--style-4 {
      border-left: none;
      border-right: 3px solid var(--theme); }
  .postyar--style-4 .postyar__pre {
    display: block;
    font-size: 0.9em;
    margin-bottom: 7px; }

/*# sourceMappingURL=style.css.map */
