/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jun 12 2025 | 17:26:10 */
.course-box {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 20px 30px;
  border: 0.85px solid #00000014 !important;
  box-shadow: 0px 4px 12.9px 0px #0000000A;
}

.course-box {
  width: 100%;
  padding: 20px 30px;
  border: 0.85px solid #00000014;
}

.course-box .chevron-heading {
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  align-content: center;
}

.course-box .chevron-heading:hover {
  text-decoration: none;
}

.course-box .chevron-heading-title {
  margin-bottom: 0;
  padding: 0 15px 0 0;
  grid-column: 1 / span 1;
  flex-grow: -1;
  color: #000;
}

.course-box .chevron {
  width: 18px;
  height: 26px;
  grid-column: 2 / span 1;
}

.course-box .chevron i {
  width: 18px;
  height: 26px;
  display: inline-block;
  background-image: url("https://heartmath.com/wp-content/uploads/trh/more_icon_pink.svg");
  background-position: right center;
  background-size: 18px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -moz-transform: rotate(-90deg); /* Firefox */
  -webkit-transform: rotate(-90deg); /* Safari and Chrome */
  -o-transform: rotate(-90deg); /* Opera */
  transition: all 0.5s;
}

.course-box .chevron i.rotated-90 {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg); /* IE 9 */
  -moz-transform: rotate(0deg); /* Firefox */
  -webkit-transform: rotate(0deg); /* Safari and Chrome */
  -o-transform: rotate(0deg); /* Opera */
}

.course-box p:last-child {
  margin-bottom: 0;
}

.course-box .collapse {
  margin-top: 15px;
  /*
  padding-top: 25px;
  border-top: 2px solid #eee;
  */
}

.course-box .list-item-p {
  list-style: none;
  padding-left: 0;
}

.course-box p:last-child {
  margin-bottom: 0;
}