/* =============================================================
   ČLÁNKY – detail článku (type-post)
   Shoptet | File Manager deploy
   Scope: body.type-post
   ============================================================= */

/* Skrytí automatické náhledové fotky */
body.type-post .news-item-detail > .post-image {
  display: none !important;
}

/* ----- Desktop (min-width: 992px) ----- */
@media (min-width: 992px) {
  body.type-post main#content.content.narrow {
    max-width: none !important;
    width: 100% !important;
    margin-left: -60px !important;
  }

  body.type-post .news-item-detail {
    width: 100% !important;
    max-width: 700px !important;
  }

  body.type-post .news-item-detail img {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* ----- Větší monitor (min-width: 1600px) ----- */
@media (min-width: 1600px) {
  body.type-post .news-item-detail {
    max-width: 860px !important;
  }
}

/* ----- Ultra wide (min-width: 1900px) ----- */
@media (min-width: 1900px) {
  body.type-post .news-item-detail {
    max-width: 980px !important;
  }
}
