/*
 * Building / unit plan mobile rhythm.
 *
 * Keep the supplied drawing caption compact and let the editorial copy begin
 * without the stacked figure, margin and padding gaps from the shared layout.
 */
.detail-page--building-unit-plan
  .brochure-complex--building
  > figure:first-child {
  background: #fff !important;
  box-shadow: none !important;
}

.detail-page--building-unit-plan
  .brochure-complex--building
  > figure:first-child
  figcaption {
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 880px) {
  html body:not(.home) main.detail-page--building-unit-plan
    > section.brochure-complex.brochure-complex--building {
    row-gap: 0 !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan
    > section.brochure-complex.brochure-complex--building
    > figure:first-child {
    padding-bottom: 0 !important;
    background: #fff !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan
    > section.brochure-complex.brochure-complex--building
    > figure:first-child
    figcaption {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 15px 4px 16px !important;
    background: #fff !important;
    border-bottom: 1px solid #d9dedb !important;
    box-shadow: none !important;
    color: #52615e !important;
    font-family: Pretendard, "Noto Sans KR", sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: .12em !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan
    > section.brochure-complex.brochure-complex--building
    > figure:first-child
    figcaption
    span {
    display: block !important;
    margin: 0 !important;
    color: #263241 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.5 !important;
    letter-spacing: -.015em !important;
  }

  html body:not(.home) main.detail-page--building-unit-plan
    > section.brochure-complex.brochure-complex--building
    > div[data-reveal] {
    margin-top: 16px !important;
    padding-top: 18px !important;
    border-top: 0 !important;
  }
}
