/* [project]/src/assets/style/campaignHtmlBanner.css [app-client] (css) */
.campaign-html-banner-wrap {
  width: 100%;
}

.campaign-html-banner-wrap--970x100 {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.campaign-html-banner-iframe--970x100 {
  border: 0;
  border-radius: 15px;
  width: 970px;
  height: 100px;
  display: block;
}

.campaign-html-banner-wrap--970x250 {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.campaign-html-banner-iframe--970x250 {
  border: 0;
  width: 970px;
  height: 250px;
  display: block;
}

.campaign-html-banner-wrap--336x375 {
  width: 336px;
  max-width: 336px;
  height: 375px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.campaign-html-banner-iframe--336x375 {
  vertical-align: top;
  border: 0;
  border-radius: 16px;
  width: 336px;
  height: 375px;
  margin: 0;
  padding: 0;
  display: block;
}

@media (max-width: 1919px) and (min-width: 768px) {
  .campaign-html-banner-wrap--336x375 {
    width: 261px;
    max-width: 261px;
    height: 291px;
  }

  .campaign-html-banner-iframe--336x375 {
    width: 261px;
    height: 291px;
  }
}

.campaign-html-banner-iframe--300x250 {
  border: 0;
  width: 300px;
  height: 250px;
  display: block;
}

.campaign-html-banner-wrap--300x400 {
  border-radius: 14px;
  width: 300px;
  max-width: 300px;
  height: 400px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.campaign-html-banner-iframe--300x400 {
  border: 0;
  border-radius: 14px;
  width: 300px;
  height: 400px;
  padding-top: 10px;
  display: block;
}

@media (max-width: 430px) {
  .campaign-html-banner-wrap--970x100, .campaign-html-banner-wrap--970x250, .campaign-html-banner-wrap--336x375, .campaign-html-banner-wrap--300x250, .campaign-html-banner-wrap--300x400 {
    border-radius: 14px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .campaign-html-banner-wrap--336x375 {
    width: 100%;
    max-width: 100%;
    height: 375px;
  }

  .campaign-html-banner-iframe--970x100 {
    width: 100%;
    height: 100px;
  }

  .campaign-html-banner-iframe--970x250 {
    width: 100%;
    height: 250px;
  }

  .campaign-html-banner-iframe--336x375 {
    width: 100% !important;
    height: 375px !important;
  }

  .campaign-html-banner-iframe--300x250 {
    width: 100%;
    height: 250px;
    display: none;
  }

  .campaign-html-banner-iframe--300x400 {
    width: 100%;
    height: 400px;
  }

  .blog-sub-category-page .d-md-none.blog-col.w-100.mt-3 {
    display: none !important;
  }
}

/* [project]/src/components/collections/RelatedCollectionsSidebar.css [app-client] (css) */
.related-collections-sidebar {
  margin-bottom: 16px;
}

.related-collections-block {
  margin-bottom: 0 !important;
}

.related-collections-subtitle {
  color: #666;
  text-align: start;
  margin: 0 0 12px;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.4;
}

.related-collections-sidebar .archiveDataEditorialCard {
  justify-content: start;
  align-items: start;
  width: 100%;
}

.related-collections-sidebar .related-collections-thumb-wrap--landscape {
  flex: 0 0 100px;
  width: 100px;
  height: 60px;
}

.related-collections-sidebar .related-collections-thumb-wrap--portrait {
  aspect-ratio: 12 / 16;
  flex: 0 0 54px;
  width: 54px;
  height: auto;
}

.related-collections-sidebar a.archiveDataEditorialCard:hover .archiveDataEditorialCardTitle {
  background-image: linear-gradient(var(--global-color-hover-1, var(--primary-color)), var(--global-color-hover-2, var(--primary-color)));
  -webkit-text-fill-color: transparent;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.related-collections-list--scroll {
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #fff;
  min-height: 0;
  max-height: 370px;
  padding-right: 6px;
  overflow: hidden auto;
}

.related-collections-list--scroll::-webkit-scrollbar {
  width: 5px;
}

.related-collections-list--scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}

.related-collections-list--scroll::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border: 1px solid #fff;
  border-radius: 4px;
}

.related-collections-list--scroll::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

/*# sourceMappingURL=src_d41ad539._.css.map*/