/* Example of use is at the bottom of file */

/*

Example:

  div {
	 @include clear();
  }

Result:

  div:before,
  div:after {
	 content: '';
	 display: block;
	 clear: both;
  }

*/

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.wp-block-essential-blocks-accordion ul.tabTitles li::before {
  display: none !important;
}

.wp-block-essential-blocks-notice .eb-notice-text {
  line-height: 1.6111111111;
}

