.cdl-list-7192 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cdl-item-7192 {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.cdl-item-7192:last-child {
	border-bottom: none;
}

.cdl-label-7192 {
	width: 120px;
	flex-shrink: 0;
	font-weight: 500;
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.cdl-value-7192 {
	color: #333;
	font-size: 16px;
}

.cdl-value-7192 a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.cdl-value-7192 a:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.cdl-item-7192 {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.cdl-label-7192 {
		width: 100%;
		margin-bottom: 5px;
	}
}