/* Greatives Marketing — frontend styles */

/* Direct mode: no TF author signature below the features, so drop the trailing margin
   that the theme stylesheet adds to .grve-features (which was there to separate the
   bullets from the author block). */
body.grve-direct-mode .grve-cart-sidebar .grve-features {
	margin-bottom: 0;
}

/* Free-text area: plain, accepts simple HTML, no bullet styling.
   Only rendered when content exists, so spacing lives here (not on the ul above). */
.grve-cart-sidebar .grve-features .grve-features-extra {
	margin-top: 1.667rem;
	color: inherit;
	font-family: Futura, inherit;
	font-size: 1rem;
	line-height: 1.429em;
	font-weight: 400;
}

/* Secondary "Also on Themeforest" link below the primary buy button */
.grve-cart-sidebar .grve-buttons-wrapper .grve-secondary-link {
	display: inline-block;
	margin-top: 0.5em;
	font-size: 0.875rem;
	opacity: 0.7;
	text-decoration: underline;
}
.grve-cart-sidebar .grve-buttons-wrapper .grve-secondary-link:hover {
	opacity: 1;
}
