.robotic-article {
  max-width: 1080px;
  margin: 0 auto;
  color: #17314c;
  font-family: Helvetica, Arial, sans-serif;
}

.robotic-article h1 {
  margin: 0 0 18px;
  color: #17314c;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

.robotic-article h2 {
  margin: 32px 0 13px;
  color: #17314c;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
}

.robotic-article h3 {
  margin: 22px 0 9px;
  color: #17314c;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.robotic-article p,
.robotic-article li {
  color: #17314c;
  font-size: 16px;
  line-height: 1.75;
}

.robotic-article ul {
  margin: 8px 0 18px 22px;
  padding: 0;
}

.robotic-meta-card {
  margin: 18px 0 24px;
  padding: 18px 20px;
  background: #eef8fc;
  border-left: 5px solid #0c99c1;
  border-radius: 8px;
}

.robotic-meta-card p {
  margin: 0 0 6px;
}

.robotic-table-wrap {
  overflow-x: auto;
  margin: 16px 0 24px;
}

.robotic-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}

.robotic-table th {
  background: #17314c;
  color: #fff;
  text-align: left;
}

.robotic-table th,
.robotic-table td {
  border: 1px solid #d7e4ea;
  padding: 12px 14px;
  vertical-align: top;
  line-height: 1.55;
}

.robotic-faq details {
  margin: 0 0 10px;
  border: 1px solid #d7e4ea;
  border-radius: 8px;
  background: #fff;
}

.robotic-faq summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #17314c;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-weight: 800;
}

.robotic-faq .faq-answer {
  padding: 0 16px 14px;
}

.robotic-disclaimer {
  margin-top: 28px;
  padding: 18px 20px;
  background: #fff7e8;
  border-left: 5px solid #d69a1f;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .robotic-article h1 {
    font-size: 30px;
  }

  .robotic-article h2 {
    font-size: 23px;
  }
}
