.paimcm-mobile-cards {
	display: grid;
	gap: 14px;
	width: 100%;
	margin-top: 18px;
	padding: 0 4px 8px;
}

.paimcm-mobile-card {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 18px 20px 22px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.paimcm-mobile-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto auto;
	width: 44%;
	height: 112px;
	background: radial-gradient(circle at 70% 15%, rgba(219, 234, 254, 0.92), rgba(219, 234, 254, 0) 70%);
	pointer-events: none;
}

.paimcm-mobile-card-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 34px;
	margin-bottom: 16px;
}

.paimcm-mobile-card-head h2 {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.paimcm-mobile-card-head span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	background: #dbeafe;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	white-space: nowrap;
}

.paimcm-mobile-card-nav {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2px;
}

.paimcm-mobile-card-link {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	min-height: 58px;
	padding: 6px 8px;
	color: #25334d;
	font-size: 18px;
	font-weight: 760;
	line-height: 1.25;
	text-decoration: none;
	border-radius: 12px;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.paimcm-mobile-card-link:hover,
.paimcm-mobile-card-link:focus-visible {
	color: #172554;
	background: rgba(219, 234, 254, 0.55);
	outline: none;
	transform: translateX(2px);
}

.paimcm-mobile-card-link .dashicons {
	width: 24px;
	height: 24px;
	color: #334e68;
	font-size: 24px;
	line-height: 1;
}

.paimcm-mobile-card-label {
	min-width: 0;
	overflow-wrap: anywhere;
}

@media (min-width: 1025px) {
	.paimcm-mobile-cards {
		display: none !important;
	}
}

@media (max-width: 380px) {
	.paimcm-mobile-card {
		padding-inline: 16px;
		border-radius: 16px;
	}

	.paimcm-mobile-card-link {
		grid-template-columns: 30px minmax(0, 1fr);
		font-size: 16px;
	}

	.paimcm-mobile-card-head span {
		min-height: 36px;
		padding-inline: 12px;
	}
}
