.space-overview .hc-spaceHome-background-image {
  box-shadow: none;
}

.header__navigation {
  box-shadow: none;
}

.tile, .tile:active, .tile:hover {
  box-shadow: 0 0 0 0.5px rgb(64 87 109 / 30%), 0 2px 12px rgb(53 71 90 / 10%);
}

.header__navigation--logo a img {
    min-width: 80px;
}

.header .top-bar {
    border-bottom: 1px solid #eee;
}

.space-overview__hero__header__content__intro--heading {
  display: none;
}

.space-overview__hero__header__content__intro--intro {
  color: #FFFFFF;
  font-size: var(--vp-heading-h1-font-size);
  font-weight: 700;
}

.footer {
  margin: auto;
}

.footer__logo {
  display: none;
}

.vp-search-result__content-source {
  display: none;
}

.vp-responsive-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
    overflow: hidden;
}

.vp-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.article__content blockquote {
  border: none;
  border-radius: var(--K15t-radius-small);
  background-color: #F4F5F7;
  padding: 20px 24px 24px 20px;
}

.article__heading {
  font-size: xx-large;
}