.delivery {
	margin: 20px 0;
	padding: 15px;
	background-color: #f0f8ff;
	border: 1px solid #e87420;
	border-radius: 8px;
	text-align: center;
	font-size: 1em;
	color: #333;
}
#hokis .delivery b:after {
	content: "DELIVERY TIMES";
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	margin-bottom: 10px;
}
#hokis .delivery span:after {
	content: "\00000a Standard Delivery \00000a\00000a * United Kingdom 4-5 business days \00000a * Europe and the European Union 3-5 business days \00000a * Other Countries 10-20 business days \00000a\00000a Express Delivery \00000a\00000a * United Kingdom 1-2 business days \00000a * Europe and the European Union 1-2 business days \00000a * Other Countries 3-5 business days";
	white-space: pre-wrap;
	display: block;
}

#hokis .vin {
    margin: 20px 0;
    padding: 15px;
    background-color: #fff3cd; /* Светло-желтый фон */
    color: #856404; /* Темный цвет текста */
    border: 1px solid #ffeeba; /* Желтая рамка */
    border-radius: 5px; /* Закругленные углы */
    font-size: 1em; /* Размер шрифта */
    line-height: 1.5; /* Межстрочный интервал */
    position: relative;
}

#hokis .vin::before {
    content: "Make sure this part fits you!\a\a";
    font-weight: bold; /* Делаем текст жирным */
    display: block;
    margin-bottom: 10px; /* Отступ после жирного текста */
}

#hokis .vin::after {
    content: "If you have doubts, questions regarding fitment or any other requests, please, contact HOK-IS tech support for assistance. Strictly important to provide VIN code and detailed car information with your request since there can be different options for your car specific tech characteristics.";
    white-space: pre-wrap; /* Сохраняем переносы строк */
    display: block;
    line-height: 1.5;
}