/* Advanced Floating Content — Public CSS */

/* Container must be relative so the close button is positioned inside it */
.afc_popup {
	display: block;
	position: relative;
	box-sizing: border-box;
}

/* Close button — positioned top-right corner, outside the box */
.afc_popup .afc_close_content {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 0;
	z-index: 1;
	cursor: pointer;
	text-decoration: none;
}

.afc_popup .afc_close_content .img,
.afc_popup .afc_close_content img {
	display: block;
	width: 30px;
	height: 30px;
}

/* PRO link in plugins list */
.afc-pro-link { color: #00a32a; font-weight: 700; }
.afc-pro-link:hover { color: #008a20; }
