/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Tag section (NOWY, etc.) */
.w-tags.size_small.style_badge {
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.w-hwrapper.usg_hwrapper_1 {
  min-height: 75px; 
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

/* Title height lock */
.w-post-elm.post_title {
  min-height: 80px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.w-post-elm.usg_post_taxonomy_3.cont-param {
  min-height: 30px;
  margin-bottom: 5px;
}

/* Type + location section */
.w-post-elm:nth-of-type(5) {
  height: 50px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .w-post-elm.post_image {
    height: auto;
  }
  .w-post-elm.post_title {
    min-height: auto;
  }
  .w-tags.size_small.style_badge {
    min-height: auto;
  }
}
