.kip-account-guides,
.kip-order-downloads {
	margin-top: 24px;
}

.kip-guide-list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.kip-guide-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .06);
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px;
}

.kip-guide-card span {
	color: #848b94;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.kip-guide-card strong {
	color: #111;
	font-size: 20px;
	line-height: 1.2;
}

.kip-guide-card .btn,
.kip-guide-card a.btn {
	align-items: center;
	background: #48ae4f;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	margin-top: auto;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.kip-empty {
	background: #f7f7f6;
	border: 1px solid #e5e5e5;
	color: #68707b;
	font-weight: 700;
	padding: 22px;
}
