/**
 * Shared "Plans & sign in" section: package list + shell login card layout.
 * Pair with shell-login-form.css for field styling.
 */
#akm-shared-plans-signin {
	scroll-margin-top: 100px;
}

.akm-shared-plans-section .akm-shared-signin-card {
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(25, 56, 82, 0.12);
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.akm-shared-plans-section .akm-shared-signin-card .card-body > h2 {
	font-size: 1.35rem;
	font-weight: 700;
	color: #193852;
}

.akm-shared-plans-section .akm-shared-loggedin {
	padding: 14px 16px;
	border-radius: 12px;
	background: #f0fff5;
	border: 1px solid #b8e0c2;
}

.akm-shared-plans-section .akm-shared-package-list .list-group-item {
	border-radius: 12px !important;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.akm-shared-plans-section .akm-shared-package-list a.list-group-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(13, 110, 253, 0.12);
}
