.hs-article-cta {
  --hs-article-cta-blue: #005aa0;
  --hs-article-cta-blue-dark: #06436f;
  --hs-article-cta-ink: #15364f;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #cfdbe4;
  background: #ffffff;
  color: var(--hs-article-cta-ink);
  text-decoration: none;
}

.hs-article-cta__visual {
  display: block;
  position: relative;
  height: 148px;
  overflow: hidden;
}

.hs-article-cta__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  transition: transform 0.35s ease;
}

.hs-article-cta__content {
  display: block;
  padding: 17px 18px 18px;
}

.hs-article-cta__label,
.hs-article-cta__brand,
.hs-article-cta__service,
.hs-article-cta__title,
.hs-article-cta__description,
.hs-article-cta__assurance,
.hs-article-cta__action {
  display: block;
}

.hs-article-cta__label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 11px;
  background: var(--hs-article-cta-blue);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hs-article-cta__title {
  margin-bottom: 8px;
  color: #111111;
  font-weight: 800;
  line-height: 1.4;
}

.hs-article-cta__brand {
  color: inherit;
  font-size: 20px;
}

.hs-article-cta__brand,
.hs-article-cta__service {
  display: inline;
}

.hs-article-cta__service {
  font-size: 22px;
}

.hs-article-cta__description {
  margin-bottom: 3px;
  color: #40596b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.hs-article-cta__assurance {
  margin-bottom: 12px;
  color: var(--hs-article-cta-blue-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.hs-article-cta__action {
  position: relative;
  padding: 13px 34px 13px 13px;
  background: var(--hs-article-cta-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  transition: background-color 0.2s ease;
}

.hs-article-cta__action::after {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.hs-article-cta:hover .hs-article-cta__action {
  background: var(--hs-article-cta-blue-dark);
}

.hs-article-cta:hover .hs-article-cta__image {
  transform: scale(1.02);
}

.hs-article-cta:focus-visible {
  outline: 3px solid #f0a22e;
  outline-offset: 3px;
}

.hs-article-cta--sidebar {
  position: sticky;
  z-index: 1;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--tcd-header-bar-height, 70px) + 20px);
  margin-top: 30px;
  margin-bottom: 35px;
}

.l-sidebar:has(.hs-article-cta--sidebar) {
  align-self: stretch;
}

.p-widget-list-pc:has(> .hs-article-cta--sidebar) {
  height: 100%;
}

.hs-article-cta--mobile-sidebar {
  display: none;
  grid-column: 1 / -1;
}

@media (max-width: 1024px) {
  .hs-article-cta--sidebar {
    display: none;
  }

  .hs-article-cta--mobile-sidebar {
    display: block;
    margin: 0;
  }

  .hs-article-cta--mobile-sidebar .hs-article-cta__visual {
    height: clamp(190px, 42vw, 240px);
  }
}

@media (max-width: 480px) {
  .hs-article-cta__content {
    padding: 17px 16px 16px;
  }

  .hs-article-cta--mobile-sidebar .hs-article-cta__visual {
    height: clamp(175px, 48vw, 210px);
  }

  .hs-article-cta__brand {
    font-size: 19px;
  }

  .hs-article-cta__service {
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-article-cta__image,
  .hs-article-cta__action {
    transition: none;
  }
}
