/**
 * Footer Styles
 */

footer.wp-block-template-part {
	margin-block-start: 0;

	h3 {
		margin-bottom: 0;
	}

	p {
		margin-top: var(--wp--preset--spacing--20);
	}

	a {
		font-size: var(--wp--preset--font-size--small);
		text-decoration: none;

		&:hover,
		&:focus {
			text-decoration: underline;
		}
	}
}
