.acf-block-preview .d-flex {
  display: flex;
}
.acf-block-preview .d-grid {
  display: grid;
}

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

.acf-block-preview .txt-default {
  font-size: 16px;
  line-height: 23px;
}
.acf-block-preview .regular {
  font-weight: normal;
}
.acf-block-preview .bold{
  font-weight: 700;
}
.acf-block-preview .uppercase {
  text-transform: uppercase;
}
.acf-block-preview .flex-wrap-wrap{
  flex-wrap: wrap;
}

.acf-block-preview .m-t-lx {
  margin-top: 50px;
}
.acf-block-preview .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;

}
.acf-block-preview .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;
}
.acf-block-preview .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;
}
@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);
  }
}
