/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.marketmade-accordion .marketmade-subpage {
  border-bottom: 1px solid black;
  width: 100%;
  margin-bottom: 0; }

.marketmade-accordion .page-name {
  padding: 20px 60px 20px 0;
  color: black;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  margin: 0 !important;
  position: relative; }
  .marketmade-accordion .page-name::before {
    transition: all .4s ease;
    content: " ";
    position: absolute;
    display: block;
    background-color: black;
    height: 3px;
    margin-top: -5px;
    top: 50%;
    transform: rotate(90deg);
    right: 5px;
    width: 20px;
    z-index: 9; }
  .marketmade-accordion .page-name::after {
    transition: all .4s ease;
    content: " ";
    position: absolute;
    display: block;
    background-color: black;
    height: 3px;
    margin-top: -5px;
    top: 50%;
    right: 5px;
    width: 20px;
    z-index: 9; }

.marketmade-accordion .marketmade-subpage-content {
  display: none;
  box-sizing: border-box;
  padding-top: 0; }
  .marketmade-accordion .marketmade-subpage-content * {
    font-size: 16px; }

.is-active.marketmade-subpage .marketmade-subpage-content {
  display: block; }

.marketmade-accordion[data-accordion-state="show-all"] .marketmade-subpage-content {
  display: block; }

.marketmade-accordion[data-accordion-state="show-all"] .page-name:after {
  display: none !important; }

.is-active.page-name:before {
  opacity: 0; }

.marketmade-accordion .marketmade-subpage {
  width: 100%; }


/*# sourceMappingURL=style-index.css.map*/