/* article-new-design: defeats-the-purpose */

.dtp-phrase-label {
  display: inline-block;
  font-size: .82rem;
  font-weight: 700;
  color: var(--blue);
  background: var(--lb5);
  padding: .3rem .9rem;
  border-radius: 50px;
  margin-bottom: .9rem;
  font-family: 'Raleway', sans-serif;
}

@media (max-width: 640px) {
  .dtp-phrase-label {
    font-size: .78rem;
  }
}

/* ================================================================
   Use-case table (essay vs speaking)
   ================================================================ */
.dtp-use-table thead tr {
  background: var(--lb5);
}
.dtp-use-table thead th {
  color: var(--blue);
}
.dtp-use-table th:nth-child(2),
.dtp-use-table th:nth-child(3) {
  text-align: center;
  width: 7rem;
  white-space: nowrap;
}
.dtp-use-table td:nth-child(2),
.dtp-use-table td:nth-child(3) {
  text-align: center;
  width: 7rem;
}

.dtp-r {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}
.dtp-r--best    { color: var(--blue); }
.dtp-r--ok      { color: var(--gray3); }
.dtp-r--caution { color: var(--gray3); }

.a-table-legend {
  font-size: .8rem;
  color: var(--gray3);
  margin: -.6rem 0 1.2rem;
  letter-spacing: .03em;
}
