.home-page .spaces .items.tiles {
    --_column-size: 200px;
}
.banner {
  padding-bottom: 30px;
}
.search-input__icon {
  color: #f26706;
}
.header {
  block-size: 70px;
  padding: 30px;
  box-shadow: 0 8px 5px -4px rgb(0 0 0 / 8%);
}

.footer {
  border: none;
}
.search-input__input {
  border: #f35f08 solid 2px;
}

.fb-layout-body {
  margin: 0;
}
.breadcrumbs {
  place-self: start;
}

.article-page header {
  margin-left: 0;
}

.theme-block-image {
  margin-inline-start: 0;
  translate: 0;
  max-inline-size: 100cqw;
}

.banner hgroup>h1 {
  background: linear-gradient(90deg, #d31a23 0%, #f6470e 40%, #f08000 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: Poppins, Arial, sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -3px;
    margin-bottom:30px;
}

.fb-layout-container>* {
    inline-size: unset;
    margin-inline: auto;
}

.fb-layout-body>:is([data-component=layout-section],:is([data-component=code],[data-component=expand]):is([data-align=wide],[data-align=full-width]),.theme-code-snippet:has([data-align=wide],[data-align=full-width]),.theme-block-image.theme-block-image--breakout,.theme-table:has([data-component=table]:is([data-align=unset],[data-align=center])),[data-component=attachments],[data-component=page-properties]) {
    margin-inline-start: 0%;
    translate: 0;
}

.cm__btn {
  background-color: #fd4d0a;
}

hr {
    margin-block: 0;
}

.tile-image {
    display: block;
    margin: 0 auto;
}

.tile-body {
    text-align:center;
}

.search-page__subgrid {
      grid-template-columns: 1fr minmax(0, 1000px) 1fr;
}

.article-page .topbar {
  display: inline;
  margin-inline: 0;
}

.search-bar__input-container:has(input:focus-visible) {
  outline: none;
}