details summary {
  padding: 2.4rem;
  background-color: var(--wp--preset--color--brand-blue-ultra-light);
  border-radius: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--wp--preset--color--brand-red);
}
details summary::marker {
  margin-right: 1.6rem;
  color: var(--wp--preset--color--brand-blue-light);
}
.courses-list ul {
  list-style: disc !important;
}
.courses-list ul li {
  margin-bottom: 1.2rem;
}
.video-iframe-container {
  display: flex;
  justify-content: center;
}
.bsanchorlistleft, .bsanchorlistright {
  display: none !important;
}
p.vtdetails {
  clear: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.vtanchor {
  position: relative;
  top: -200px !important;
}
img.vticons {
  float: left;
  margin-right: 2.4rem;
  margin-bottom: 5px;
}
.vtbuttons {
  background-color: #811338;
  color: #fff;
  padding: 20px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 30px;
  margin-right: 10px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  transition: 0.3s;
  border-radius: 9999px;
}
.vtbuttons:hover {
  background-color: #d9205e;
  color: #fff;
  text-decoration: none;
  transform: translate(0, -0.2rem);
}
.vtvideo-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.vtvideo-container iframe, .vtvideo-container object, .vtvideo-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bsanchorlistleft {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.bsanchorlistright {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.vtheading {
  color: #811338;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.vtmenu {
  text-decoration: none !important;
  color: #811338;
  font-size: 16px;
}
.vtmenu:hover {
  color: #d9205e;
}
