.page--automation-scaling-article .article-post,
.page--automation-scaling-article .article-post > header,
.page--automation-scaling-article .article-content,
.page--automation-scaling-article .article-post picture {
  min-width: 0;
  max-width: 100%;
}

.page--automation-scaling-article .article-post picture {
  display: block;
}

.page--automation-scaling-article .article-post h1,
.page--automation-scaling-article .article-content h2,
.page--automation-scaling-article .article-content h3 {
  overflow-wrap: anywhere;
}

.page--automation-scaling-article .article-content table {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 1.75rem 0 2rem;
  overflow-x: auto;
  border: 1px solid rgba(10, 42, 78, 0.14);
  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-scaling-article .article-content thead,
.page--automation-scaling-article .article-content tbody {
  display: block;
  min-width: 48rem;
}

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

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

.page--automation-scaling-article .article-content th,
.page--automation-scaling-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-scaling-article .article-content th {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

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

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

.page--automation-scaling-article .article-content tbody tr:nth-child(even) {
  background: rgba(47, 111, 219, 0.035);
}

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

.page--automation-scaling-article .article-content h3 {
  margin-top: 2.1rem;
  padding-left: 0.85rem;
  border-left: 4px solid #2f6fdb;
  color: #0a2a4e;
}

.page--automation-scaling-article .automation-scaling-flow {
  margin: 1.75rem 0 2rem;
  padding: 0;
  list-style: none;
  counter-reset: flow-step;
}

.page--automation-scaling-article .automation-scaling-flow > li {
  position: relative;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem 0.85rem 3.65rem;
  border: 1px solid rgba(10, 42, 78, 0.14);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(10, 42, 78, 0.045);
  counter-increment: flow-step;
}

.page--automation-scaling-article .automation-scaling-flow > li::before {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #2f6fdb;
  content: counter(flow-step);
  font-size: 0.84rem;
  font-weight: 700;
}

.page--automation-scaling-article .automation-scaling-flow > li:not(:last-child)::after {
  position: absolute;
  bottom: -1.05rem;
  left: 1.9rem;
  width: 2px;
  height: 1.05rem;
  background: rgba(47, 111, 219, 0.45);
  content: "";
}

.page--automation-scaling-article .automation-scaling-flow strong {
  color: #0a2a4e;
}

.page--automation-scaling-article .automation-scaling-flow span {
  display: block;
  margin-top: 0.18rem;
  color: #42566d;
  font-size: 0.91rem;
}

.page--automation-scaling-article .automation-scaling-flow ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1.5rem;
  margin: 0.65rem 0 0;
  padding-left: 1.25rem;
}

.page--automation-scaling-article .automation-scaling-flow ul li {
  margin: 0;
  padding-left: 0.15rem;
  line-height: 1.45;
}

.page--automation-scaling-article .article-feature-image {
  max-width: 100%;
  height: auto;
}

.page--automation-scaling-article a:focus-visible,
.page--automation-scaling-article .automation-scaling-flow:focus-visible {
  outline: 3px solid #d98c00;
  outline-offset: 3px;
}

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

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

  .page--automation-scaling-article .automation-scaling-flow > li {
    padding-right: 0.8rem;
    padding-left: 3.35rem;
  }

  .page--automation-scaling-article .automation-scaling-flow ul {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
