.audit { padding-top: 12px; border-top: 1px solid #dce5e2; }
.audit-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0 0 26px; }
.audit-stats > div { background: #e9efec; padding: 22px 25px; display: flex; gap: 18px; align-items: center; }
.audit-stats strong { font-size: 38px; line-height: 1; letter-spacing: -.05em; color: #173941; }
.audit-stats span { color: #526b6d; font-size: 13px; line-height: 1.55; font-weight: 700; }
.audit-details { background: #fff; border: 1px solid #dce5e2; margin-top: 12px; }
.audit-details summary { cursor: pointer; padding: 18px 23px; color: #173941; font-weight: 800; font-size: 16px; display: flex; justify-content: space-between; gap: 20px; list-style: none; }
.audit-details summary::-webkit-details-marker { display: none; }
.audit-details summary::before { content: '+'; font-size: 20px; margin-right: 10px; line-height: 1; color: #b36a4e; }
.audit-details[open] summary::before { content: '−'; }
.audit-details summary span { margin-left: auto; white-space: nowrap; font-size: 12px; color: #819796; font-weight: 600; }
.audit-details > p { margin: 0; padding: 0 23px 16px; color: #60777a; font-size: 13px; line-height: 1.7; }
.audit-list { margin: 0; padding: 0 23px 23px; list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; }
.audit-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; border-top: 1px solid #edf1ef; padding: 11px 0; color: #4e666a; font-size: 14px; line-height: 1.45; }
.audit-list li a { text-decoration: none; border-bottom: 1px solid #b6c6c2; }
.audit-list li a:hover, .audit-list li a:focus-visible { color: #b15c40; border-bottom-color: currentColor; }
.audit-list li span { color: #173941; font-weight: 800; white-space: nowrap; }
.audit .catalog-note a, .catalog-note a { color: #a35e47; font-weight: 800; }
@media(max-width:700px) {
  .audit-stats { grid-template-columns: 1fr; }
  .audit-stats > div { padding: 17px 20px; }
  .audit-list { grid-template-columns: 1fr; }
  .audit-details summary { padding: 17px; font-size: 14px; }
  .audit-details summary span { display: none; }
  .audit-details > p { padding: 0 17px 13px; }
  .audit-list { padding: 0 17px 17px; }
}
