/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 16:08:30 */
/* Kompaktní pohled – to necháváš jak máš */
.container-posts.compact .ymc-col-1,
.container-posts.compact .excerpt,
.container-posts.compact .date,
.container-posts.compact .cs-block.cs-category {
  display: none !important;
}

/* Kompaktní režim v gridu 462 – sloupec jako referenční box */
.container-posts.compact.container-post-layout3
  .post-layout3-462.post-layout3-462-1
  .ymc-post-layout3 .ymc-col-2 {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  padding-bottom: 20px; 
}

/* Tlačítko uprostřed výšky a vpravo */
.container-posts.compact.container-post-layout3
  .post-layout3-462.post-layout3-462-1
  .ymc-post-layout3 .read-more {
  position: absolute !important;
  right: 0;
  top: 70%;
  z-index: 5;
}


@media (max-width: 1000px) {
  .container-posts.compact.container-post-layout3
    .post-layout3-462.post-layout3-462-1
    .ymc-post-layout3 .ymc-col-2 {
    display: block !important;
    padding-bottom: 0;
  }

  .container-posts.compact.container-post-layout3
    .post-layout3-462.post-layout3-462-1
    .ymc-post-layout3 .read-more {
    position: static !important;
    transform: none !important;
    margin-top: 12px;
    text-align: right;
  }

  .container-posts.compact.container-post-layout3
    .post-layout3-462.post-layout3-462-1
    .ymc-post-layout3 .read-more .btn-read-more {
    display: inline-block;
  }
}