.brochure-community-tabs {
  display: none;
}

@media (max-width: 640px) {
  html body:not(.home) main.detail-page--community .brochure-community-tabs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin: 0 0 18px !important;
    border: 1px solid #d4d8d5;
    background: #f6f4ef;
  }

  html body:not(.home) main.detail-page--community .brochure-community-tab {
    min-width: 0;
    min-height: 52px;
    padding: 8px 4px;
    border: 0;
    border-right: 1px solid #d4d8d5;
    color: #263241;
    background: transparent;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.035em;
    cursor: pointer;
  }

  html body:not(.home) main.detail-page--community .brochure-community-tab:last-child {
    border-right: 0;
  }

  html body:not(.home) main.detail-page--community .brochure-community-tab.is-active {
    color: #fff;
    background: #263443;
  }

  html body:not(.home) main.detail-page--community .brochure-community-tab:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid #a77d66;
    outline-offset: -2px;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid {
    display: block !important;
    width: 100% !important;
    margin-top: 0 !important;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid > article[hidden] {
    display: none !important;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid > article:not([hidden]) {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid > article:not([hidden]) > figure {
    aspect-ratio: 1 / 1.09 !important;
    padding: 10px !important;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid > article:not([hidden]) > figure > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid > article:not([hidden]) > div {
    padding: 15px 14px 18px !important;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid > article:not([hidden]) > div > span {
    font-size: 8px !important;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid > article:not([hidden]) > div > h3 {
    margin: 7px 0 7px !important;
    font-size: 19px !important;
  }

  html body:not(.home) main.detail-page--community .brochure-community-grid > article:not([hidden]) > div > p {
    font-size: 12px !important;
    line-height: 1.65 !important;
  }
}
