body {
	background-image: url("../html5up-astral/assets/css/images/overlay.png"), url("../html5up-astral/assets/css/images/bg.jpg");
	background-repeat: repeat, no-repeat;
	background-size: auto, 100% 100%;
	background-attachment: fixed;
	overflow-y: auto;
}

#wrapper {
	width: 54em;
}

#main > .panel {
	padding: 3em 2.75em 2.5em 2.75em;
}

.support-eyebrow {
	display: inline-block;
	margin-bottom: 1em;
	font-size: 0.75em;
	font-weight: 400;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #999999;
}

.support-hero {
	margin-bottom: 2.5em;
}

.support-hero p {
	max-width: 42rem;
	margin-top: 0.75em;
}

.support-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25em;
	margin: 0 0 2.5em 0;
}

.support-card,
.faq-item,
.support-note {
	border: solid 1px rgba(54, 54, 54, 0.12);
	border-radius: 8px;
	background: rgba(242, 132, 158, 0.04);
}

.support-card {
	padding: 1.5em;
}

.support-card h2 {
	margin: 0 0 0.55em 0;
	font-size: 1.2em;
}

.support-card p {
	margin: 0 0 1.25em 0;
	font-size: 0.95em;
	line-height: 1.8em;
}

.support-actions,
.support-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.support-actions li,
.support-links li {
	padding-left: 0;
}

.button.alt-accent {
	background: #f2849e;
}

.button.alt-accent:hover {
	background: #e06b88;
}

.button.alt-soft {
	background: #777777;
}

.button.alt-soft:hover {
	background: #888888;
}

.support-links a {
	border-bottom: 0;
	font-size: 0.92em;
}

.support-links .icon:before {
	color: #f2849e;
	margin-right: 0.45em;
}

.faq-list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 2em 0;
}

.faq-list li {
	padding-left: 0;
	margin: 0 0 1em 0;
}

.faq-item {
	padding: 1.25em 1.35em;
}

.faq-item h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.05em;
}

.faq-item p {
	margin: 0;
	font-size: 0.95em;
	line-height: 1.85em;
}

.support-note {
	padding: 1.35em 1.5em;
	margin-top: 2em;
}

.support-note h2 {
	margin: 0 0 0.55em 0;
	font-size: 1.05em;
}

.support-note p {
	margin: 0;
}

.support-backlink {
	margin-bottom: 1.5em;
}

.support-backlink a {
	border-bottom: 0;
}

@media screen and (max-width: 980px) {
	#wrapper {
		width: 100%;
		max-width: calc(100% - 4em);
	}

	.support-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 736px) {
	#wrapper {
		max-width: calc(100% - 2em);
	}

	#main > .panel {
		padding: 2em 1.5em 1.5em 1.5em;
	}

	.support-actions,
	.support-links {
		flex-direction: column;
	}

	.support-actions li,
	.support-links li,
	.support-actions .button {
		width: 100%;
	}
}
