.ii-rasp-insert {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}

.ii-rasp-link {
	margin-top: -4px;
}

.ii-rasp-link a {
	color: #006089;
	font-weight: 600;
	text-decoration: none;
}

.ii-rasp-link a:hover {
	color: #004a6b;
	text-decoration: underline;
}

.ii-rasp-insert-flash {
	animation: ii-rasp-insert-flash 2.2s ease;
}

@keyframes ii-rasp-insert-flash {
	0%,
	100% {
		box-shadow: none;
		border-color: #d0d7de;
	}

	15%,
	45% {
		box-shadow: 0 0 0 3px rgba(0, 96, 137, 0.18);
		border-color: #006089;
	}
}
