/* Только на странице загрузок: карточка с определённой системой и строки
   списка сборок, которые на узком экране становятся в столбик. */
.detected{background:var(--blue-soft);border-color:#CFE0FD;display:flex;align-items:center;gap:20px;padding:20px 22px}
.detected .ms{color:var(--blue)}
.detected h3{margin:0}
.detected p{margin-top:4px}
.detected .card p{color:var(--ink2)}

@media (max-width:900px){
  .detected{flex-wrap:wrap}
  .detected .btn{width:100%}
}
