
.az-autogrittable-section {
  width: 100%;
  padding: 30px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-autogrittable-section *,
.az-autogrittable-section *::before,
.az-autogrittable-section *::after {
  box-sizing: border-box;
}

.az-autogrittable-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.az-autogrittable-heading {
  max-width: 920px;
  margin-bottom: 34px;
  text-align: left;
}

.az-autogrittable-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #162A9F;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.az-autogrittable-heading h2 {
  margin: 0 0 16px;
  color: #0d164e;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 850;
}

.az-autogrittable-heading p {
  max-width: 820px;
  margin: 0;
  color: #5b6684;
  font-size: 16px;
  line-height: 1.75;
}

.az-autogrittable-wrap {
  overflow: hidden;
  border: 1px solid rgba(22, 42, 159, 0.14);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(13, 22, 78, 0.09);
}

.az-autogrittable-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.az-autogrittable-table thead th {
  padding: 22px 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #4d6dff, #162A9F);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
  text-align: left;
  vertical-align: top;
}

.az-autogrittable-table tbody td {
  padding: 22px 20px;
  border-bottom: 1px solid rgba(22, 42, 159, 0.09);
  color: #5b6684;
  font-size: 14px;
  line-height: 1.65;
  vertical-align: top;
}

.az-autogrittable-table tbody tr:last-child td {
  border-bottom: none;
}

.az-autogrittable-table tbody td:first-child {
  color: #0d164e;
  font-weight: 850;
}

.az-autogrittable-table tbody td:nth-child(2) {
  white-space: nowrap;
}

.az-autogrittable-table tbody td strong {
  color: #162A9F;
  font-weight: 850;
}

.az-autogrittable-table tbody tr {
  transition: background 0.3s ease;
}

.az-autogrittable-table tbody tr:hover {
  background: #f6f8ff;
}

@media (max-width: 820px) {
  .az-autogrittable-wrap {
    overflow-x: auto;
  }

  .az-autogrittable-table {
    min-width: 820px;
  }
}

@media (max-width: 680px) {
  .az-autogrittable-section {
    padding: 42px 16px;
  }

  .az-autogrittable-heading {
    margin-bottom: 28px;
  }

  .az-autogrittable-heading h2 {
    font-size: 30px;
  }

  .az-autogrittable-heading p {
    font-size: 15px;
    line-height: 1.72;
  }

  .az-autogrittable-table thead th {
    padding: 18px 16px;
    font-size: 13.5px;
  }

  .az-autogrittable-table tbody td {
    padding: 18px 16px;
    font-size: 13.5px;
  }
}
