.page--automation-readiness-article .article-content table {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1.75rem 0 2rem;
  overflow-x: auto;
  border: 1px solid rgba(10, 42, 78, 0.12);
  border-radius: 14px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 42, 78, 0.05);
  -webkit-overflow-scrolling: touch;
}

.page--automation-readiness-article .article-content thead,
.page--automation-readiness-article .article-content tbody {
  display: block;
  min-width: 48rem;
}

.page--automation-readiness-article .article-content thead {
  color: #fff;
  background: #0a2a4e;
}

.page--automation-readiness-article .article-content tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.page--automation-readiness-article .article-content th,
.page--automation-readiness-article .article-content td {
  padding: 0.95rem 1rem;
  border-right: 1px solid rgba(10, 42, 78, 0.08);
  border-bottom: 1px solid rgba(10, 42, 78, 0.08);
  font-size: 0.94rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  overflow-wrap: break-word;
}

.page--automation-readiness-article .article-content th {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.page--automation-readiness-article .article-content td:first-child {
  font-weight: 650;
  color: #0a2a4e;
}

.page--automation-readiness-article .article-content th:last-child,
.page--automation-readiness-article .article-content td:last-child {
  border-right: 0;
}

.page--automation-readiness-article .article-content tbody tr:nth-child(even) {
  background: rgba(10, 42, 78, 0.028);
}

.page--automation-readiness-article .article-content tbody tr:last-child td {
  border-bottom: 0;
}

.page--automation-readiness-article .automation-readiness-checklist {
  margin: 1.5rem 0 2rem;
  padding: 0;
  list-style: none;
  counter-reset: readiness-step;
}

.page--automation-readiness-article .automation-readiness-checklist li {
  position: relative;
  margin: 0 0 0.75rem;
  padding: 0.9rem 1rem 0.9rem 3.65rem;
  border: 1px solid rgba(10, 42, 78, 0.1);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(47, 111, 219, 0.045), #fff 34%);
  counter-increment: readiness-step;
}

.page--automation-readiness-article .automation-readiness-checklist li::before {
  position: absolute;
  top: 0.82rem;
  left: 1rem;
  display: grid;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #2f6fdb;
  content: counter(readiness-step);
  font-size: 0.85rem;
  font-weight: 700;
}

.page--automation-readiness-article .automation-readiness-checklist strong {
  color: #0a2a4e;
  font-size: 1rem;
}

.page--automation-readiness-article .automation-readiness-checklist p {
  margin: 0.22rem 0 0;
  font-size: 0.94rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .page--automation-readiness-article .article-content thead,
  .page--automation-readiness-article .article-content tbody {
    min-width: 42rem;
  }

  .page--automation-readiness-article .article-content th,
  .page--automation-readiness-article .article-content td {
    padding: 0.78rem 0.82rem;
    font-size: 0.87rem;
  }

  .page--automation-readiness-article .automation-readiness-checklist li {
    padding-right: 0.8rem;
    padding-left: 3.35rem;
  }
}
