.detail-page{width:100%;min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.detail-page .container{width:100%}.detail-page__header{margin-bottom:1.5rem}.detail-page__title{font-size:1.75rem;line-height:2rem;font-weight:400}.detail-page__meta{display:flex;flex-direction:column;gap:24px;margin-bottom:1.5rem}.detail-page__unit{color:var(--grey-text-dark);width:-moz-fit-content;width:fit-content;text-decoration:underline}.detail-page__date{color:black}.detail-page__image{width:100%;height:100%;display:flex;margin-bottom:1.5rem}.detail-page__img{width:100%;height:100%;max-width:696px;object-fit:cover}.detail-page__gallery{border-bottom:2px solid #c6c6c6;margin-bottom:4rem;margin-top:2rem}@media (max-width:62rem){.detail-page__title{font-size:1.25rem;line-height:1.5rem}}