.hc-widget-slot {
  width: 100%;
}
.hc-widget-slot--frontpage-before,
.hc-widget-slot--frontpage-after,
.hc-widget-slot--topic-before,
.hc-widget-slot--topic-sidebar-top,
.hc-widget-slot--topic-sidebar-bottom,
.hc-widget-slot--item-before,
.hc-widget-slot--item-after,
.hc-widget-slot--item-sidebar-top,
.hc-widget-slot--item-sidebar-bottom,
.hc-widget-slot--search-before,
.hc-widget-slot--search-after,
.hc-widget-slot--search-sidebar-top,
.hc-widget-slot--search-sidebar-bottom,
.hc-widget-slot--contact-before,
.hc-widget-slot--contact-after,
.hc-widget-slot--contact-sidebar {
  display: grid;
  grid-template-columns: repeat(var(--hc-widget-slot-columns, 1), minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 1rem;
}
.hc-widget-slot--dock-floating {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1050;
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hc-widget-slot--contact-after {
  margin-top: 1rem;
}
.hc-widget-slot--dock-floating > .widget {
  margin: 0;
}
.hc-custom-widget {
  align-items: stretch;
}
.hc-custom-widget--nav {
  color: inherit;
  text-decoration: none;
}
.hc-custom-widget--nav:hover {
  text-decoration: none;
}
.hc-custom-widget--nav:focus-visible {
  outline: 2px solid var(--polly-brand--300);
  outline-offset: 2px;
}
.hc-custom-widget__description {
  margin: 0;
  color: var(--polly-widget-font-colour);
}
.hc-custom-widget__html-content {
  width: 100%;
}
.hc-custom-widget__html-content > :last-child {
  margin-bottom: 0;
}
.hc-custom-widget__item-list {
  width: 100%;
}
.hc-custom-widget__load-more {
  align-self: flex-start;
  padding-left: 0;
}
.hc-theme-v2 .hc-custom-widget__load-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.25rem 1.25rem 0.75rem;
  padding: 0 !important;
  min-height: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--polly-hc-v2-text-secondary);
  font-size: 0.75rem;
  font-weight: var(--polly-font-weight--medium);
  line-height: 1.4;
  text-decoration: none;
  opacity: 0.8;
}
.hc-theme-v2 .hc-custom-widget__load-more span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hc-theme-v2 .hc-custom-widget__load-more i {
  font-size: 0.65rem;
  opacity: 0.8;
}
.hc-theme-v2 .hc-custom-widget__load-more:hover {
  color: var(--polly-hc-v2-primary-brand);
  background: transparent !important;
  opacity: 1;
}
.hc-theme-v2 .hc-custom-widget .widget__title {
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.875rem 1.25rem;
  border-bottom: var(--polly-border-width--sm) solid var(--polly-hc-v2-border-colour);
  font-size: var(--polly-hc-v2-card-title-size);
  font-weight: 600;
  line-height: 1.3;
  color: var(--polly-hc-v2-text-primary);
}
.hc-theme-v2 .hc-custom-widget--item-list .widget__title {
  border-bottom: 0;
}
.hc-theme-v2.hc-v2-landing .hc-custom-widget--item-list .widget__title {
  justify-content: flex-start;
  text-align: left;
}
.hc-theme-v2 .hc-custom-widget .widget__title i {
  order: -1;
  width: var(--polly-hc-v2-card-icon-size);
  height: var(--polly-hc-v2-card-icon-size);
  border-radius: var(--polly-hc-v2-card-icon-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--polly-hc-v2-surface-background, var(--polly-hc-v2-page-bg));
  color: var(--polly-hc-v2-primary-brand);
  font-size: 1rem;
  margin-right: 0;
  flex-shrink: 0;
}
.hc-theme-v2 .hc-custom-widget {
  padding: 0;
  gap: 0;
  overflow: hidden;
  border-radius: var(--polly-hc-v2-border-radius);
  background: var(--polly-hc-v2-widget-surface, var(--polly-hc-v2-surface-card));
  box-shadow: var(--polly-shadow--xs);
}
.hc-widget-nav-image {
  display: block;
  max-height: 80%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}
