:root {
	--company-icp-footer-height: 34px;
}

body {
	padding-bottom: var(--company-icp-footer-height) !important;
}

.company-icp-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
	row-gap: 0;
	min-height: var(--company-icp-footer-height);
	padding: 7px 16px;
	border-top: 1px solid rgba(16, 24, 40, 0.12);
	background: rgba(255, 255, 255, 0.96);
	color: #667085;
	font-family: inherit;
	font-size: 12px;
	line-height: 20px;
}

.company-icp-footer a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.company-icp-footer a:hover,
.company-icp-footer a:focus-visible {
	color: #175cd3;
	text-decoration: underline;
}

@media (max-width: 360px) {
	:root {
		--company-icp-footer-height: 62px;
	}

	.company-icp-footer {
		flex-direction: column;
		padding: 6px 12px;
	}
}
