.hs-acs-wrap {
  --hs-acs-border: #c8a44a;
  --hs-acs-text: #222;
  --hs-acs-muted: #816050;
  --hs-acs-button: #9f8273;
  --hs-acs-button-hover: #816050;
  background: #fff;
  border: 2px solid var(--hs-acs-border);
  border-radius: 18px;
  display: grid !important;
  gap: 16px;
  grid-column: 1 / span 9 !important;
  grid-template-columns: subgrid;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: calc(100% + -30px);
}

.hs-acs-card {
  align-items: center;
  display: grid;
  gap: 0;
  grid-column: 1 / span 9;
  grid-template-columns: subgrid;
  min-height: 120px;
  padding: 10px 0;
  position: relative;
}

.hs-acs-wrap--multi {
  gap: 0;
}

.hs-acs-wrap--multi .hs-acs-card {
  min-height: 120px;
}

.hs-acs-wrap--multi .hs-acs-card + .hs-acs-card::before {
  background: var(--hs-acs-border);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hs-acs-wrap--multi .hs-acs-saving {
  left: 0;
  min-width: 86px;
  text-align: center;
  top: 0;
  z-index: 3;
}

.hs-acs-media {
  align-items: center;
  align-self: stretch;
  display: flex;
  grid-column: 1 / span 2;
  justify-content: center;
  min-height: 100px;
  padding: 0 0 0 10px;
  position: relative;
}

.hs-acs-media img {
  display: block;
  height: 100px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.hs-acs-media__placeholder {
  background: #f3f3f3;
  border-radius: 10px;
  height: 100px;
  width: 100%;
}

.hs-acs-saving {
  background: var(--hs-acs-label, var(--hs-acs-border));
  border-bottom-right-radius: 16px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 5px 15px 5px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.hs-acs-saving span,
.hs-acs-saving strong {
  display: block;
  font-family: "Brandon Text Medium", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

.hs-acs-saving span {
  font-size: 13px;
  margin-bottom: 4px;
}

.hs-acs-saving strong {
  font-size: 16px;
}

.hs-acs-saving--custom strong {
  font-size: 16px;
  line-height: 1.1;
}

.hs-acs-main {
  grid-column: 3 / span 4;
  min-width: 0;
  padding: 0 20px;
}

.hs-acs-title {
  color: var(--hs-acs-text);
  font-family: "Brandon Text Medium", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
  margin: 0;
}

.hs-acs-side {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 7 / span 3;
  justify-self: end;
  min-width: 0;
  padding: 0 24px 0 0;
  text-align: center;
  width: 100%;
}

.hs-acs-button {
  align-items: center;
  background: var(--hs-acs-button);
  border-radius: 16px;
  color: #EAF1F5;
  font-family: "Brandon Text Medium", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 12px 18px;
  text-decoration: none;
  transition: background-color 160ms ease;
  width: 100%;
}

.hs-acs-button:visited,
.hs-acs-button:focus,
.hs-acs-button:active {
  color: #fff;
}

.hs-acs-button:hover {
  background: var(--hs-acs-button-hover);
  color: #fff;
}

.hs-acs-date {
  color: var(--hs-acs-text);
  font-size: 12px;
  line-height: 1.1;
}

@media (max-width: 900px) {
  .hs-acs-wrap {
    display: block !important;
    grid-column: inherit !important;
  }

  .hs-acs-card {
    display: grid;
    gap: 18px;
    grid-template-columns: 132px minmax(0, 1fr);
    padding: 16px;
  }

  .hs-acs-media {
    grid-column: 1;
    grid-row: 1;
    min-height: 116px;
    padding: 0;
  }

  .hs-acs-main {
    grid-column: 2;
    padding: 0;
  }

  .hs-acs-media img,
  .hs-acs-media__placeholder {
    height: 116px;
  }

  .hs-acs-title {
    font-size: 23px;
  }

  .hs-acs-side {
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .hs-acs-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .hs-acs-media {
    min-height: 102px;
  }

  .hs-acs-media img,
  .hs-acs-media__placeholder {
    height: 102px;
  }

  .hs-acs-saving {
    padding: 7px 9px 8px;
  }

  .hs-acs-saving span {
    font-size: 11px;
  }

  .hs-acs-saving strong {
    font-size: 15px;
  }

  .hs-acs-title {
    font-size: 20px;
  }

  .hs-acs-button {
    font-size: 17px;
    padding: 11px 13px;
  }
}
