/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-bootstrap-accordion {
  border: 1px dotted #f00;
}

.bt-accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  background: var(--wp--preset--color--base-3);
  color: var(--wp--preset--color-white);
}

/**
 * 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.
 */
.wp-block-create-block-bootstrap-accordion {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.bt-accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  background: var(--wp--preset--color--base-3);
  color: var(--wp--preset--color--white);
  padding: 2rem;
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-accordion-item {
  border: 1px dotted #f00;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5 !important;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
  font-weight: 600;
  font-size: 1.3rem;
}
.accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
}

/* Panel */
/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}

.wp-block-create-block-accordion-item {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5 !important;
}

.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: light;
  display: flex;
  justify-content: space-between;
  color: var(--wp--preset--color--contrast);
}

.accordion-thumb::after {
  content: "\f054";
  font-family: Fontawesome;
  font-size: 1rem;
  margin: auto 0;
  transition: transform 0.2s ease-out;
  color: var(--wp--preset--color--white);
}

.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
  position: relative;
  z-index: 99;
}

.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}

.accordion-item.is-active .accordion-thumb::after {
  transform: rotate(90deg);
}

/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-page-tagline {
  border: 1px dotted #f00;
}

.wp-block-block-by-pixeltron-page-tagline, .wp-block-block-by-pixeltron-page-tagline p {
  font-family: var(--wp--preset--font-family--primary);
}

/**
 * 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.
 */
.wp-block-create-block-page-tagline {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.wp-block-block-by-pixeltron-page-tagline, .wp-block-block-by-pixeltron-page-tagline p {
  font-family: var(--wp--preset--font-family--primary);
}

/*# sourceMappingURL=main.css.map */
