.hg-sidebar {
	background: var(--wp--preset--color--accent-5);
	border-radius: 10px;
	box-sizing: border-box;
	font-family: var(--wp--preset--font-family--gotham);
	height: auto;
	margin: 0;
	padding: var(--wp--preset--spacing--sidebar-padding);
}

.hg-sidebar .wp-block-search,
.hg-sidebar .wp-block-latest-posts {
	background: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.hg-sidebar .wp-block-separator {
	border: 0;
	border-top: 1px solid var(--wp--preset--color--accent-6);
	height: 0;
	margin: 1em 0;
	width: 100%;
}

.hg-sidebar .wp-block-search__label,
.hg-sidebar .hg-sidebar-section-title {
	color: var(--wp--preset--color--blue-sidebar);
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 14px;
}

.hg-sidebar .wp-block-search__label {
	font-size: 1.25rem;
}

.hg-sidebar .hg-sidebar-section-title {
	font-size: var(--wp--preset--font-size--lg) !important;
}

.hg-sidebar .hg-sidebar-section-title.wp-block-heading {
	margin-top: 0;
}

.hg-sidebar .wp-block-search__inside-wrapper {
	display: grid !important;
	flex: none !important;
	flex-wrap: unset !important;
	gap: 8px;
	max-width: 100% !important;
}

.hg-sidebar .wp-block-search__input {
	background: var(--wp--preset--color--base) !important;
	border: 1px solid var(--wp--preset--color--gray-input) !important;
	border-radius: 2px !important;
	box-sizing: border-box;
	flex-basis: auto !important;
	max-width: 100%;
	padding: var(--wp--preset--spacing--input-padding) !important;
	width: 100% !important;
	font-weight: 300 !important;
    line-height: 1.5;
}

.hg-sidebar .wp-block-search__button {
	background: var(--wp--preset--gradient--orange-cta) !important;
	border: 1px solid var(--wp--preset--color--orange-dark) !important;
	border-radius: 3px !important;
	box-sizing: border-box;
	color: var(--wp--preset--color--base) !important;
	cursor: pointer;
	font: 800 1rem/1 inherit;
	margin-left: 0 !important;
	width: 100%;
}

.hg-sidebar .wp-block-search__button:hover,
.hg-sidebar .wp-block-search__button:focus,
.hg-sidebar .wp-block-search__button:focus-visible {
	background: var(--wp--preset--color--accent-1) !important;
	outline: none;
}

.hg-sidebar .wp-block-latest-posts,
.hg-sidebar .wp-block-latest-posts__list {
	display: block;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hg-sidebar .wp-block-latest-posts li {
	height: auto;
	margin: 0 0 0.75em;
	min-height: 0;
	padding: 0;
}

.hg-sidebar .wp-block-latest-posts li:last-child {
	margin-bottom: 0;
}

.hg-sidebar .wp-block-latest-posts__post-title {
	color: var(--wp--preset--color--accent-1) !important;
	display: block;
	text-decoration: none !important;
}

.hg-sidebar .wp-block-latest-posts__post-title:hover,
.hg-sidebar .wp-block-latest-posts__post-title:focus,
.hg-sidebar .wp-block-latest-posts__post-title:focus-visible {
	outline: none;
	text-decoration: underline !important;
}

.hg-sidebar .hg-latest-posts__meta {
	font-size: 1.2rem;
	font-weight: 300;
}

.hg-sidebar .hg-latest-posts__categories {
	display: inline;
}

.hg-sidebar .hg-latest-posts__categories a {
	border-right: 1px solid var(--wp--preset--color--accent-4);
	color: var(--wp--preset--color--accent-3) !important;
	font: 300 1.2rem var(--wp--preset--font-family--gotham);
	margin-right: 0.5em;
	padding-right: 0.5em;
	text-decoration: none !important;
}

.hg-sidebar .hg-latest-posts__categories a:hover,
.hg-sidebar .hg-latest-posts__categories a:focus,
.hg-sidebar .hg-latest-posts__categories a:focus-visible {
	color: var(--wp--preset--color--accent-3) !important;
	outline: none;
	text-decoration: underline !important;
}

.hg-sidebar .wp-block-latest-posts__post-date,
.hg-sidebar .hg-latest-posts__date,
.hg-sidebar .wp-block-latest-posts__post-author {
	color: var(--wp--preset--color--accent-4);
	font-size: var(--wp--preset--font-size--xs);
	line-height: 22px;
}

.hg-sidebar .wp-block-latest-posts__post-date,
.hg-sidebar .hg-latest-posts__date {
	color: var(--wp--preset--color--accent-4) !important;
	display: inline;
	font-weight: 300;
}

.get-started-cta {
	box-shadow: inset -6px -6px 0 0 var(--wp--preset--color--navy) !important;
	cursor: pointer;
	max-width: 100%;
	transition: all 0.3s ease;
	width: 277px;
}

.get-started-cta a:hover {
	box-shadow: inset 0 0 0 0 var(--wp--preset--color--navy) !important;
	text-decoration: none;
}

.get-started-cta a:focus {
	outline: none;
}

@media (min-width: 768px) {
	.hg-sidebar .wp-block-search__button {
		font-size: 1.6rem;
		width: 140px;
	}
}
