.dhkv2-image-with-text {
  position: relative;
}
.dhkv2-image-with-text .no-hover {
  cursor: default !important;
  text-decoration: none !important;
}
.dhkv2-image-with-text__card {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card {
    row-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card {
    row-gap: 20px;
  }
}
.dhkv2-image-with-text__card-image {
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-image {
    border-radius: 12px;
  }
}
.dhkv2-image-with-text__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dhkv2-image-with-text__card-content {
  position: relative;
}
.dhkv2-image-with-text__card-content > *:only-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-content {
    padding: 0 26px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-content {
    padding: 0 20px 0 0;
  }
}
.dhkv2-image-with-text__card-title {
  position: relative;
  padding-right: 60px;
  word-break: break-word;
}
.dhkv2-image-with-text__card-title:only-child > *:only-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-title {
    padding-right: 52px;
  }
}
.dhkv2-image-with-text__card-title-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #3b002b;
  padding-right: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-title-text {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-title-text {
    margin-bottom: 6px;
    padding-right: 52px;
  }
}
.dhkv2-image-with-text__card-title-text:hover {
  text-decoration: underline;
}
.dhkv2-image-with-text__card-title-text span {
  color: #3b002b;
}
.dhkv2-image-with-text__card-title-text span.disable-arrow::after {
  display: none;
}
.dhkv2-image-with-text__card-title-text span.enable-arrow::after {
  content: "";
  border: solid #3b002b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  padding: 4px;
  transform: rotate(-45deg);
  margin-left: 10px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-title-text span.enable-arrow::after {
    padding: 3px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-title-text span.enable-arrow::after {
    padding: 2px;
    margin-left: 6px;
  }
}
.dhkv2-image-with-text__card-title-text span.enable-arrow * {
  display: inline;
}
.dhkv2-image-with-text__card-title.hide-topic .dhkv2-image-with-text__card-topic {
  display: none;
}
.dhkv2-image-with-text__card-title.hide-merchant {
  padding-right: 0 !important;
}
.dhkv2-image-with-text__card-title.hide-merchant .dhkv2-image-with-text__card-title-text {
  padding-right: 0 !important;
}
.dhkv2-image-with-text__card-title.hide-merchant .dhkv2-image-with-text__card-merchant {
  display: none;
}
.dhkv2-image-with-text__card-topic {
  color: rgba(59, 0, 43, 0.5);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-topic {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-topic {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text__card-merchant {
  position: absolute;
  height: 100%;
  right: 12px;
  top: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(59, 0, 43, 0.25);
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-merchant {
    right: 8px;
    width: 40px;
    height: 40px;
  }
}
.dhkv2-image-with-text__card-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.dhkv2-image-with-text__card-info:only-child > *:only-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dhkv2-image-with-text__card-info-locate {
  font-size: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text__card-info-locate-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-info-locate-icon {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
}
.dhkv2-image-with-text__card-info-locate-text {
  color: #9d8095;
}
.dhkv2-image-with-text__card-info__date {
  font-size: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-info__date {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-info__date {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text__card-info__date-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-info__date-icon {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-top: 9px;
  }
}
.dhkv2-image-with-text__card-info__date-text {
  color: #9d8095;
}
.dhkv2-image-with-text__card-description {
  color: #3b002b;
  margin-bottom: 12px;
  /* max-height: 3.9rem; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-description {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-description {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text__card-tags {
  margin-bottom: 8px;
  font-size: 0;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-tags .tag:not(:last-child) {
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-tags {
    margin-bottom: 4px;
  }
}
.dhkv2-image-with-text__card-tag {
  display: inline-block;
  background-color: #ff1700;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #fff;
}
.dhkv2-image-with-text__card-tag:hover {
  text-decoration: underline;
}
.dhkv2-image-with-text__card-tag:not(:last-child) {
  margin-right: 8px;
}
.dhkv2-image-with-text__card-tag span {
  color: #fff;
}
.dhkv2-image-with-text__card-dropdown {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown {
    margin-bottom: 16px;
  }
}
.dhkv2-image-with-text__card-dropdown-toggle--open {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-toggle--open {
    padding-right: 12px;
  }
}
.dhkv2-image-with-text__card-dropdown-toggle--open::after {
  content: "";
  border: solid rgba(59, 0, 43, 0.5);
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 4px;
  top: 50%;
  padding: 4px;
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
  margin-left: 10px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-dropdown-toggle--open::after {
    padding: 3px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-toggle--open::after {
    padding: 2px;
    margin-left: 6px;
  }
}
.dhkv2-image-with-text__card-dropdown-toggle--open > .dhkv2-image-with-text__card-dropdown-icon {
  margin-bottom: 4px;
  display: inline-block;
  width: auto;
  max-height: 48px;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-toggle--open > .dhkv2-image-with-text__card-dropdown-icon {
    max-height: 40px;
  }
}
.dhkv2-image-with-text__card-dropdown-toggle--open > .dhkv2-image-with-text__card-dropdown-icon:not(:last-child) {
  margin-right: 12px;
}
.dhkv2-image-with-text__card-dropdown-toggle--open > .dhkv2-image-with-text__card-dropdown-title {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  margin-bottom: 4px;
  color: rgba(59, 0, 43, 0.5);
}
.dhkv2-image-with-text__card-dropdown-toggle--open > .dhkv2-image-with-text__card-dropdown-title:hover {
  text-decoration: underline;
}
.dhkv2-image-with-text__card-dropdown-toggle--open > .dhkv2-image-with-text__card-dropdown-title span {
  color: rgba(59, 0, 43, 0.5);
}
.dhkv2-image-with-text__card-dropdown-content {
  position: absolute;
  right: 0;
  background-color: #fff;
  display: none;
  padding: 24px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 12px;
  box-shadow: 0px 8px 20px 0px #ebe5e9;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-content {
    padding: 20px;
  }
}
.dhkv2-image-with-text__card-dropdown-content.dhkv2-image-with-text__card-dropdown-content--slide-up {
  bottom: 0;
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item:not(:last-child) {
  margin-bottom: 24px;
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item:hover .dhkv2-image-with-text__popup-title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item.dhkv2-image-with-text__popup-item--have-link .dhkv2-image-with-text__popup-title {
  display: inline-block;
  vertical-align: middle;
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item.dhkv2-image-with-text__popup-item--have-link .dhkv2-image-with-text__popup-title::after {
  content: "";
  border: solid rgba(59, 0, 43, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  transform: rotate(-45deg);
  margin-left: 10px;
  color: #fff;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item.dhkv2-image-with-text__popup-item--have-link .dhkv2-image-with-text__popup-title::after {
    padding: 3px;
    margin-left: 8px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-item.dhkv2-image-with-text__popup-item--have-link .dhkv2-image-with-text__popup-title::after {
    padding: 2px;
    margin-left: 6px;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-content {
    margin-top: 12px;
  }
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-icon {
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-icon {
    margin-right: 0;
  }
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-icon img {
  display: block;
  width: 48px;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-icon img {
    width: 40px;
  }
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-title {
  display: block;
  text-decoration: none;
  position: relative;
  color: rgba(59, 0, 43, 0.5);
  margin-bottom: 12px;
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-title:hover {
  text-decoration: underline;
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-title span {
  color: rgba(59, 0, 43, 0.5);
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__popup-description {
  display: block;
  color: rgba(59, 0, 43, 0.5);
  text-decoration: none;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: ellipsis;
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__card-dropdown-toggle--close {
  margin-top: 32px;
  color: #3b002b;
  text-decoration: underline;
  cursor: pointer;
}
.dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__card-dropdown-toggle--close::after {
  content: "";
  border: solid #3b002b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  transform: rotate(-135deg);
  margin-left: 8px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__card-dropdown-toggle--close::after {
    padding: 2px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__card-dropdown-toggle--close::after {
    padding: 2px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text__card-dropdown-content .dhkv2-image-with-text__card-dropdown-toggle--close {
    margin-top: 24px;
  }
}
.dhkv2-image-with-text__card-dropdown.service-certificates--single .dhkv2-image-with-text__card-dropdown-toggle {
  display: inline-block;
  padding-right: 24px;
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card-content {
  padding: 0;
  box-sizing: border-box;
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card-title {
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card-title {
    padding-right: 28px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card-title .offer-icon {
  right: 12px;
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card-merchant {
  top: 0;
  right: -16px;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card-merchant {
    right: -12px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card.align-center {
  align-items: center;
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal .dhkv2-image-with-text__card.align-top {
  align-items: flex-start;
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card {
  column-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card {
    flex-direction: column;
    column-gap: 0;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-image {
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-image {
    flex: 1 1 100%;
    width: 100%;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-content {
  flex: 1;
  margin-left: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-content {
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title {
  margin-right: 28px;
  padding-right: 32px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title {
    margin-right: 20px;
    padding-right: 28px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title-text {
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title-text {
    padding-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title-text {
    padding-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-topic {
  display: block;
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-topic {
    padding-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-topic {
    padding-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info__date {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info__date {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info__date {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info-locate {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info-locate {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info-locate {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-description {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-description {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-description {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-tags {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-tags {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-tags {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-dropdown {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-dropdown {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-dropdown {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card {
  column-gap: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card {
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card {
    flex-direction: column;
    column-gap: 0;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-image {
  flex: 0 0 48.6%;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-image {
    flex: 0 0 48.6%;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-image {
    flex: 1 1 100%;
    width: 100%;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content {
    margin: 0;
    flex: 1 1 100%;
    width: 100%;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-title {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-title {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-title {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-title-text {
  padding-right: 28px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-title-text {
    padding-right: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-title-text {
    padding-right: 20px;
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-topic {
  display: block;
  margin-bottom: 10px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-topic {
    margin-bottom: 8px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-topic {
    margin-bottom: 6px;
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-info-locate {
  margin-bottom: 12px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 10px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 8px;
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-info__date {
  margin-bottom: 12px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-info__date {
    margin-bottom: 10px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-info__date {
    margin-bottom: 8px;
    padding-right: 20px;
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-description {
  margin-bottom: 12px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-description {
    margin-bottom: 10px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-description {
    margin-bottom: 8px;
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-tags {
  margin-bottom: 8px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-tags {
    margin-bottom: 6px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-tags {
    margin-bottom: 4px;
    margin-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-dropdown {
  margin-right: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-dropdown {
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--large .dhkv2-image-with-text__card-dropdown {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card {
  column-gap: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card {
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card {
    column-gap: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-image {
  flex: 0 0 37%;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-image {
    flex-basis: 22.7%;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-image {
    flex-basis: 47.8%;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content {
  flex: 1;
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-title {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-title {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-title {
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-title-text {
  padding-right: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-title-text {
    padding-right: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-title-text {
    padding-right: 20px;
    margin-bottom: 10px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-topic {
  display: block;
  margin-bottom: 10px;
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-topic {
    margin-bottom: 8px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-topic {
    margin-bottom: 6px;
    padding-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-info-locate {
  margin-bottom: 10px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 8px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 6px;
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-info__date {
  margin-bottom: 12px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-info__date {
    margin-bottom: 10px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-info__date {
    margin-bottom: 8px;
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-description {
  margin-bottom: 12px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-description {
    margin-bottom: 10px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-description {
    margin-bottom: 8px;
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-tags {
  margin-bottom: 8px;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-tags {
    margin-bottom: 6px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-tags {
    margin-bottom: 4px;
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-dropdown {
  margin-right: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-dropdown {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-dropdown {
    margin-right: 16px;
    margin-bottom: 4px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card {
  column-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card {
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card {
    column-gap: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-image {
  flex: 0 0 20%;
  min-width: 100px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-image {
    flex-basis: 14.5%;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-image {
    flex-basis: 29%;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content {
  flex: 1;
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-title {
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-title {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-title {
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-title-text {
  padding-right: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-title-text {
    padding-right: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-title-text {
    padding-right: 20px;
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-topic {
  display: block;
  margin-bottom: 10px;
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-topic {
    margin-bottom: 8px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-topic {
    margin-bottom: 6px;
    padding-right: 20px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-info-locate {
  margin-bottom: 10px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 8px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 6px;
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-info__date {
  margin-bottom: 12px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-info__date {
    margin-bottom: 10px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-info__date {
    margin-bottom: 8px;
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-description {
  margin-bottom: 12px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-description {
    margin-bottom: 10px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-description {
    margin-bottom: 8px;
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-tags {
  margin-bottom: 8px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-tags {
    margin-bottom: 6px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-tags {
    margin-bottom: 4px;
    margin-right: 16px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-dropdown {
  margin-right: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-dropdown {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text.dhkv2-image-with-text--horizontal.dhkv2-image-with-text--small .dhkv2-image-with-text__card-dropdown {
    margin-right: 16px;
    margin-bottom: 4px;
  }
}
.dhkv2-image-with-text.dhkv2-image-with-text--ratio-16-9 .dhkv2-image-with-text__card-image {
  aspect-ratio: 16 / 9;
}
.dhkv2-image-with-text.dhkv2-image-with-text--ratio-4-3 .dhkv2-image-with-text__card-image {
  aspect-ratio: 4 / 3;
}
.dhkv2-image-with-text.dhkv2-image-with-text--ratio-3-4 .dhkv2-image-with-text__card-image {
  aspect-ratio: 3 / 4;
}
.dhkv2-image-with-text.dhkv2-image-with-text--ratio-1-1 .dhkv2-image-with-text__card-image {
  aspect-ratio: 1 / 1;
}
.dhkv2-image-with-text .hide {
  display: none;
}
.dhkv2-image-with-text .no-padding {
  padding: 0 !important;
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-title {
  margin-right: 28px;
  padding-right: 32px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-title {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-title {
    margin-right: 20px;
    padding-right: 28px;
  }
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-title-text {
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-title-text {
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-title-text {
    padding-right: 20px;
  }
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-merchant {
  right: -16px;
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-merchant {
    right: -12px;
  }
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-topic {
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-topic {
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-topic {
    padding-right: 20px;
  }
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-info__date {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-info__date {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-info__date {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-info-locate {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-info-locate {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-info-locate {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-description {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-description {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-description {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-tags {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-tags {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-tags {
    margin-right: 20px;
  }
}
.dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-dropdown {
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-dropdown {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical .dhkv2-image-with-text__card-dropdown {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    column-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card {
    column-gap: 16px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-content {
  padding: 0;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-image {
    flex: 0 0 14.5%;
    min-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-image {
    flex-basis: 29%;
  }
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title {
    margin-right: 16px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title-text {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title-text {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-title-text {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-topic {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-topic {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-topic {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info-locate {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info__date {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info__date {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-info__date {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-description {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-description {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-description {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-tags {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-tags {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--huge .dhkv2-image-with-text__card-tags {
    margin-bottom: 4px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content {
  padding: 0;
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--large .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
    margin-bottom: 4px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content {
  padding: 0;
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--middle .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
    margin-bottom: 4px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content {
  padding: 0;
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-title-text {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-topic {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info-locate {
    margin-bottom: 6px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-info__date {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-description {
    margin-bottom: 8px;
  }
}
.dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-image-with-text--vertical.dhkv2-image-with-text--small .dhkv2-image-with-text__card-content .dhkv2-image-with-text__card-tags {
    margin-bottom: 4px;
  }
}

.dhkv2-text-overlay .no-hover {
  cursor: default !important;
  text-decoration: none !important;
}
.dhkv2-text-overlay__card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-text-overlay__card {
    border-radius: 12px;
  }
}
.dhkv2-text-overlay__card-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.dhkv2-text-overlay__card-image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dhkv2-text-overlay__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .dhkv2-text-overlay__card-content {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-text-overlay__card-content {
    padding: 20px;
  }
}
.dhkv2-text-overlay__card-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
.dhkv2-text-overlay__card-title span {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.dhkv2-text-overlay__card-title span:hover {
  text-decoration: underline;
}
.dhkv2-text-overlay__card-title span.disable-arrow::after {
  display: none;
}
.dhkv2-text-overlay__card-title span.enable-arrow::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  margin-bottom: 3px;
  transform: rotate(-45deg);
  margin-left: 10px;
  color: #fff;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay__card-title span.enable-arrow::after {
    padding: 3px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay__card-title span.enable-arrow::after {
    padding: 2px;
    margin-left: 6px;
  }
}
.dhkv2-text-overlay__card-title span.enable-arrow * {
  display: inline;
}
.dhkv2-text-overlay__card-description {
  margin-top: 28px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay__card-description {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay__card-description {
    margin-top: 12px;
  }
}
.dhkv2-text-overlay__card-tags {
  margin-top: 16px;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.dhkv2-text-overlay__card-tags .dhkv2-text-overlay__card-tag {
  display: inline-block;
  background: #ff1700;
  padding: 8px 12px;
  margin-top: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
}
.dhkv2-text-overlay__card-tags .dhkv2-text-overlay__card-tag:not(:last-child) {
  margin-right: 12px;
}
.dhkv2-text-overlay__card-tags .dhkv2-text-overlay__card-tag span {
  color: #fff;
  text-decoration: none;
}
.dhkv2-text-overlay__card-tags .dhkv2-text-overlay__card-tag span:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay__card-tags {
    margin-top: 16px;
  }
  .dhkv2-text-overlay__card-tags .dhkv2-text-overlay__card-tag:not(:last-child) {
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay__card-tags {
    margin-top: 8px;
  }
  .dhkv2-text-overlay__card-tags .dhkv2-text-overlay__card-tag {
    margin-top: 4px;
  }
}
.dhkv2-text-overlay__card--ratio-16-9 {
  aspect-ratio: 16 / 9;
  /* 16:9 ratio */
}
.dhkv2-text-overlay__card--ratio-4-3 {
  aspect-ratio: 4 / 3;
  /* 4:3 ratio */
}
.dhkv2-text-overlay__card--ratio-3-4 {
  aspect-ratio: 3 / 4;
  /* 3:4 ratio */
}
.dhkv2-text-overlay__card--ratio-1-1 {
  aspect-ratio: 1 / 1;
  /* 1:1 ratio */
}
.dhkv2-text-overlay .hide {
  display: none;
}
.dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content {
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content {
    padding: 20px;
  }
}
.dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
    margin-top: 16px;
  }
}
.dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay--huge .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
    margin-top: 8px;
  }
}
.dhkv2-text-overlay--large .dhkv2-text-overlay__card-content {
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-text-overlay--large .dhkv2-text-overlay__card-content {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-text-overlay--large .dhkv2-text-overlay__card-content {
    padding: 16px;
  }
}
.dhkv2-text-overlay--large .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay--large .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay--large .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
    margin-top: 12px;
  }
}
.dhkv2-text-overlay--large .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay--large .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay--large .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
    margin-top: 4px;
  }
}
.dhkv2-text-overlay--middle .dhkv2-text-overlay__card-content {
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-text-overlay--middle .dhkv2-text-overlay__card-content {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-text-overlay--middle .dhkv2-text-overlay__card-content {
    padding: 16px;
  }
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay--middle .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay--middle .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
    margin-top: 12px;
  }
}
.dhkv2-text-overlay--middle .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay--middle .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay--middle .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
    margin-top: 4px;
  }
}
.dhkv2-text-overlay--small .dhkv2-text-overlay__card-content {
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-text-overlay--small .dhkv2-text-overlay__card-content {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-text-overlay--small .dhkv2-text-overlay__card-content {
    padding: 16px;
  }
}
.dhkv2-text-overlay--small .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay--small .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay--small .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-description {
    margin-top: 12px;
  }
}
.dhkv2-text-overlay--small .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .dhkv2-text-overlay--small .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .dhkv2-text-overlay--small .dhkv2-text-overlay__card-content .dhkv2-text-overlay__card-tags {
    margin-top: 4px;
  }
}

