/* Destaques */
.destaque-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.destaque-item img {
    flex-shrink: 0;
    width: 172px;
    height: 126px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 6px;
}

.destaque-item div {
    flex-grow: 1;
}

.destaque-item a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.destaque-item a:hover {
    text-decoration: underline;
}
