.wp-site-blocks {
		padding:0
}
.header {
		gap:0px;
		margin-bottom: 48px;
}
.header  .description {
		margin:0 0 24px 0;
}
aside {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; /* Adjust the value to set the distance from the top */
} /* Fix overlapped mobile modal zd-8720506 */
header + div > div > div > *{
  z-index: 99999 !important;
}
/* end */

.wp-block-site-logo {
		margin-bottom:2rem !important
}
.wp-block-search {
width:min-content;
flex-grow:0;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
width:auto !important;
		max-width:300px;
}
@media (max-width: 600px) {
.wp-container-core-group-is-layout-cb46ffcb {
		flex-direction:column;
}
}