.acf-block-preview {
  color: #292929;
  font-family: Poppins, Arial, sans-serif;
  max-width: 720px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.acf-block-preview a {
  text-decoration: none;
}
.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 .space-between{
  justify-content: space-between;
}
.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 .flex-wrap-wrap{
  flex-wrap: wrap;
}

.acf-block-preview .m-t-lx {
  margin-top: 50px;
}

.acf-block-preview .custom__link__item {
  width: 100%;
}
.acf-block-preview .custom__link__url{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  padding: 18px 29px 18px 27px;
  background-color: #fff;
  transition: border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.acf-block-preview .custom__link__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.acf-block-preview .custom__link__title {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  word-break: break-word;
}
.acf-block-preview .custom__link__description {
  color: #706E6F;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  word-break: break-word;
}
.acf-block-preview .custom__link__url svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #706E6F;
  stroke: currentColor;
}
.acf-block-preview .custom__link__url{
  text-decoration: none;
}
.acf-block-preview .custom__link__url:hover{
  cursor: pointer;
  border-color: var(--e1cn-wine, #881415);
}
.acf-block-preview .custom__link__url:hover .custom__link__title,
.acf-block-preview .custom__link__url:hover svg {
  color: var(--e1cn-wine, #881415);
}
@media (max-width: 640px) {
  .acf-block-preview .custom__link__url {
    gap: 24px;
    padding: 18px 20px 24px;
  }
}
