body, .space-overview > main {
    background: #F8F6F4;
}

.portal__content__heading {
  font-size: 26px;
    line-height: 35px;
}
.tile.tile--spaces {
    border: none;
  padding: 30px 30px;
      box-shadow: none;
    transition: all .2s ease-in-out;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tile__description {
    margin-bottom: 0;
    display: none;
}
.tile__image {
    width: 40px !important;
    height: 40px;
}
.tile__description, .tile__headline {
    text-align: left;
}
hr {
    border-width: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.vp-breadcrumbs, .vp-article .article-header {
    margin: unset !important;
}

.custom-space-notice {
    width: 100%;
    background: #eed13c;
    color: #000;
    padding: 12px 30px;
    z-index: 9999;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

span.csn-icon {
    width: 30px;
    display: flex;
}

.csn-text {
    font-weight: 400;
    margin-left: 10px;
}

.csn-text a {
    font-weight: 800;
    text-decoration: underline;
    color: #000;
}

@media(max-width:600px) {
	span.csn-icon {
    	width: 50px;
    	display: flex;
  	}
}