.ct-audiobook-study-frame-wrap {
  display: block;
  clear: both;
  position: relative;
  z-index: 0;
  isolation: isolate;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  width: 100%;
  margin: 40px 0 0;
  border-radius: 28px;
  overflow: hidden;
  background: #f3efe7;
  box-shadow: 0 20px 48px rgba(31, 45, 52, 0.12);
}

.ct-audiobook-study-frame {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 1800px;
  border: 0;
  background: #f3efe7;
  vertical-align: top;
}

.elementor .ct-audiobook-study-frame-wrap,
.woocommerce .ct-audiobook-study-frame-wrap {
  clear: both;
  flex-basis: 100%;
}

@media (max-width: 920px) {
  .ct-audiobook-study-frame-wrap {
    border-radius: 22px;
    margin-top: 24px;
  }

  .ct-audiobook-study-frame {
    min-height: 1450px;
  }
}
