.cas-lookup {
	font-family: Arial, Helvetica, sans-serif;
	max-width: 100%;
}

.cas-lookup-form {
	margin-bottom: 20px;
}

.cas-lookup-input {
	display: flex;
	align-items: center;
	border: 2px solid #e2e2e2;
	border-radius: 8px;
	background: #F8F9FA;
	padding: 0px 8px;
	box-sizing: border-box;
	
}

.cas-lookup-icon {
	color: #a01315;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	flex: 0 0 auto;
}

.cas-lookup-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	color: #a01315;
}

.cas-lookup-icon svg,
.cas-lookup-icon svg * {
	stroke: #a01315 !important;
	fill: #a01315 !important;
}

.cas-lookup-input input[type="text"] {
	flex: 1;
	border: 0;
	background: transparent;
	padding: 0px 0;
	font-size: 1.05rem;
	outline: none;
	box-shadow: none;
	color: #a01315;
	height: 40px;
}

.cas-lookup-input input[type="text"]::placeholder {
	color: #a01315;
}

.cas-results {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.05rem;
}

.cas-results th,
.cas-results td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
	color: #000;
}
.cas-results th{
	border-bottom: 1px solid #fff;
}

.cas-results th {
	font-weight: 700;
	width: 50%;
}

.cas-results tr th{
	background: #DDDDDD;
}
.cas-results tr td{
	background: #fff;
}

@media (max-width: 600px) {
	.cas-lookup-input {
		padding: 8px 10px;
	}

	.cas-results th {
		width: auto;
	}
}
