
.listing-grid .listing-basicinfo a {
    white-space: normal;
    overflow: auto;
	text-decoration: none;
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 5px;
}

	
.listing-grid .listing-card {
   
    width: 220px;

}

.listing-grid .listing-detail {
    height: 118px;
}

.listing-card .listing-attributes {

    line-height: 2em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.listing-attributes > .category {
	color: #ffffff;
    background: #ff6000;

	padding: 0px 10px;
    margin: 5px 0px;
	
}

.category-card {
	display: block;
    color: #ffffff;
    /* background: #ff6000; */
    background: #02445E;
    padding: 2px 0px;
    width: 100%;
    text-align: center;
}

.date-card a {
    display: block;
    font-size: 0.78em;
    color: #777;
    line-height: 1em;
    padding: 4px 5px;
    text-decoration: none;
    
}

.listing-card .listing-basicinfo, .listing-card .listing-attributes {
	padding: 5px 10px 5px 10px;
}

.location {
    display: block;
    font-size: 0.78em;
    color: #0f4aa7;
    padding: 0px;
    padding-left: 5px;
}

.listing-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


li.listing-card:hover {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    transform: scale(1.02);
}


.listing-card .listing-detail {
    padding: 0px;
}

/* página de búsqueda */

body.search .listing-grid .listing-card {
    width: 45%;
}


/* página simple con información de una oferta/demanda */

#description {

    padding: 10px;
    background:none;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-top: 30px solid #02445E; /* #d4d4d4;*/
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
    border-radius: (0px, Min(0.375rem), calc((100vw - 4px - 100%) * 9999));
}

.item-header {
    font-size: 0.95em;
    background: #fbfbfb;
}

#item-content > h1 {
    color: #02445E;
}

@media only screen and  (max-width: 750px) {
    .listing-grid .listing-detail {
        height: 135px;
    }
}

@media only screen and (max-width: 500px) {
    .listing-grid .listing-card {
        width: 170px;
    }
    .listing-grid .listing-detail {
        height: 160px;
    }

}