.acf-block-preview .d-flex {
  display: flex;
}
.editor-styles-wrapper .d-flex { display:flex; }
.acf-block-preview .d-grid {
  display: grid;
}
.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 .uppercase {
  text-transform: uppercase;
}
.editor-styles-wrapper .uppercase { text-transform:uppercase; }
.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;
}
.editor-styles-wrapper .m-t-lx { margin-top:50px; }
.acf-block-preview .txt-gray{
  color: hsl(212, 15%, 46%);
}
.editor-styles-wrapper .txt-gray { color:hsl(212,15%,46%); }
.gap-md {
  gap: 30px;
}
.acf-block-preview .document__list .document{
  padding: 15px 25px;
  border: 1px solid #C4C4C4;
  border-radius: 10px;

}
.editor-styles-wrapper .document__list .document{ padding:15px 25px; border:1px solid #C4C4C4; border-radius:10px; }
.acf-block-preview .document__list .document__infos .document__infos__title--title header small{
  margin-left: 5px;
}
.editor-styles-wrapper .document__list .document__infos .document__infos__title--title header small{ margin-left:5px; }
.acf-block-preview .document__list .document__infos__icon svg{
  width: 34px;
  height: 34px;
  stroke:#E0E0E0;
}
.editor-styles-wrapper .document__list .document__infos__icon svg{ width:34px; height:34px; stroke:#E0E0E0; }
.acf-block-preview .document__list .document__actions a:hover svg{
  stroke:hsl(39, 79%, 52%);
}
.editor-styles-wrapper .document__list .document__actions a:hover svg{ stroke:hsl(39,79%,52%); }
.acf-block-preview .document__list .document__actions svg{
  width: 24px;
  height: 24px;
  stroke:#C4C4C4;
  stroke-width:2px;
}
.editor-styles-wrapper .document__list .document__actions svg{ width:24px; height:24px; stroke:#C4C4C4; stroke-width:2px; }
@include breakpoint-up(medium){
  .acf-block-preview .document__list .document__actions a{
    border-bottom: 0!important;
    color: #292929!important;
  }
}
@include breakpoint-down(medium){
  .acf-block-preview .document__list .document__actions a{
    height: rem(48);
  }
}
