/* This stylesheet is used by PDF exports to be given to users as workbooks */

.slider {
  height: auto;
}

.slides {
  height: auto;
  overflow-y: auto;
  width: 100%;
}

.engine .work-experience .slide[data-index="1"] .text-container {
  width: 92.5%;
}

div.slide {
  position: relative !important;
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
  visibility: visible !important;
}

div.slide:not(.current) * {
  display: block !important;
  visibility: visible !important;
}

div.slide:not(.current) *.flex-column,
div.slide:not(.current) *.flex-row {
  display: flex !important;
}

.sidebar {
  display: none !important;
}

.summary-popup {
  display: none;
}

.next-slide {
  display: none !important;
}

.next-arrow {
  display: none !important;
}

.slides {
  width: 100% !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

p,
ol,
ul {
  font-size: 12px !important;
  line-height: normal;
}

* {
  font-size: 12px !important;
}

.slides img {
  width: 600px !important;
  height: 338px !important;
  border-radius: 20px !important;
  object-fit: cover !important;
}

ul {
  list-style-type: disc;
}

ul li {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
