/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/courses/src/style.scss ***!
  \************************************************************************************************************************/
/**
 * Block's stylesheet
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet global variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet base variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet inverse variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet components variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/** Accordion */
/** Alert */
/** Align */
/** Animation */
/** Article */
/** Background */
/** Badge */
/** Breadcrumb */
/** Button */
/** Card */
/** Close */
/** Column */
/** Comment */
/** Container */
/** Countdown */
/** Description */
/** Divider */
/** Internal */
/** Divider */
/** Dotnav */
/** Drop */
/** Dropbar */
/** Dropdown */
/** Dropnav */
/** Form */
/** Internal */
/** Grid */
/** Heading */
/** Height */
/** Icon */
/** Iconnav */
/** Label */
/** Leader */
/** Lightbox */
/** Link */
/** List */
/** Internal */
/** Margin */
/** Marker */
/** Modal */
/** Nav */
/** Navbar */
/** Notification */
/** Offcanvas */
/** Overlay */
/** Padding */
/** Pagination */
/** Placeholder */
/** Position */
/** Progress */
/** Search */
/** Section */
/** Slidenav */
/** Slider */
/** Sortable */
/** Spinner */
/** Sticky */
/** Subnav */
/** Tab */
/** Table */
/** Text */
/** Thumbnav */
/** Tile */
/** Tooltip */
/** Totop */
/** Transition */
/** Panel */
/** Border */
/** Box */
/** Dropcap */
/** Logo */
/** Dragover */
/** Deprecated */
/** Breakpoint */
/** Width */
.wp-block-c83-courses {
  width: 100%;
}
.wp-block-c83-courses .uk-accordion > li {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-c83-courses .uk-accordion > li:not(:first-of-type) {
  margin-top: 30px;
}
.wp-block-c83-courses .uk-accordion > li.uk-open h3 svg > rect:first-of-type {
  width: 0;
}
.wp-block-c83-courses .uk-accordion > li.uk-open h3 svg > rect:last-of-type {
  height: 2px;
}
.wp-block-c83-courses .uk-accordion > li:not(.uk-open) h3 svg > rect:first-of-type {
  width: 2px;
}
.wp-block-c83-courses .uk-accordion > li:not(.uk-open) h3 svg > rect:last-of-type {
  height: 2px;
}
.wp-block-c83-courses .uk-accordion > li h3 {
  color: var(--wp--preset--color--white);
  cursor: pointer;
}
.wp-block-c83-courses .uk-accordion > li p {
  color: var(--wp--preset--color--white);
}
.wp-block-c83-courses .uk-accordion > li .uk-button {
  background-color: var(--wp--preset--color--white);
  border-radius: 3px;
  color: var(--wp--preset--color--secondary);
  text-transform: uppercase;
  font-weight: bold;
}
.wp-block-c83-courses .uk-accordion > li .uk-button.uk-button-secondary {
  background-color: var(--wp--preset--color--accent-1);
  color: var(--wp--preset--color--white);
}
