.card-recipe .card-body {
    padding: 5px 5px 0 5px;
    margin-top: 0;
}

.recipe-title {
    font-size: 16px;
    min-height: 2.5em;
    margin-bottom: 0;
}

.recipe-subtitle {
    font-size: 14px;
    color: var(--af-color-primary);
    margin: 0;
}

.recipe-info p {
    font-size: 13px;
}


.card-recipe img{
    height: 15vh;
}

.recipe-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); /* fundo semi-transparente */
    font-size: 0.9rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}