.elementor-25243 .elementor-element.elementor-element-68b33fc{--display:flex;}.elementor-25243 .elementor-element.elementor-element-e9bbf1b{width:100%;max-width:100%;}.elementor-25243 .elementor-element.elementor-element-e9bbf1b.elementor-element{--align-self:center;}.elementor-25243 .elementor-element.elementor-element-d6179a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25243 .elementor-element.elementor-element-66e8efe .elementor-button .elementor-button-icon i{font-size:14px;}.elementor-25243 .elementor-element.elementor-element-66e8efe .elementor-button .elementor-align-icon-right{margin-left:8px;}.elementor-25243 .elementor-element.elementor-element-66e8efe .elementor-button .elementor-align-icon-left{margin-right:8px;}/* Start custom CSS for shortcode, class: .elementor-element-e9bbf1b *//* === Diseño ancho y limpio para libro público === */
.libroplus-grid {
  display: block !important;
  width: 100%;
  max-width: 100%;
}

.libroplus-card {
  border: 1px solid #00bfa5;
  border-left: 5px solid #00bfa5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background: #f9fffd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: box-shadow .3s ease;
}

.libroplus-card:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.libroplus-head {
  font-size: 1.1rem;
  color: #00897b;
  margin-bottom: 8px;
}

.libroplus-chip {
  background: #e0f2f1;
  color: #00695c;
  border-radius: 999px;
  padding: 3px 10px;
  font-weight: 500;
}

.libroplus-meta {
  font-size: .9rem;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.libroplus-body p {
  margin: 4px 0;
  line-height: 1.4;
}

.libroplus-tl {
  margin-top: 8px;
}

.libroplus-tl summary {
  color: #00796b;
  cursor: pointer;
}

.libroplus-filtros {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.libroplus-filtros select,
.libroplus-filtros input {
  flex: 1 1 30%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.libroplus-filtros button {
  background: #00bfa5;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s ease;
}

.libroplus-filtros button:hover {
  background: #00897b;
}
/* (Opcional) Ancho consistente del nuevo filtro de estrellas */
.libroplus-filtros select[name="rate"]{ flex:1 1 20%; min-width:180px; }/* End custom CSS */