@charset "UTF-8";
/* Blog layout: Classic Publications
------------------------- */
.posts_container.columns_wrap {
  display: flex;
  flex-wrap: wrap;
}

.posts_container.columns_wrap .post_layout_classic_publications {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_layout_classic_publications {
  position: relative;
}

/* Imagen vertical - aspect ratio para portadas de libros */
.post_layout_classic_publications .post_featured {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.post_layout_classic_publications .post_featured[class*=hover_] {
  display: block;
}

.post_layout_classic_publications .post_featured:before {
  content: "";
  display: block;
  padding-top: 150%; /* Aspect ratio 2:3 (alto/ancho * 100) */
}

.post_layout_classic_publications .post_featured img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Content wrapper */
.post_layout_classic_publications .post_content_wrapper {
  padding: 1em 1.25em 1.25em;
}

.post_layout_classic_publications.post_item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 25px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* Título */
.post_layout_classic_publications .post_header {
  padding-top: 0.02px;
}

.post_layout_classic_publications .post_title,
.post_layout_classic_publications h4.post_title,
.post_layout_classic_publications .entry-title {
  font-size: 1.3em !important;
  line-height: 1.25;
  margin: 0 0 0.375em !important;
}

/* Resumen limitado a 6 líneas */
.post_layout_classic_publications .post_content_publications {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  max-height: 9.6em; /* 6 líneas */
}

.post_layout_classic_publications .post_header + .post_content {
  padding-top: 0;
}

[class*=blog_style_classic_publications] .nav-links {
  margin-top: 1.8em;
}

/*# sourceMappingURL=classic-publications.css.map */
