.offers-latest
{
	display: grid;

	grid-template-columns: 1fr;
	grid-gap: 10px;

	width: 765px;
}

.offers-latest .links a
{
	display: inline-block;

	padding: 5px 10px;

	text-decoration: none;
	color: #0c208a;

	border: 1px solid #0c208a;
	background-color: #ffffff;
}

.offers-latest .links a:hover
{
	color: #ffffff;

	background-color: #0c208a;
}

.offers-latest .offer-item
{
	display: grid;

	padding: 6px;
	margin-bottom: 10px;

	grid-template-columns: 300px 1fr;
	grid-gap: 10px;
}

.offers-latest .offer-item.template *
{
	min-height: 20px;
}

.offers-latest .offer-item .image
{
	height: 200px;

	display: grid;
	align-items: center;
	justify-content: center;

	/* border: 2px solid #ebebeb; */
	border-radius: 10px;
	box-sizing: border-box;

	background-position: center center;
	background-size: cover;
	border: 1px solid #ebebeb;
	background-color: #f8f8f8;
}

.offers-latest .offer-item .image img
{
	display: block;

	padding: 0;
	width: 100%;

	border: 5px solid #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
}

.offers-latest .offer-item .info
{
	display: grid;

	grid-template-columns: 1fr 1fr;
	grid-template-rows: min-content min-content max-content;
	grid-gap: 10px;
}

.offers-latest .offer-item .caption
{
	font-weight: bold;
	font-size: 18px;
}

.offers-latest .offer-item .caption a
{
	color: #3f3f3f !important;
	text-decoration: none;
}

.offers-latest .offer-item .price
{
	padding: 5px;

	text-align: right;
	font-size: 14px;
	color: #ffffff;

	background-color: #0c208a;
}

.offers-latest .offer-item .price b
{
	font-size: 16px;
}

.offers-latest .offer-item .invoice
{
	text-align: right;
}

.offers-latest .offer-item .features
{
	display: grid;

	grid-template-columns: 1fr 1fr;
	grid-gap: 2px;

	grid-column: 1/3;
}

.offers-latest .offer-item .features div
{
	padding: 5px;
	padding-left: 26px;

	border: 1px solid #ebebeb;

	background-repeat: no-repeat;
	background-position: 4px center;
	background-size: 18px;
	background-color: #f8f8f8;
}

.offers-latest .offer-item .features .year
{
	background-image: url('../images/year.png');
}

.offers-latest .offer-item .features .odo
{
	background-image: url('../images/odo.png');
}

.offers-latest .offer-item .features .transmission
{
	background-image: url('../images/transmission.png');
}

.offers-latest .offer-item .features .fuel
{
	background-image: url('../images/fuel.png');
}

.offers-latest .offer-item .links
{
	grid-column: 1/3;
	text-align: right;
}


.offers-latest
{
	display: grid;

	grid-template-columns: repeat(4, minmax(25%, 1fr));
	grid-gap: 5px;

	width: calc(100vw - 40px);
}

.offers-latest .offer-item
{
	display: grid;

	grid-template-columns: 1fr;
	grid-gap: 10px;
}

.offers-latest .offer-item .image
{
	height: auto;
	max-width: 300px;
	margin: 0 auto;

	display: grid;
	align-items: center;
	justify-content: center;

	/* border: 2px solid #ebebeb; */
	border-radius: 10px;
	box-sizing: border-box;

	background-position: center center;
	background-size: cover;
	border: 1px solid #ebebeb;
	background-color: #f8f8f8;
}

.offers-latest .offer-item .caption
{
	padding: 5px;
	font-size: 16px;
}

.offers-latest .offer-item .price
{
	font-size: 12px;
}

.offers-latest .offer-item .price b
{
	font-size: 14px;
}

.offers-latest .offer-item .features div
{
	font-size: 10px !important;
}
