/* sidebar */
.widget-area {
	/* display: none; */
	/* order: 0; */
	margin-bottom: 2rem;
}
.widget-area .widget {
	padding: 0.5rem 0.8rem;
	/* border: 1px solid #e6e6e6; */
	border-radius: 9px;
	box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 41%);
	/* padding-bottom: 0.2rem; */
	background: #fff;
	margin-top: 1rem;
}
.widget-area .widget:first-child {
	margin-top: 0;
}
.widget.no-frame {
	box-shadow: none;
}
.widget_block > h2:first-child,
.widget_block > h3:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 38.5em) {

}
@media only screen and (min-width: 73.5em) {
	.widget-area .widget {
		margin-left:1rem;
	}
  .widget-area {
    max-width: 20rem;
    display: block;
  }
	.widget-area {
		position: sticky;
		/* background: #ee4545; */
		align-self: flex-start;
		margin-top: 0rem;
		flex: 0 0 auto;
		width: clamp(20rem, 26rem, 32rem);
		z-index: 2;
		top: 1rem;
	}
	.admin-bar .widget-area {
		top: 3rem;
	}
	.elementor-default .widget-area {
        top: 7rem;
 }
    .admin-bar.elementor-default .widget-area {
        top: 9.5rem;
    }
	.widget-area.no-performance-insights {
		margin-top: 0rem;
	}
}