/*
 Theme Name: Marsh Blog Child
 Template: marsh-blog
 Author: You
 Version: 1.0
*/

/* === твои кастомные правки ниже === */

/* Расширяем сетку на главной */
.blog-grid,
.blog-grid-two {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(450px, 1fr)) !important;
  gap: 40px !important;
}

/* Контейнер сайта */
.container,
.site-content {
  max-width: 1400px !important;
}

/* Fileboom-плеер на всю карточку */
.fileboom-preview iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}









.category-description.collapsed {
    max-height: 150px !important;
    overflow: hidden !important;
    position: relative !important;
    display: block !important;
}

.category-description.expanded {
    max-height: none !important;
}

.category-description.collapsed::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(rgba(255,255,255,0), #ffffff) !important;
}

.category-description-toggle {
    display: inline-block !important;
    margin-top: 10px !important;
    background: #333 !important;
    color: #fff !important;
    padding: 8px 15px !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}
