.project-facts-toggle[hidden]{display:none!important}
@media(max-width:700px),(max-width:950px) and (max-height:550px){
 body.page-project-detail .project-facts-toggle{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:44px;padding:8px 0;border:0;border-top:1px solid currentColor;border-radius:0;background:transparent;color:inherit;text-align:left;font:400 11px/1.4 var(--font-support);letter-spacing:.09em;text-transform:uppercase;touch-action:manipulation}
 .project-facts-toggle__mark{position:relative;display:block;width:20px;height:20px;flex:none}
 .project-facts-toggle__mark::before,.project-facts-toggle__mark::after{content:'';position:absolute;left:3px;right:3px;top:9px;height:1.5px;background:currentColor;transform-origin:center;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .25s ease}
 .project-facts-toggle__mark::after{transform:rotate(90deg)}
 .project-facts-toggle[aria-expanded="true"] .project-facts-toggle__mark::after{transform:rotate(0deg);opacity:0}
 body.page-project-detail .project-cover .project-facts.has-mobile-summary{border-top:0;padding-top:8px;margin-top:0;gap:0 20px;max-height:none;overflow:visible}
 body.page-project-detail .project-cover .project-facts.has-mobile-summary>div:not(.project-facts-more){padding-bottom:14px}
 body.page-project-detail .project-cover .project-facts.has-mobile-summary>.project-facts-more{display:grid;grid-column:1/-1;grid-template-columns:minmax(0,1fr);grid-template-rows:0fr;opacity:0;padding:0;transition:grid-template-rows .5s cubic-bezier(.22,1,.36,1),opacity .3s ease}
 body.page-project-detail .project-cover .project-facts.has-mobile-summary.is-expanded>.project-facts-more{grid-template-rows:1fr;opacity:1}
 .project-facts-more__inner{min-height:0;overflow:hidden;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px}
 .project-facts-more__inner>div{min-width:0;padding:10px 0 14px;border-top:1px solid #8886;overflow-wrap:anywhere}
 body.page-project-detail .project-cover .project-cover__data{flex-shrink:0}
 body.page-project-detail .project-cover .project-cover__data-inner{overflow:visible}
 body.page-project-detail .project-cover .project-cover__content{gap:16px}
}
@media(prefers-reduced-motion:reduce){.project-facts-more,.project-facts-toggle__mark::after{transition:none!important}}
