.ast-integration-doc li {
	margin-bottom: 0 !important;
}
.ast-popup-thumb {
	cursor: zoom-in;
	transition: transform 0.3s;
    border: 1px solid #eee;
    margin-bottom: 20px !important;
}
.ast-popup-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgb(255 255 255);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.ast-popup-close {
	position: absolute;
	top: 40px;
	right: 30px;
	font-size: 40px;
	font-weight: 400;
	cursor: pointer;
}

.ast-integration-doc .shortcode_info p{
    margin-bottom: 15px;
}

.ast-integration-doc h3{
	margin-bottom: 20px !important;
}