.dhkv2-data-listing {
  position: relative;
}
.dhkv2-data-listing__info {
  color: #3B002B;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .dhkv2-data-listing__info {
    margin-top: 28px;
  }
}
.dhkv2-data-listing .swiper-container-vertical .dhkv2-data-item {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
}
.dhkv2-data-listing .swiper-button-next::after,
.dhkv2-data-listing .swiper-button-next-alt::after,
.dhkv2-data-listing .swiper-button-prev::after,
.dhkv2-data-listing .swiper-button-prev-alt::after {
  border-left: 2px solid #3b002b;
  border-top: 2px solid #3b002b;
  content: "";
  display: block;
  transition: 0.25s;
  width: 9px;
  height: 9px;
}
.dhkv2-data-listing .swiper-toggle-box {
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  height: 16px;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .dhkv2-data-listing .swiper-toggle-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-data-listing .swiper-toggle-box {
    margin-top: 20px;
  }
}
.dhkv2-data-listing .swiper-toggle-box .swiper-button-next,
.dhkv2-data-listing .swiper-toggle-box .swiper-button-prev {
  background-image: none;
  position: relative;
  top: 0;
  height: 16px;
  width: 17px;
  left: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dhkv2-data-listing .swiper-toggle-box .swiper-button-next::after {
  transform: rotate(135deg);
  margin-left: -2px;
}
.dhkv2-data-listing .swiper-toggle-box .swiper-button-prev::after {
  transform: rotate(-45deg);
  margin-left: 2px;
}
.dhkv2-data-listing .swiper-toggle-box .swiper-button-prev.swiper-button-disabled,
.dhkv2-data-listing .swiper-toggle-box .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
}
.dhkv2-data-listing .swiper-toggle-box .swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  flex-grow: 1;
  position: relative;
  margin: 0 12px;
  background: rgba(59, 0, 43, 0.25);
  z-index: unset;
  border-radius: 16px;
  overflow: hidden;
}
.dhkv2-data-listing .swiper-toggle-box .swiper-pagination-progressbar-fill {
  background: #ff1700;
  border-radius: 16px;
}
.dhkv2-data-listing__show-more {
  display: none;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more {
  display: none;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .dhkv2-data-listing__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn {
  display: none;
  text-decoration: none;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn.align-left {
  text-align: left;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn.align-center {
  text-align: center;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn.align-right {
  text-align: right;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn span {
  color: #3b002b;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn:hover {
  text-decoration: underline;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn svg {
  display: inline-block;
  width: 16px;
  margin-left: 8px;
}
@media (max-width: 1024px) {
  .dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn svg {
    width: 14px;
  }
}
@media (max-width: 768px) {
  .dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn svg {
    width: 12px;
  }
}
.dhkv2-data-listing .horizontal-toggle-box {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dhkv2-data-listing .horizontal-toggle-box {
    display: none !important;
  }
}
.dhkv2-data-listing .horizontal-toggle-box .swiper-button-next-alt,
.dhkv2-data-listing .horizontal-toggle-box .swiper-button-prev-alt {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 20px 0 #ebe5e9;
}
.dhkv2-data-listing .horizontal-toggle-box .swiper-button-prev-alt {
  left: -24px;
}
.dhkv2-data-listing .horizontal-toggle-box .swiper-button-prev-alt::after {
  margin-left: 5px;
  transform: rotate(-45deg);
}
.dhkv2-data-listing .horizontal-toggle-box .swiper-button-next-alt {
  right: -24px;
}
.dhkv2-data-listing .horizontal-toggle-box .swiper-button-next-alt::after {
  margin-left: -5px;
  transform: rotate(135deg);
}
.dhkv2-data-listing .horizontal-toggle-box.no-swiper-bar .swiper-button-prev-alt,
.dhkv2-data-listing .horizontal-toggle-box.no-swiper-bar .swiper-button-next-alt {
  transform: translateY(-50%);
}
.dhkv2-data-listing--ratio-16-9 .dhkv2-image-with-text__card-image,
.dhkv2-data-listing--ratio-16-9 .dhkv2-text-overlay__card {
  aspect-ratio: 16 / 9;
}
.dhkv2-data-listing--ratio-4-3 .dhkv2-image-with-text__card-image,
.dhkv2-data-listing--ratio-4-3 .dhkv2-text-overlay__card {
  aspect-ratio: 4 / 3;
}
.dhkv2-data-listing--ratio-3-4 .dhkv2-image-with-text__card-image,
.dhkv2-data-listing--ratio-3-4 .dhkv2-text-overlay__card {
  aspect-ratio: 3 / 4;
}
.dhkv2-data-listing--ratio-1-1 .dhkv2-image-with-text__card-image,
.dhkv2-data-listing--ratio-1-1 .dhkv2-text-overlay__card {
  aspect-ratio: 1 / 1;
}
@media screen and (min-width: 1024px) {
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .dhkv2-data-listing__container,
  .dhkv2-data-listing[data-listing-style-pc="horizontal-swiper"] .dhkv2-data-listing__container {
    display: none;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .dhkv2-data-listing__swiper,
  .dhkv2-data-listing[data-listing-style-pc="horizontal-swiper"] .dhkv2-data-listing__swiper {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-pc="show-more"] .dhkv2-data-listing__container {
    display: none;
  }
  .dhkv2-data-listing[data-listing-style-pc="show-more"] .dhkv2-data-listing__show-more {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box {
    position: absolute;
    /* 确保其在容器中绝对定位 */
    top: 0;
    right: 0;
    /* 固定在右侧 */
    height: 100%;
    /* 占满父级高度 */
    flex-direction: column;
    /* 切换为竖直排列 */
    justify-content: space-between;
    /* 按上下排列分布 */
    align-items: center;
    /* 水平方向居中 */
    transform-origin: top right;
    margin-top: 0;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-button-prev,
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-button-next {
    height: 16px;
    width: 16px;
    position: relative;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-button-prev::after,
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-button-next::after {
    border-left: 2px solid #3b002b;
    border-top: 2px solid #3b002b;
    content: "";
    display: block;
    transition: 0.25s;
    width: 9px;
    height: 9px;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-button-prev::after {
    transform: rotate(45deg);
    /* 调整箭头方向 */
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-button-next::after {
    transform: rotate(-135deg);
    /* 调整箭头方向 */
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-pagination {
    flex-grow: 1;
    /* 占据中间可用空间 */
    width: 4px;
    /* 进度条宽度 */
    background: rgba(59, 0, 43, 0.25);
    /* 背景颜色 */
    position: relative;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-pagination.swiper-pagination-progressbar {
    margin: 12px 0;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-pagination .swiper-pagination-progressbar-fill {
    width: 100%;
    /* 进度条填充宽度 */
    background: #ff1700;
    /* 填充颜色 */
    position: absolute;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-button-prev::after {
    margin-left: 1px;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-button-next::after {
    margin-left: 1px;
  }
  .dhkv2-data-listing[data-listing-style-pc="horizontal-swiper"].swiper-initialized:hover .horizontal-toggle-box,
  .dhkv2-data-listing[data-listing-style-pc="horizontal-swiper"].swiper-initialized:focus-within .horizontal-toggle-box,
  .dhkv2-data-listing[data-listing-style-pc="horizontal-swiper"].swiper-initialized.always-show-arrow .horizontal-toggle-box {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .dhkv2-data-listing__swiper {
    padding-right: 40px;
    position: relative;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .dhkv2-data-listing__container,
  .dhkv2-data-listing[data-listing-style-tablet="horizontal-swiper"] .dhkv2-data-listing__container {
    display: none;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .dhkv2-data-listing__swiper,
  .dhkv2-data-listing[data-listing-style-tablet="horizontal-swiper"] .dhkv2-data-listing__swiper {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-tablet="show-more"] .dhkv2-data-listing__container {
    display: none;
  }
  .dhkv2-data-listing[data-listing-style-tablet="show-more"] .dhkv2-data-listing__show-more {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box {
    position: absolute;
    /* 确保其在容器中绝对定位 */
    top: 0;
    right: 0;
    /* 固定在右侧 */
    height: 100%;
    /* 占满父级高度 */
    flex-direction: column;
    /* 切换为竖直排列 */
    justify-content: space-between;
    /* 按上下排列分布 */
    align-items: center;
    /* 水平方向居中 */
    transform-origin: top right;
    margin-top: 0;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-button-prev,
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-button-next {
    height: 16px;
    width: 16px;
    position: relative;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-button-prev::after,
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-button-next::after {
    border-left: 2px solid #3b002b;
    border-top: 2px solid #3b002b;
    content: "";
    display: block;
    transition: 0.25s;
    width: 9px;
    height: 9px;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-button-prev::after {
    transform: rotate(45deg);
    /* 调整箭头方向 */
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-button-next::after {
    transform: rotate(-135deg);
    /* 调整箭头方向 */
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-pagination {
    flex-grow: 1;
    /* 占据中间可用空间 */
    width: 4px;
    /* 进度条宽度 */
    background: rgba(59, 0, 43, 0.25);
    /* 背景颜色 */
    position: relative;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-pagination.swiper-pagination-progressbar {
    margin: 12px 0;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-pagination .swiper-pagination-progressbar-fill {
    width: 100%;
    /* 进度条填充宽度 */
    background: #ff1700;
    /* 填充颜色 */
    position: absolute;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-button-prev::after {
    margin-left: 1px;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-button-next::after {
    margin-left: 1px;
  }
  .dhkv2-data-listing[data-listing-style-tablet="horizontal-swiper"].swiper-initialized:hover .horizontal-toggle-box {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .dhkv2-data-listing__swiper {
    padding-right: 23px;
    position: relative;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .dhkv2-data-listing__container,
  .dhkv2-data-listing[data-listing-style-mobile="horizontal-swiper"] .dhkv2-data-listing__container {
    display: none;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .dhkv2-data-listing__swiper,
  .dhkv2-data-listing[data-listing-style-mobile="horizontal-swiper"] .dhkv2-data-listing__swiper {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-mobile="show-more"] .dhkv2-data-listing__container {
    display: none;
  }
  .dhkv2-data-listing[data-listing-style-mobile="show-more"] .dhkv2-data-listing__show-more {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box {
    position: absolute;
    /* 确保其在容器中绝对定位 */
    top: 0;
    right: 0;
    /* 固定在右侧 */
    height: 100%;
    /* 占满父级高度 */
    flex-direction: column;
    /* 切换为竖直排列 */
    justify-content: space-between;
    /* 按上下排列分布 */
    align-items: center;
    /* 水平方向居中 */
    transform-origin: top right;
    margin-top: 0;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-button-prev,
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-button-next {
    height: 16px;
    width: 16px;
    position: relative;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-button-prev::after,
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-button-next::after {
    border-left: 2px solid #3b002b;
    border-top: 2px solid #3b002b;
    content: "";
    display: block;
    transition: 0.25s;
    width: 9px;
    height: 9px;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-button-prev::after {
    transform: rotate(45deg);
    /* 调整箭头方向 */
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-button-next::after {
    transform: rotate(-135deg);
    /* 调整箭头方向 */
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-pagination {
    flex-grow: 1;
    /* 占据中间可用空间 */
    width: 4px;
    /* 进度条宽度 */
    background: rgba(59, 0, 43, 0.25);
    /* 背景颜色 */
    position: relative;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-pagination.swiper-pagination-progressbar {
    margin: 12px 0;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-pagination .swiper-pagination-progressbar-fill {
    width: 100%;
    /* 进度条填充宽度 */
    background: #ff1700;
    /* 填充颜色 */
    position: absolute;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-button-prev::after {
    margin-left: 1px;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-button-next::after {
    margin-left: 1px;
  }
  .dhkv2-data-listing[data-listing-style-mobile="horizontal-swiper"].swiper-initialized:hover .horizontal-toggle-box,
  .dhkv2-data-listing[data-listing-style-mobile="horizontal-swiper"].swiper-initialized:focus-within .horizontal-toggle-box {
    display: block;
  }
  .dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .dhkv2-data-listing__swiper {
    padding-right: 23px;
    position: relative;
    box-sizing: border-box;
  }
}
.dhkv2-data-listing .dhkv2-data-listing__loading {
  display: none;
  text-align: center;
  margin: 50px 0;
}
.dhkv2-data-listing .dhkv2-data-listing__no-results {
  display: none;
  text-align: center;
  margin: 50px 0;
  color: rgba(59, 0, 43, 1);
}

.dhkv2-data-listing .dhkv2-image-with-text__card-title-text .font-general-remark,
.dhkv2-data-listing .dhkv2-text-overlay__card-title .font-general-remark {
  font-weight: bold;
}

.dhkv2-data-listing .dhkv2-image-with-text__card.star-item::after, 
.dhkv2-data-listing .dhkv2-text-overlay__card.star-item::after {
    display: block;
    content: "";
    position: absolute;
    left: -12px;
    width: 61px;
    height: 61px;
    top: -12px;
    background-image: url(../../../../../../etc.clientlibs/dhk-cloud/components/data/view/datalist/clientlib/resources/images/star.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.dhkv2-data-listing .dhkv2-image-with-text__card.disabled-item::after, 
.dhkv2-data-listing .dhkv2-text-overlay__card.disabled-item::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  pointer-events: all;
  z-index: 2;
}

.dhkv2-data-listing .swiper-toggle-box .swiper-scrollbar {
    position: relative;
    left: 0;
    top: 0;
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    flex-grow: 1;
    margin: 0 12px;
}

.dhkv2-data-listing[data-listing-style-pc="vertical-swiper"] .swiper-toggle-box .swiper-scrollbar,
.dhkv2-data-listing[data-listing-style-tablet="vertical-swiper"] .swiper-toggle-box .swiper-scrollbar,
.dhkv2-data-listing[data-listing-style-mobile="vertical-swiper"] .swiper-toggle-box .swiper-scrollbar {
    width: 4px;
    margin: 12px 0;
}

.dhkv2-data-listing .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #FF1700;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

