/* Custom styles for jasonbruder.com */

.social {
	display: inline-block;
	padding: 20px 0;
}

.social img {
	aspect-ratio: 1 / 1;
	max-width: 44px;
	height: auto;
}

details {
	margin-top: 2rem;
}

details summary {
	cursor: pointer;
	font-size: 1.4rem;
	list-style: none;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary::before {
	content: "+";
	display: inline-block;
	width: 1em;
}

details[open] summary::before {
	content: "−";
}

.verification-code {
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 0.9rem;
	word-break: break-all;
}
