// Components style

.component-title {
  font-weight: bold;
}

.components-sidebar-wrapper {
  .component-chinese {
    margin-left: 10px;
    font-size: 12px;
  }

  .components-sidebar-accordion {
    border-width: 0;

    .next-accordion-section-title {
      border: 0;
      background-color: transparent;
    }
    .next-accordion-section-content {
      background-color: transparent;
      font-size: 14px;
      padding-top: 0;
    }
    .next-accordion-section-title {
      //display: none;
    }
  }
}
.ice-container-component {
  padding: 25px 40px!important;
}

@media (min-width: 750px) {
  .components-sidebar-wrapper .next-accordion-section-title {
    display: none;
  }
  .components-sidebar-wrapper .next-accordion-section-content {
    opacity: 1;
    height: auto;
  }

}
@media (max-width: 750px) {
  div.ice-container-component {
    padding: 5px 10px!important;
  }
}

.components-main-wrapper {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #fff;
}
