.layana-case-study .table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0 2.5rem;
  border: 1px solid var(--j-rule);
  border-radius: 4px;
  background: #fff;
}

.layana-case-study .imp-table {
  width: 100%;
  min-width: 640px;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.layana-case-study .imp-table thead th {
  padding: 0.8rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--j-blue);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.layana-case-study .imp-table thead th:last-child {
  border-right: 0;
}

.layana-case-study .imp-table tbody tr {
  border-bottom: 1px solid var(--j-rule);
  transition: background 0.15s;
}

.layana-case-study .imp-table tbody tr:nth-child(odd) {
  background: #f6f6f6;
}

.layana-case-study .imp-table tbody tr:hover {
  background: #eef2f8;
}

.layana-case-study .imp-table td {
  padding: 0.85rem 1rem;
  vertical-align: top;
}

.layana-case-study .imp-table td:first-child {
  color: var(--j-blue);
  font-weight: 700;
  white-space: nowrap;
}

.layana-case-study .imp-table td:first-child small {
  display: block;
  margin-top: 0.15rem;
  color: #888;
  font-size: 0.75rem;
  font-weight: 400;
}

@media (max-width: 600px) {
  .layana-case-study .imp-table thead th {
    padding: 0.6rem 0.7rem;
    font-size: 0.55rem;
  }

  .layana-case-study .imp-table td {
    padding: 0.7rem;
    font-size: 0.82rem;
  }
}
