/**
 * 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-expo-accordion {
  padding-top: 20px;
  margin-bottom: 10px;
  border-top: solid 1px #d9d9d9;
  padding-bottom: 20px; }
  .wp-block-expo-accordion h2, .wp-block-expo-accordion h3 {
    font-family: 'Lora';
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-right: 2rem;
    cursor: pointer;
    border-top: none !important; }
    .wp-block-expo-accordion h2:focus, .wp-block-expo-accordion h3:focus {
      outline: none; }
    .wp-block-expo-accordion h2:after, .wp-block-expo-accordion h3:after {
      position: absolute;
      top: 50%;
      right: 0;
      content: "+";
      font-weight: 300;
      transform: translateY(-50%);
      color: var(--main-expo-color);
      font-size: 34px; }
    .wp-block-expo-accordion h2[aria-expanded="true"]:after, .wp-block-expo-accordion h3[aria-expanded="true"]:after {
      content: "-"; }


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