.garden-premium-tips {
	clear: both;
	margin: 1.5rem 0;
}

.garden-premium-tips-box {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-left: 4px solid #059669;
	border-radius: 15px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
	color: #0f172a;
	padding: clamp(1rem, 2.4vw, 1.35rem);
}

.garden-premium-author {
	align-items: center;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	column-gap: 0.65rem;
	margin-bottom: 1.35rem;
}

.garden-premium-author-avatar {
	border: 2px solid rgba(5, 150, 105, 0.2);
	border-radius: 999px;
	display: block;
	height: 42px;
	width: 42px;
}

.garden-premium-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.garden-premium-eyebrow {
	color: #059669;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 0.95;
	margin: 0 0 0.08rem;
	text-transform: uppercase;
}

.garden-premium-tips h2,
.garden-premium-tips h3,
.garden-premium-tips h4 {
	color: #0f172a;
	line-height: 1.2;
	margin-bottom: 0.25rem;
	margin-top: 0;
}

.garden-premium-tips h2 {
	font-size: clamp(1.12rem, 2.4vw, 1.38rem);
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.1;
}

.garden-premium-heading h2 {
	line-height: 1.05 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.garden-premium-status {
	color: rgba(15, 23, 42, 0.68);
	font-size: 0.9rem;
	margin: 0;
}

.garden-premium-locked {
	align-items: center;
	background: linear-gradient(135deg, rgba(5, 150, 105, 0.08), rgba(225, 29, 72, 0.04));
	border-radius: 15px;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.85rem;
}

.garden-premium-locked-text {
	color: rgba(15, 23, 42, 0.82);
	font-size: 0.96rem;
	line-height: 1.45;
}

.garden-premium-share-button {
	align-items: center;
	background: #e11d48;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(225, 29, 72, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1;
	padding: 0.78rem 1rem;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
	white-space: nowrap;
}

.garden-premium-share-button:hover,
.garden-premium-share-button:focus {
	background: #be123c;
	box-shadow: 0 12px 28px rgba(225, 29, 72, 0.32);
	color: #fff;
	transform: translateY(-1px);
}

.garden-premium-share-button:disabled {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.garden-premium-status {
	margin-top: 0.65rem;
}

.garden-premium-content {
	margin-top: 1rem;
}

.garden-premium-unlocked {
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	padding-top: 1rem;
}

.garden-premium-intro {
	color: rgba(15, 23, 42, 0.82);
	font-size: 0.98rem;
	margin-bottom: 0.85rem;
}

.garden-premium-tip-list {
	counter-reset: garden-premium-tip;
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 0.85rem 0 0;
	padding: 0;
}

.garden-premium-tip-item {
	background: rgba(248, 250, 252, 0.9);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 15px;
	padding: 0.85rem 0.95rem;
	position: relative;
}

.garden-premium-tip-item h4 {
	font-size: 1rem;
	margin-bottom: 0.25rem;
	padding-left: 1.65rem;
}

.garden-premium-tip-item h4::before {
	align-items: center;
	background: #059669;
	border-radius: 999px;
	color: #fff;
	content: counter(garden-premium-tip);
	counter-increment: garden-premium-tip;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	height: 1.25rem;
	justify-content: center;
	left: 0.95rem;
	position: absolute;
	top: 0.86rem;
	width: 1.25rem;
}

.garden-premium-tip-item div {
	color: rgba(15, 23, 42, 0.82);
	font-size: 0.96rem;
	line-height: 1.5;
}

.garden-premium-tip-item p:last-child {
	margin-bottom: 0;
}

.garden-premium-tips.is-unlocked .garden-premium-locked {
	display: none;
}

@media (max-width: 640px) {
	.garden-premium-author {
		align-items: center;
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.garden-premium-author-avatar {
		height: 40px;
		width: 40px;
	}

	.garden-premium-locked {
		align-items: stretch;
		flex-direction: column;
	}

	.garden-premium-share-button {
		width: 100%;
	}
}
