.resume-practice-card {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  margin: 0 0 22px; padding: 20px 22px; border: 1px solid #d7d9de;
  border-left: 6px solid #b71937; border-radius: 16px; background: #fff;
}
.resume-practice-card span { color: #b71937; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.resume-practice-card h2 { margin: 5px 0 4px; font-size: 24px; }
.resume-practice-card p { margin: 0; color: #626975; }
.resume-practice-card button, .topic-download-button {
  min-height: 46px; padding: 11px 18px; border: 0; border-radius: 11px;
  background: #111; color: #fff; font: inherit; font-weight: 800; cursor: pointer;
}
.topic-download-button:disabled { opacity: .65; }
.topic-progress-wrap { min-width: 0; }
.topic-progress-wrap > .choice { width: 100%; }
.topic-progress-line { height: 7px; margin: 9px 12px 5px; overflow: hidden; border-radius: 99px; background: #e6e8ec; }
.topic-progress-line i { display: block; height: 100%; border-radius: inherit; background: #b71937; }
.topic-progress-wrap > small { display: block; margin: 0 12px 10px; color: #687180; font-size: 13px; font-weight: 700; }
@media (max-width: 680px) {
  .resume-practice-card { align-items: stretch; flex-direction: column; }
  .resume-practice-card button, .topic-download-button { width: 100%; }
  .practice-head { align-items: stretch; }
  .topic-download-button { margin-top: 12px; }
}
