/**
 * WordPress admin enhancements, specific to theme's up-sell page, for a better (NUX) new user experience.
 *
 * @package     mypreview-conj
 */

#menu-appearance li a[href*="page=conj-pro-upsell-screen"] {
	color: #FFE641;
}
#upgrade-to-conj-pro .inside, #upgrade-to-conj-pro-sidebar .inside {
	line-height: 24px;
}
#upgrade-to-conj-pro .inside h3 {
	line-height: 32px;
}
img.conj-pro-featured-image {
	max-width: 100%;
}
table#conj-pro-features-list tbody tr {
	vertical-align: top;
	padding-bottom: 15px;
	display: block;
}
table#conj-pro-features-list tbody tr td.icon {
	width: 5%;
}
table#conj-pro-features-list tbody tr td.icon .dashicons {
	font-size: 25px;
}
table#conj-pro-features-list tbody tr td.content {
	width: 45%;
}
table#conj-pro-features-list tbody tr td.content strong {
	padding-bottom: 7px;
	display: inline-block;
}
#upgrade-to-conj-pro-sidebar .inside p:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#upgrade-to-conj-pro-sidebar .inside p:last-child a {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 49%;
	        flex: 0 0 49%;
}
@media (min-width: 992px) {
	.upgrade-to-conj-pro-wrapper #post-body.columns-2 #postbox-container-1 {
		position: fixed;
		right: 30px;
		margin-right: 0;
	}
}