.w78__card {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.w78__image-cotainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w78__image {
  display: block;
  min-width: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.w78__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.w78__heading__badge {
  width: max-content;
  border-radius: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--background);
  color: var(--color);
  border: 1px solid var(--background, --border-color);
}
.w78__heading__badge span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
}
.w78__heading__badge--more {
  --background: #f6f6f6;
  --border-color: #8a9bb7;
  --color: #333333;
}
.w78__heading__date {
  font-size: 12px;
  line-height: 13px;
  color: #333333;
}
.w78__content {
  padding: 16px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.w78__title {
  margin: 10px 0 auto 0;
}
.w78__title span {
  display: block;
  max-width: 100%;
  min-width: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #15366f;
}
.w78__cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #15366f;
  margin-top: 16px;
  text-decoration: none;
}
.w78__cta__text {
  display: block;
  max-width: 100%;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.w78__cta__icon {
  content: "";
  width: 20px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7709 4.48775C19.7706 4.48753 19.7704 4.48728 19.7702 4.48706L15.688 0.72438C15.3821 0.442504 14.8875 0.443553 14.5831 0.72684C14.2787 1.01009 14.2799 1.46823 14.5857 1.75015L17.3265 4.27635H0.78125C0.349766 4.27635 0 4.60031 0 4.99995C0 5.39959 0.349766 5.72354 0.78125 5.72354H17.3264L14.5857 8.24975C14.2799 8.53166 14.2788 8.9898 14.5831 9.27305C14.8875 9.55638 15.3822 9.55735 15.688 9.27551L19.7702 5.51283C19.7704 5.51261 19.7706 5.51236 19.7709 5.51214C20.0769 5.22929 20.0759 4.76966 19.7709 4.48775Z' fill='currentColor' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7709 4.48775C19.7706 4.48753 19.7704 4.48728 19.7702 4.48706L15.688 0.72438C15.3821 0.442504 14.8875 0.443553 14.5831 0.72684C14.2787 1.01009 14.2799 1.46823 14.5857 1.75015L17.3265 4.27635H0.78125C0.349766 4.27635 0 4.60031 0 4.99995C0 5.39959 0.349766 5.72354 0.78125 5.72354H17.3264L14.5857 8.24975C14.2799 8.53166 14.2788 8.9898 14.5831 9.27305C14.8875 9.55638 15.3822 9.55735 15.688 9.27551L19.7702 5.51283C19.7704 5.51261 19.7706 5.51236 19.7709 5.51214C20.0769 5.22929 20.0759 4.76966 19.7709 4.48775Z' fill='currentColor' /%3E%3C/svg%3E");
}

.w78 a span{
  height: max-content;
  margin: 0;
  filter: none;
}

.w78__heading__badge.w78__heading__badge--more{
  margin-right: auto;
}

.w78 a{
  height: 100%;
}

.w78__body{
 flex: 1 1 0;
 display: flex;
 flex-direction: column;
}