/* 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;
}

/* Tier toggle (segmented control above price) */
.grve-cart-sidebar .grve-price-wrapper.grve-has-tiers {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.grve-tier-toggle {
	display: inline-flex;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 999px;
	padding: 4px;
	gap: 4px;
	align-self: flex-start;
	margin-bottom: 0.25rem;
}
.grve-tier-option {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	padding: 0.45em 1em;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: inherit;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease;
	white-space: nowrap;
}
.grve-tier-option:hover {
	background: rgba(0, 0, 0, 0.06);
}
.grve-tier-option.is-active {
	background: #111;
	color: #fff;
}
.grve-tier-option.is-active:hover {
	background: #000;
}
.grve-tier-price {
	display: block;
	margin-top: 0.25rem;
}

/* 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 + Live Demo buttons */
.grve-cart-sidebar .grve-buttons-wrapper .grve-secondary-link {
	display: block;
	margin-top: 1rem;
	text-align: center;
	font-size: 0.875rem;
	opacity: 0.7;
	text-decoration: underline;
}
.grve-cart-sidebar .grve-buttons-wrapper .grve-secondary-link:hover {
	opacity: 1;
}
