_body.scss 1.57 KB
.entry-content{
  .is-layout-constrained.wp-block-group{
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px 32px;
    margin-bottom: 40px;
  }
}

.js-accordion-item{
  border-top: 1px solid #000;
  padding: 20px 20px 15px 0px;
}
.js-accordion-controller{
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.c-accordion__content{
  padding: 20px 0px 10px 0px;
  width: 80%;
  @media only screen and (max-width: 800px) {
    width: 100%;
  }
}
.c-accordion__title:after{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10.636' viewBox='0 0 18 10.636'%3E%3Cpath id='Path_6' data-name='Path 6' d='M392.848 305.425a1.532 1.532 0 0 1-2.227 0l-7.443-7.386a1.572 1.572 0 0 1 0-2.268l7.443-7.386a1.532 1.532 0 0 1 2.227 0 1.5 1.5 0 0 1 0 2.21l-6.329 6.281 6.329 6.339A1.5 1.5 0 0 1 392.848 305.425Z' transform='translate(-287.905 393.331) rotate(-90)' fill='%23183668'/%3E%3C/svg%3E");
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.is-open>.c-accordion__title:after{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.183' height='10.949' viewBox='0 0 18.183 10.949'%3E%3Cpath id='Path_6' data-name='Path 6' d='M392.848 305.425a1.532 1.532 0 0 1-2.227 0l-7.443-7.386a1.572 1.572 0 0 1 0-2.268l7.443-7.386a1.532 1.532 0 0 1 2.227 0 1.5 1.5 0 0 1 0 2.21l-6.329 6.281 6.329 6.339A1.5 1.5 0 0 1 392.848 305.425Z' transform='matrix(-0.017  1  -1  -0.017  312.723  -377.298)' fill='%23183668'/%3E%3C/svg%3E");
}

h2 + .wp-block-pb-accordion-item{
  margin-top: 40px;
}