html {
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

img {
	max-width: 100%;
	height: auto;
}

strong,
b {
	font-weight: 600;
}

ul, ol {
	padding-left: 30px;
}

ol > li {
	margin-block: 1.4em;
}

ol > li:first-child {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-wrap: pretty;
	margin-bottom: 1rem;
}

* + h3.wp-block-heading {
	margin-top: 4rem;
}

h1.wp-block-heading + * {
	margin-top: 2.5rem;
}

h2.wp-block-heading + * {
	margin-top: 1.25rem;
}

h3.wp-block-heading + *,
h4.wp-block-heading + * {
	margin-top: clamp(16px, 4vw, 20px);
}

h2 a,
h3 a {
	color: var(--wp--preset--color--base);
	font-weight: 500;
}

.wp-block-button__link {
	transition: all 0.2s;
}

footer.wp-block-template-part {
	text-wrap: pretty;
	margin-top: 0;
}

.wp-block-site-logo.block-editor-block-list__block img {
	width: 100%;
}

.wp-block-navigation__responsive-container-close svg {
	transform: scale( 1.25 );
}

.wp-block-navigation__responsive-container-open svg {
	transform: scale( 1.5, 1.25 );
}

header.wp-block-template-part .wp-block-navigation .current-menu-item > a,
header.wp-block-template-part .wp-block-navigation a:hover {
	color: var(--wp--preset--color--secondary);
}

.editor-post-title__input {
	font-size: 2.25rem;
	border-bottom: 1px solid #ccc;
	font-family: sans-serif;
	text-transform: none;
	letter-spacing: 0;
}

.wp-block-group.has-background {
	padding-top: var(--wp--preset--spacing--60);
	padding-bottom: var(--wp--preset--spacing--60);
}

@media (max-width: 600px) {
	.wp-block-media-text__content {
		padding: 0 !important;
	}

	.wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		font-size: var(--wp--preset--font-size--heading-3) !important;
		font-family: var(--wp--preset--font-family--secondary);
		font-weight: 400;
	}

	header.wp-block-template-part .wp-block-site-logo img {
		width: 160px;
	}

	main .wp-block-navigation ul {
		row-gap: 16px;
	}

	footer.wp-block-template-part .wp-block-social-links {
		flex-direction: row;
	}
}

@media (min-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0 0 0 32px;
	}

	.wp-block-media-text__content > *:first-child {
		margin-top: 0;
	}

	.wp-block-media-text__content > *:last-child {
		margin-bottom: 0;
	}

	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		padding: 0 32px 0 0;
	}
}

.max-50vw > * {
	max-width: 50vw;
}

.max-25vw > * {
	max-width: 25vw;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

#sb_instagram #sbi_images {
	gap: 10px;
	padding: 10px;
	background-color: #fff;
}
