/* ABP Content Restriction — Front-end */

.abp-cr-video-placeholder {
	background: #f3f4f6;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 48px 24px;
	text-align: center;
	margin: 16px 0;
}

.abp-cr-placeholder-icon {
	font-size: 48px;
	color: #9ca3af;
	margin-bottom: 12px;
	line-height: 1;
}

.abp-cr-placeholder-msg {
	font-size: 16px;
	color: #4b5563;
	margin: 0 0 16px;
}

.abp-cr-extend-btn {
	display: inline-block;
	background: #2271b1;
	color: #fff !important;
	padding: 10px 24px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
	transition: background 0.2s;
}

.abp-cr-extend-btn:hover {
	background: #135e96;
	color: #fff !important;
}

.abp-cr-preserved-content {
	margin-top: 24px;
	padding: 16px 20px;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 6px;
}

.abp-cr-preserved-content h4 {
	margin: 0 0 8px;
	font-size: 14px;
	color: #166534;
}

.abp-cr-download-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.abp-cr-download-list li {
	padding: 6px 0;
	border-bottom: 1px solid #dcfce7;
}

.abp-cr-download-list li:last-child {
	border-bottom: none;
}

.abp-cr-download-list li a {
	text-decoration: underline;
	color: #2271b1;
}