.hc-theme-v2 .hc-custom-widget--nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem;
  min-height: 220px;
  height: 100%;
}
.hc-theme-v2.hc-v2-inner .hc-custom-widget--nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem;
  min-height: 220px;
  height: 100%;
}
.hc-theme-v2 .hc-custom-widget--nav .widget__title {
  border-bottom: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  line-height: 1.25;
  font-size: var(--polly-font-size--sm);
}
.hc-theme-v2.hc-v2-inner .hc-custom-widget--nav .widget__title {
  border-bottom: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  line-height: 1.25;
  font-size: var(--polly-font-size--sm);
}
.hc-theme-v2 .hc-custom-widget--nav .widget__title i {
  width: 100%;
  height: auto;
  border-radius: 0;
  background: transparent;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  line-height: 1;
}
.hc-theme-v2.hc-v2-inner .hc-custom-widget--nav .widget__title i {
  width: 100%;
  height: auto;
  border-radius: 0;
  background: transparent;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  line-height: 1;
}
.hc-theme-v2 .hc-custom-widget--nav .hc-custom-widget__description {
  opacity: 0.65;
  font-size: var(--polly-font-size--xsm);
  line-height: 1.35;
  margin: 0;
}
.hc-theme-v2.hc-v2-inner .hc-custom-widget--nav .hc-custom-widget__description {
  opacity: 0.65;
  font-size: var(--polly-font-size--xsm);
  line-height: 1.35;
  margin: 0;
}
.hc-theme-v2 .hc-widget-slot--frontpage-before > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--frontpage-after > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--topic-before > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--topic-sidebar-top > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--topic-sidebar-bottom > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--item-before > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--item-after > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--item-sidebar-top > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--item-sidebar-bottom > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--search-before > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--search-after > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--search-sidebar-top > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--search-sidebar-bottom > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--contact-before > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--contact-after > .hc-custom-widget--full-width,
.hc-theme-v2 .hc-widget-slot--contact-sidebar > .hc-custom-widget--full-width {
  grid-column: 1 / -1;
}
.hc-theme-v2 .hc-custom-widget--item-list .hc-custom-widget__item-list {
  margin: 0;
  gap: 0;
  padding: 0.5rem 0;
  list-style: none;
}
.hc-theme-v2 .hc-custom-widget--item-list .hc-custom-widget__item-list li {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.hc-theme-v2 .hc-custom-widget--item-list .hc-custom-widget__item-list .js-helpcenter-widget-item-link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: var(--polly-hc-v2-card-link-gap);
  padding: 0.5rem 1.25rem;
  color: var(--polly-hc-v2-text-secondary);
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: var(--polly-font-weight--regular);
  text-decoration: none !important;
}
.hc-theme-v2 .hc-custom-widget--item-list .hc-custom-widget__item-list .js-helpcenter-widget-item-link > span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.hc-theme-v2 .hc-custom-widget--item-list .hc-custom-widget__item-list .js-helpcenter-widget-item-link::before {
  content: "";
  width: var(--polly-hc-v2-card-bullet-size);
  height: var(--polly-hc-v2-card-bullet-size);
  border-radius: 50%;
  background: var(--polly-hc-v2-border-colour);
  flex-shrink: 0;
}
.hc-theme-v2 .hc-custom-widget--item-list .hc-custom-widget__item-list .js-helpcenter-widget-item-link:hover {
  color: var(--polly-hc-v2-primary-brand);
  background: transparent;
  text-decoration: none !important;
}
.hc-theme-v2 .hc-custom-widget--item-list .hc-custom-widget__item-list .js-helpcenter-widget-item-link:hover::before {
  background: var(--polly-hc-v2-primary-brand);
}
.hc-theme-v2 .hc-custom-widget--item-list .hc-custom-widget__item-list .js-helpcenter-widget-item-link:focus-visible,
.hc-theme-v2 .hc-custom-widget__load-more:focus-visible {
  outline: 2px solid var(--polly-hc-v2-primary-brand);
  outline-offset: 2px;
  border-radius: 4px;
}
.hc-theme-v2.hc-v2-inner .hc-widget-slot--frontpage-before,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--frontpage-after,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--topic-before,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--topic-sidebar-top,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--topic-sidebar-bottom,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--item-before,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--item-after,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--item-sidebar-top,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--item-sidebar-bottom,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--search-before,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--search-after,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--search-sidebar-top,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--search-sidebar-bottom,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--contact-before,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--contact-after,
.hc-theme-v2.hc-v2-inner .hc-widget-slot--contact-sidebar {
  margin-bottom: 1rem;
}
.hc-theme-v2.hc-v2-inner .hc-widget-slot--dock-floating {
  right: 24px;
  bottom: 24px;
}
