.shivu-ic-installation-product-notice {
	margin: 16px 0;
}

.shivu-ic-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.55 );
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.shivu-ic-popup {
	position: relative;
	background: #fff;
	border-radius: 6px;
	max-width: 520px;
	width: 100%;
	max-height: 85vh;
	overflow-y: auto;
	padding: 32px 28px 24px;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.25 );
}

.shivu-ic-popup-close {
	position: absolute;
	top: 10px;
	right: 12px;
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #666;
	padding: 4px 8px;
}

.shivu-ic-popup-close:hover {
	color: #000;
}

.shivu-ic-popup-title {
	margin: 0 0 16px;
	font-size: 20px;
	padding-right: 24px;
}

.shivu-ic-popup-entry + .shivu-ic-popup-entry {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #eee;
}

.shivu-ic-popup-entry-title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 600;
}

.shivu-ic-popup-entry-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.shivu-ic-popup-entry-desc p:first-child {
	margin-top: 0;
}

.shivu-ic-popup-entry-desc p:last-child {
	margin-bottom: 0;
}

.shivu-ic-popup-footnote {
	margin: 20px 0 0;
	padding-top: 14px;
	border-top: 1px solid #eee;
	font-size: 12px;
	color: #777;
	font-style: italic;
}

body.shivu-ic-popup-open {
	overflow: hidden;
}
