.acf-block-preview .d-flex {
  display: flex;
}
.acf-block-preview .d-grid {
  display: grid;
}
/* Editor canvas aliases */
.editor-styles-wrapper .d-flex { display:flex; }
.editor-styles-wrapper .d-grid { display:grid; }

/* width */
.acf-block-preview .w-full {
  width: 100%;
}
.editor-styles-wrapper .w-full { width:100%; }
.acf-block-preview .gap-default {
  gap: 15px;
}
.editor-styles-wrapper .gap-default { gap:15px; }
.acf-block-preview .align-center {
  align-items: center;
}
.editor-styles-wrapper .align-center { align-items:center; }
.acf-block-preview .justify-center {
  justify-content: center;
}
.editor-styles-wrapper .justify-center { justify-content:center; }
.acf-block-preview .txt-smaller {
  font-size: 14px;
  line-height: 21px;
}
.editor-styles-wrapper .txt-smaller { font-size:14px; line-height:21px; }

.acf-block-preview .txt-default {
  font-size: 16px;
  line-height: 23px;
}
.editor-styles-wrapper .txt-default { font-size:16px; line-height:23px; }
.acf-block-preview .regular {
  font-weight: normal;
}
.editor-styles-wrapper .regular { font-weight:normal; }
.acf-block-preview .bold{
  font-weight: 700;
}
.editor-styles-wrapper .bold{ font-weight:700; }

.acf-block-preview .flex-wrap-wrap{
  flex-wrap: wrap;
}
.editor-styles-wrapper .flex-wrap-wrap{ flex-wrap:wrap; }

.acf-block-preview .m-t-lx {
  margin-top: 50px;
}
.section__page__content .accordion {
  margin-bottom: 15px;
}
.accordion__wrapper ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.acf-block-preview .accordion__item__title{
  text-align: left;
}
.acf-block-preview .accordion__item__button{
  border-radius: 10px;
  border:0;
  grid-template-columns: 1fr auto;
  padding: 15px;
  background-color: #E6E6E6;
  transition: background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.editor-styles-wrapper .accordion__item__button{
  border-radius:10px; border:0; grid-template-columns:1fr auto; padding:15px; background-color:#E6E6E6; transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.acf-block-preview .accordion__item__button:hover{
  cursor: pointer;
  background-color: var(--educa-orange, #e5a224);
  color: #fff;
}
.editor-styles-wrapper .accordion__item__button:hover{ cursor:pointer; background-color: var(--educa-orange, #e5a224); color:#fff; }
.acf-block-preview .accordion__item__button.is-active{
  background-color: var(--educa-orange, #e5a224);
  color: #fff;
}
.editor-styles-wrapper .accordion__item__button.is-active{ background-color: var(--educa-orange, #e5a224); color:#fff; }
.acf-block-preview .accordion__item__button.is-active svg{
  transform: rotate(180deg);
}
.editor-styles-wrapper .accordion__item__button.is-active svg{ transform: rotate(180deg); }
.acf-block-preview .accordion__item__cta{
  margin-top: 15px;
}
.acf-block-preview .accordion__item__content{
  padding: 30px 0;
  border: none;
  border-top: 0;
  background-color: transparent;
  display: none;
}
.editor-styles-wrapper .accordion__item__content{ padding:30px 0; border:none; border-top:0; background-color:transparent; display:block; }
.acf-block-preview .accordion__item__content p{
  font-size: 16px;
  line-height: 23px;
  color: #716F6F;
}
.editor-styles-wrapper .accordion__item__content p{ font-size:16px; line-height:23px; color:#716F6F; }
.acf-block-preview .accordion__item__content p:not(:last-child){
  margin-bottom: 25px;
}
.acf-block-preview .accordion__item__content p:last-child{
  margin-bottom: 0!important;
}
.acf-block-preview .accordion__item__content.is-open{
  display: block;
}
.acf-block-preview .accordion__item--childen & > li > a{
  padding: 0;
  border: 0 !important;
  color: hsl(0, 0%, 16%) !important;
}
.acf-block-preview .accordion__item--childen & > li > a:hover{
  background-color: transparent !important;
  color: hsl(26, 100%, 53%) !important;
}

.acf-block-preview .accordion__item__content--link .link__item{
  height: 30px;
  padding: 0 15px;
  background-color: #B7B7B7;
  color: #fff!important;
  border-radius: 25px;
  transition: background-color 0.3s ease-in-out;
}
.acf-block-preview .accordion__item__content--link .link__item:hover{
  background-color: var(--educa-orange, #e5a224);
  cursor: pointer;
}
.editor-styles-wrapper .accordion__item__content--link .link__item{ height:30px; padding:0 15px; background-color:#B7B7B7; color:#fff!important; border-radius:25px; transition: background-color .3s ease-in-out; }
.editor-styles-wrapper .accordion__item__content--link .link__item:hover{ background-color: var(--educa-orange, #e5a224); cursor:pointer; }
