/* Custom styles for homepage layout fixes */

/* Make col-xs-3 and col-xs-9 equal height using flex on the parent */
.type-imgtext.block {
    display: flex;
    flex-wrap: wrap;
}
.type-imgtext.block > .title {
    width: 100%;
}
.type-imgtext.block > .col-xs-3,
.type-imgtext.block > .col-xs-9 {
    float: none;
}

/* Hide the red "Leer ahora" button */
.type-imgtext .novel-special .read {
    display: none;
}

/* Reduce description height since button is removed */
.type-imgtext .novel-special .description {
    height: auto;
    max-height: 6rem;
}
