.content_style_list ul {
  list-style: initial;
  padding-left: 25px; }

.content_style_list ol {
  list-style: decimal;
  padding-left: 25px; }

.content_style_list ul, .content_style_list ol {
  margin-bottom: 10px; }
  .content_style_list ul li:last-child, .content_style_list ol li:last-child {
    margin-bottom: 0; }
  .content_style_list ul ul, .content_style_list ol ul {
    list-style: circle; }

.content_style_list li, .content_style_list p {
  margin-bottom: 10px;
  color: #000; }

.content_style_list table {
  width: 100% !important; }

.content_style_list h1, .content_style_list h2, .content_style_list h3, .content_style_list h4, .content_style_list h5, .content_style_list h6 {
  color: #000;
  margin-bottom: 10px;
  font-weight: bold; }

.content_style_list h1 {
  font-size: 26px; }

.content_style_list h2 {
  font-size: 22px; }

.content_style_list h3 {
  font-size: 20px; }

.content_style_list h4 {
  font-size: 18px; }

.content_style_list a[href] {
  color: #007bff; }

.description-content.collection-desc {
  margin: 15px 0; }

.description-content.opened .description-collectiondetail {
  max-height: 230px;
  overflow: hidden; }

.description-content:not(.opened) .expandable-content_toggle {
  margin-top: 30px; }

.description-content .expandable-content_toggle {
  outline: none; }

.description-content .description-btn {
  position: relative; }

.description-content .description-btn:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }

.expandable-content_toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #171718;
  padding: 7px 15px;
  color: #171718;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  background: #fff;
  z-index: 99;
  outline: none; }

.expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
  content: none; }
