/* body */
.page-id-44 {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* inner */
.links--inner {
	max-width: 600px;
	margin: 0 auto;
}

/* card */
.links--card {
	width: 100%;
	padding: 32px;
	background-color: rgb(255, 255, 255);
	border-radius: var(--border-radius-regular);
}

/* title */
.links--title {
	text-align: center;
	margin-bottom: 20px;
	font-size: var(--h4-font-size);
	line-height: var(--h4-line-height);
	font-weight: var(--h4-font-weight);
}

/* list */
.links--list {
	display: grid;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* button */
.links--btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 16px 20px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: var(--border-radius-small);
	background-color: transparent;
	text-decoration: none;
	color: var(--text-color-primary);
}

/* button hover */
.links--btn:hover {
	border-color: inherit;
	color: inherit;
}

/* button icon */
.links--btn .links--icon {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}
