/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./modules/components/src/Versions/V1/ContentItem/resources/scss/view/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* -------------------------------------------------------------------------------------------------
     Item
   ---------------------------------------------------------------------------------------------- */
.mhh-mcn-v1-content-item {
  border: var(--mhh-mcn-content-item-border-width, 0) var(--mhh-mcn-content-item-border-style, solid) var(--mhh-mcn-content-item-border-color, unset);
  border-top-left-radius: var(--mhh-mcn-content-item-border-top-left-radius, 0);
  border-top-right-radius: var(--mhh-mcn-content-item-border-top-right-radius, 0);
  border-bottom-right-radius: var(--mhh-mcn-content-item-border-bottom-right-radius, 0);
  border-bottom-left-radius: var(--mhh-mcn-content-item-border-bottom-left-radius, 0);
  --mhh-mcn-content-item-padding-top--s: 0;
  --mhh-mcn-content-item-padding-right--s: 0;
  --mhh-mcn-content-item-padding-bottom--s: 0;
  --mhh-mcn-content-item-padding-left--s: 0;
  padding-top: var(--mhh-mcn-content-item-padding-top--s);
  padding-bottom: var(--mhh-mcn-content-item-padding-bottom--s);
  padding-right: var(--mhh-mcn-content-item-padding-right--s);
  padding-left: var(--mhh-mcn-content-item-padding-left--s);
  color: var(--mhh-mcn-color-black);
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  /*
   * Featured Image
   */
  /*
   * Icon Container
   */
  /**
   * Container
   */
  /*
   * Meta Data
   */
  /*
   * Primary Tag
   */
  /*
   * Header
   */
  /*
   * Excerpt
   */
  /*
   * Dates and Times
   */
  /*
   * Call To Action
   */
  /*
   * Footer
   */
  /*
   * Internal States
   */
  /*
   * Icon
   */
  /*
   * Entity Icon Type
   */
  /*
   * Rtl Styles
   */
}
@media only screen and (min-width: 48em) {
  .mhh-mcn-v1-content-item {
    --mhh-mcn-content-item-padding-top--m: 0;
    --mhh-mcn-content-item-padding-right--m: 0;
    --mhh-mcn-content-item-padding-bottom--m: 0;
    --mhh-mcn-content-item-padding-left--m: 0;
    padding-top: var(--mhh-mcn-content-item-padding-top--m);
    padding-bottom: var(--mhh-mcn-content-item-padding-bottom--m);
    padding-right: var(--mhh-mcn-content-item-padding-right--m);
    padding-left: var(--mhh-mcn-content-item-padding-left--m);
  }
}
@media only screen and (min-width: 75em) {
  .mhh-mcn-v1-content-item {
    --mhh-mcn-content-item-padding-top--l: 0;
    --mhh-mcn-content-item-padding-right--l: 0;
    --mhh-mcn-content-item-padding-bottom--l: 0;
    --mhh-mcn-content-item-padding-left--l: 0;
    padding-top: var(--mhh-mcn-content-item-padding-top--l);
    padding-bottom: var(--mhh-mcn-content-item-padding-bottom--l);
    padding-right: var(--mhh-mcn-content-item-padding-right--l);
    padding-left: var(--mhh-mcn-content-item-padding-left--l);
  }
}
.block-editor-block-list__layout .mhh-mcn-v1-content-item.block-editor-block-list__block, .mhh-mcn-v1-content-item {
  position: relative;
  z-index: 0;
}
.block-editor-block-list__layout .mhh-mcn-v1-content-item.block-editor-block-list__block::after, .mhh-mcn-v1-content-item::after {
  background: var(--mhh-mcn-content-item-overlay-gradient, var(--mhh-mcn-content-item-overlay-color, var(--mhh-mcn-color-white)));
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.block-editor-block-list__layout .mhh-mcn-v1-content-item.block-editor-block-list__block--has-overlay::after, .mhh-mcn-v1-content-item--has-overlay::after {
  opacity: var(--mhh-mcn-content-item-overlay-opacity, var(--mhh-mcn-overlay-opacity));
}

.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-featured-image {
  flex: 0 0 auto;
  margin: 0 0 var(--mhh-mcn-spacing-xm) 0;
  order: 1;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-featured-image .figure-outer {
  overflow: hidden;
  position: relative;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-featured-image .figure-outer .figure-inner {
  transform: scale(1);
  transition: var(--mhh-mcn-animation-transition--normal);
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon-container {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  margin: 0 0 var(--mhh-mcn-spacing-xm) 0;
  order: 2;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-content {
  box-sizing: border-box;
  display: flex;
  flex: 1 0 auto;
  flex-flow: column nowrap;
  order: 3;
  width: 100%;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-content > :first-child {
  margin-top: 0;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-content > :last-child {
  margin-bottom: 0;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-content .mhh-mcn-v1-content-item-content-body {
  display: flex;
  flex: 1 0 auto;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta {
  display: flex;
  flex-wrap: wrap;
  margin: var(--mhh-mcn-spacing-xs) 0 0 0;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta:empty {
  display: none;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge + .mhh-mcn-badge--live, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge + .mhh-mcn-badge--date, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge + .mhh-mcn-badge--time, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge + .mhh-mcn-badge--registered {
  margin-inline-start: var(--mhh-mcn-spacing-xm);
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge + .mhh-mcn-badge--live::after, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge + .mhh-mcn-badge--date::after, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge + .mhh-mcn-badge--time::after, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge + .mhh-mcn-badge--registered::after {
  background: var(--mhh-mcn-color-gray-700);
  border-radius: 0;
  content: "";
  display: block;
  height: 1em;
  margin-inline-start: calc(var(--mhh-mcn-spacing-xm) * -1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-meta.mhh-mcn-badge-container > .mhh-mcn-badge--date {
  display: flex;
  gap: 0.2rem;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-primary-tag {
  font-size: var(--mhh-mcn-content-item-primary-tag-font-size--s, var(--mhh-mcn-content-item-primary-tag-font-size, var(--mhh-mcn-font-size--xm)));
  line-height: var(--mhh-mcn-content-item-primary-tag-line-height--s, var(--mhh-mcn-content-item-primary-tag-line-height, var(--mhh-mcn-line-height--m)));
  color: var(--mhh-mcn-content-item-primary-tag-text-color, var(--mhh-mcn-content-item-theme-color, var(--mhh-mcn-color-teal-500)));
  display: inline-block;
  font-weight: var(--mhh-mcn-font-weight--bold);
  margin-bottom: var(--mhh-mcn-spacing-xs);
  text-decoration: none;
}
@media only screen and (min-width: 48em) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-primary-tag {
    font-size: var(--mhh-mcn-content-item-primary-tag-font-size--m, var(--mhh-mcn-content-item-primary-tag-font-size, var(--mhh-mcn-font-size--xm)));
    line-height: var(--mhh-mcn-content-item-primary-tag-line-height--m, var(--mhh-mcn-content-item-primary-tag-line-height, var(--mhh-mcn-line-height--m)));
  }
}
@media only screen and (min-width: 75em) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-primary-tag {
    font-size: var(--mhh-mcn-content-item-primary-tag-font-size--l, var(--mhh-mcn-content-item-primary-tag-font-size, var(--mhh-mcn-font-size--xm)));
    line-height: var(--mhh-mcn-content-item-primary-tag-line-height--l, var(--mhh-mcn-content-item-primary-tag-line-height, var(--mhh-mcn-line-height--m)));
  }
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header {
  padding-bottom: 1px;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header > * {
  margin-inline-end: 0.25rem;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header > *:last-child {
  margin-inline-end: 0;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title {
  color: var(--mhh-mcn-content-item-title-text-color, var(--mhh-mcn-color-black));
  font-size: var(--mhh-mcn-content-item-title-font-size--s, var(--mhh-mcn-content-item-title-font-size, var(--mhh-mcn-font-size--l)));
  line-height: var(--mhh-mcn-content-item-title-line-height--s, var(--mhh-mcn-content-item-title-line-height, var(--mhh-mcn-line-height--l)));
  word-wrap: break-word;
  overflow-wrap: anywhere;
  display: inline;
  font-weight: var(--mhh-mcn-font-weight--bold);
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title {
    font-size: var(--mhh-mcn-content-item-title-font-size--m, var(--mhh-mcn-content-item-title-font-size, var(--mhh-mcn-font-size--l)));
    line-height: var(--mhh-mcn-content-item-title-line-height--m, var(--mhh-mcn-content-item-title-line-height, var(--mhh-mcn-line-height--l)));
  }
}
@media only screen and (min-width: 75em) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title {
    font-size: var(--mhh-mcn-content-item-title-font-size--l, var(--mhh-mcn-content-item-title-font-size, var(--mhh-mcn-font-size--l)));
    line-height: var(--mhh-mcn-content-item-title-line-height--l, var(--mhh-mcn-content-item-title-line-height, var(--mhh-mcn-line-height--l)));
  }
}
@supports not (overflow-wrap: anywhere) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  background-color: transparent;
  background-image: linear-gradient(var(--mhh-mcn-content-item-theme-color, var(--mhh-mcn-color-teal-500)), var(--mhh-mcn-content-item-theme-color, var(--mhh-mcn-color-teal-500)));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  box-sizing: inherit;
  padding-bottom: 0.1rem;
  text-decoration: none;
  transition: background-size var(--transition-style-global);
  color: inherit;
  /*
   * Make the link of the title to cover the entire component area
   */
}
@supports not (overflow-wrap: anywhere) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link:focus, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link:active, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link:hover {
  background-size: 100% 2px;
}
html[dir=rtl] .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link, .editor-styles-wrapper[dir=rtl] .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link {
  background-position: 100% 100%;
}
.mhh-mcn-v1-content-item[dir=ltr] .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link {
  background-position: 0 100% !important;
}

.mhh-mcn-v1-content-item[dir=rtl] .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link {
  background-position: 100% 100% !important;
}

.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link:focus, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link:active, .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title .mhh-mcn-v1-content-item-title__link:hover {
  color: var(--mhh-mcn-content-item-theme-color, var(--mhh-mcn-color-teal-500));
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title--inactive {
  color: #555555;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-excerpt {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  color: var(--mhh-mcn-content-item-excerpt-text-color, var(--mhh-mcn-color-gray-800));
  font-size: var(--mhh-mcn-content-item-excerpt-font-size--s, var(--mhh-mcn-content-item-excerpt-font-size, var(--mhh-mcn-font-size--xm)));
  line-height: var(--mhh-mcn-content-item-excerpt-line-height--s, var(--mhh-mcn-content-item-excerpt-line-height, var(--mhh-mcn-line-height--m)));
  margin: var(--mhh-mcn-spacing-s) 0 0 0;
}
@supports not (overflow-wrap: anywhere) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-excerpt {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
@media only screen and (min-width: 48em) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-excerpt {
    font-size: var(--mhh-mcn-content-item-excerpt-font-size--m, var(--mhh-mcn-content-item-excerpt-font-size, var(--mhh-mcn-font-size--xm)));
    line-height: var(--mhh-mcn-content-item-excerpt-line-height--m, var(--mhh-mcn-content-item-excerpt-line-height, var(--mhh-mcn-line-height--m)));
  }
}
@media only screen and (min-width: 75em) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-excerpt {
    font-size: var(--mhh-mcn-content-item-excerpt-font-size--l, var(--mhh-mcn-content-item-excerpt-font-size, var(--mhh-mcn-font-size--xm)));
    line-height: var(--mhh-mcn-content-item-excerpt-line-height--l, var(--mhh-mcn-content-item-excerpt-line-height, var(--mhh-mcn-line-height--m)));
  }
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-dates,
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-times {
  color: var(--mhh-mcn-color-black);
  font-size: var(--mhh-mcn-font-size--s);
  font-weight: var(--mhh-mcn-font-weight--bold);
  line-height: var(--mhh-mcn-line-height--s);
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-call-to-action {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  color: var(--mhh-mcn-content-item-call-to-action-text-color, var(--mhh-mcn-color-black));
  font-size: var(--mhh-mcn-content-item-call-to-action-font-size--s, var(--mhh-mcn-content-item-cta-font-size, var(--mhh-mcn-font-size--xm)));
  line-height: var(--mhh-mcn-content-item-call-to-action-line-height--s, var(--mhh-mcn-content-item-cta-line-height, var(--mhh-mcn-line-height--m)));
  border-bottom: 2px solid var(--mhh-mcn-content-item-theme-color, var(--mhh-mcn-color-teal-500));
  flex: 0 1 auto;
  font-weight: var(--mhh-mcn-font-weight--bold);
  margin-bottom: 0.5rem;
  padding: 0 0 var(--mhh-mcn-spacing-xs) 0;
  transition: var(--transition-style-global);
}
@supports not (overflow-wrap: anywhere) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-call-to-action {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
@media only screen and (min-width: 48em) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-call-to-action {
    font-size: var(--mhh-mcn-content-item-call-to-action-font-size--m, var(--mhh-mcn-content-item-cta-font-size, var(--mhh-mcn-font-size--xm)));
    line-height: var(--mhh-mcn-content-item-call-to-action-line-height--m, var(--mhh-mcn-content-item-cta-line-height, var(--mhh-mcn-line-height--m)));
  }
}
@media only screen and (min-width: 75em) {
  .mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-call-to-action {
    font-size: var(--mhh-mcn-content-item-call-to-action-font-size--l, var(--mhh-mcn-content-item-cta-font-size, var(--mhh-mcn-font-size--xm)));
    line-height: var(--mhh-mcn-content-item-call-to-action-line-height--l, var(--mhh-mcn-content-item-cta-line-height, var(--mhh-mcn-line-height--m)));
  }
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-footer {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-footer > * {
  margin-inline-end: var(--mhh-mcn-spacing-xm);
  margin-top: var(--mhh-mcn-spacing-xm);
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-footer > *:last-child {
  margin-inline-end: 0;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-footer .mhh-mcn-v1-content-item-call-to-action + .mhh-mcn-badge {
  margin-bottom: var(--mhh-mcn-spacing-xs);
}
.mhh-mcn-v1-content-item:focus .mhh-mcn-v1-content-item-featured-image .figure-outer .figure-inner, .mhh-mcn-v1-content-item:active .mhh-mcn-v1-content-item-featured-image .figure-outer .figure-inner, .mhh-mcn-v1-content-item:hover .mhh-mcn-v1-content-item-featured-image .figure-outer .figure-inner {
  transform: scale(1.05);
}
.mhh-mcn-v1-content-item:focus .mhh-mcn-v1-content-item-call-to-action, .mhh-mcn-v1-content-item:active .mhh-mcn-v1-content-item-call-to-action, .mhh-mcn-v1-content-item:hover .mhh-mcn-v1-content-item-call-to-action {
  color: var(--mhh-mcn-content-item-theme-color, var(--mhh-mcn-color-teal-500));
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon {
  align-items: center;
  background: var(--mhh-mcn-content-item-theme-color, var(--mhh-mcn-color-teal-500));
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  height: var(--mhh-mcn-spacing-xxxl);
  justify-content: center;
  overflow: hidden;
  padding: var(--mhh-mcn-spacing-xm);
  width: var(--mhh-mcn-spacing-xxxl);
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon img {
  display: block;
  flex: 0 1 auto;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon-type {
  color: var(--mhh-mcn-color-gray-800);
  font-size: var(--mhh-mcn-font-size--xs);
  line-height: var(--mhh-mcn-line-height--xs);
  white-space: nowrap;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon-type > * {
  display: inline-block;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon-type__icon {
  color: var(--mhh-mcn-content-item-theme-color, var(--mhh-mcn-color-teal-500));
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon-type__icon svg {
  height: 1.125rem;
  width: 1.25rem;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon-type__detail {
  display: inline;
  margin-left: var(--mhh-mcn-spacing-s);
  vertical-align: super;
}
.mhh-mcn-v1-content-item .mhh-mcn-v1-content-item-icon-type__detail:empty {
  display: none;
}
.mhh-mcn-v1-content-item:not(.mhh-mcn-v1-content-item--card-style).mhh-mcn-v1-content-item--type-post .mhh-mcn-v1-content-item-icon-type, .mhh-mcn-v1-content-item:not(.mhh-mcn-v1-content-item--card-style).mhh-mcn-v1-content-item--type-page .mhh-mcn-v1-content-item-icon-type, .mhh-mcn-v1-content-item:not(.mhh-mcn-v1-content-item--card-style).mhh-mcn-v1-content-item--type-therapeutic-area .mhh-mcn-v1-content-item-icon-type, .mhh-mcn-v1-content-item:not(.mhh-mcn-v1-content-item--card-style).mhh-mcn-v1-content-item--type-product .mhh-mcn-v1-content-item-icon-type {
  display: none;
}
.mhh-mcn-v1-content-item[dir=rtl] .mhh-mcn-v1-content-item-icon-type__icon svg:not(.mh-icon--no-flip) {
  transform: scaleX(-1);
}

/* -------------------------------------------------------------------------------------------------
   Variations
   ---------------------------------------------------------------------------------------------- */
.mhh-mcn-v1-content-item--card-style {
  align-items: center;
  align-self: stretch;
  flex-flow: row nowrap;
  transition: background-color var(--transition-style-global);
  /*
   * Featured Image
   */
  /*
   * Header
   */
  /*
   * Icon Type
   */
  /**
   * Container
   */
  /*
   * Variations
   */
  /*
   * Variations
   */
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-featured-image {
  width: 100%;
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-featured-image .mhh-mcn-v1-image img {
  display: inline-block;
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-header {
  display: flex;
  flex-flow: column wrap;
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-header > * {
  display: block;
  margin-right: 0;
  order: 2;
  vertical-align: auto;
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-header .mhh-mcn-v1-content-item-title__link::after {
  bottom: calc(var(--mhh-mcn-spacing-m) * -1);
  left: calc(var(--mhh-mcn-spacing-m) * -1);
  right: calc(var(--mhh-mcn-spacing-m) * -1);
  top: calc(var(--mhh-mcn-spacing-m) * -1);
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-header .mhh-mcn-badges {
  margin: 0;
  margin-bottom: var(--mhh-mcn-spacing-xm);
  order: 1;
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-icon-type {
  display: inline-block;
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-icon-type__icon {
  height: 1.5rem;
  inset-inline-end: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-content {
  flex: 1 1 auto;
  padding-inline-end: calc(var(--mhh-mcn-spacing-m) * 2);
}
.mhh-mcn-v1-content-item--card-style .mhh-mcn-v1-content-item-content-body {
  flex: 1 0 auto;
}
.mhh-mcn-content-items:not(.mhh-mcn-layout--columns) .mhh-mcn-v1-content-item--card-style.mhh-mcn-v1-content-item--has-featured-image .mhh-mcn-v1-content-item-icon-type {
  display: none;
}
.mhh-mcn-v1-content-item--card-style:not(.mhh-mcn-v1-content-item--has-featured-image) .mhh-mcn-v1-content-item-content {
  position: relative;
}
.mhh-mcn-v1-content-item--card-style.mhh-mcn-v1-content-item--display-media-style {
  flex-flow: column nowrap;
  text-align: center;
  /*
   * Container
   */
  /*
   * Icon Type
   */
  /*
   * Meta
   */
  /*
   * Footer
   */
}
.mhh-mcn-v1-content-item--card-style.mhh-mcn-v1-content-item--display-media-style .mhh-mcn-v1-content-item-content {
  flex: 1 1 auto;
  padding-bottom: calc(var(--mhh-mcn-spacing-m) * 2);
  padding-inline-end: 0;
  position: relative;
}
.mhh-mcn-v1-content-item--card-style.mhh-mcn-v1-content-item--display-media-style .mhh-mcn-v1-content-item-icon-type__icon {
  bottom: var(--mhh-mcn-spacing-s);
  left: 50%;
  position: absolute;
  right: auto;
  top: auto;
  transform: translateX(-50%) translateY(0);
}
.mhh-mcn-v1-content-item--card-style.mhh-mcn-v1-content-item--display-media-style .mhh-mcn-v1-content-item-meta {
  justify-content: center;
}
.mhh-mcn-v1-content-item--card-style.mhh-mcn-v1-content-item--display-media-style .mhh-mcn-v1-content-item-footer {
  flex-flow: column wrap;
}
.mhh-mcn-v1-content-item--card-style.mhh-mcn-v1-content-item--display-media-style .mhh-mcn-v1-content-item-footer > * {
  margin-right: 0;
  margin-top: var(--mhh-mcn-spacing-xm);
}
.mhh-mcn-v1-content-item--card-style.mhh-mcn-v1-content-item--display-media-style .mhh-mcn-v1-content-item-footer .mhh-mcn-v1-content-item-call-to-action + .mhh-mcn-badge {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------------------------
   Type Variants
   ---------------------------------------------------------------------------------------------- */
.mhh-mcn-v1-content-item--type-webinar .mhh-mcn-v1-content-item-times {
  display: flex;
  gap: 0.1875rem;
}
