.jjgls-account-panel,
.jjgls-dashboard-card,
.jjgls-product-notice {
	border: 1px solid rgba(23, 93, 63, 0.22);
	border-radius: 18px;
	background: linear-gradient(145deg, #f8fbf8, #eef6f1);
	box-shadow: 0 18px 48px rgba(19, 56, 39, 0.08);
	color: #183426;
}

.jjgls-account-panel,
.jjgls-dashboard-card {
	margin: 28px 0;
	padding: clamp(24px, 4vw, 40px);
}

.jjgls-account-panel h2,
.jjgls-dashboard-card h2 {
	margin: 5px 0 12px;
	color: #102b1f;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.12;
}

.jjgls-account-panel p,
.jjgls-dashboard-card p {
	max-width: 760px;
}

.jjgls-eyebrow {
	margin: 0 !important;
	color: #966f24;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.jjgls-button,
a.jjgls-button,
.woocommerce a.button.jjgls-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 13px 22px;
	border: 0;
	border-radius: 999px;
	background: #175d3f;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.jjgls-button:hover,
a.jjgls-button:hover,
.woocommerce a.button.jjgls-button:hover {
	background: #0f442d;
	color: #fff;
	transform: translateY(-1px);
}

.jjgls-product-notice {
	display: grid;
	gap: 4px;
	margin: 0 0 22px;
	padding: 17px 20px;
	font-size: 0.95rem;
}

.jjgls-product-notice strong {
	color: #175d3f;
}

.jjgls-product-notice span {
	line-height: 1.55;
}

@media (max-width: 640px) {
	.jjgls-account-panel,
	.jjgls-dashboard-card {
		border-radius: 14px;
	}
}
