/* Agent-Key page assets: price table */

.ak-price-table {
width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.ak-price-table tr {
background: #f6f7f9;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.ak-price-table tr:hover {
transform: translateY(-1px);
  background: #fff8f4;
  box-shadow: 0 10px 24px rgba(18, 24, 35, .06);
}

.ak-price-table td {
padding: 15px 18px;
  font-size: 16px;
  line-height: 1.35;
  vertical-align: middle;
}

.ak-price-table td:first-child {
border-radius: 16px 0 0 16px;
  color: #252b36;
  font-weight: 650;
}

.ak-price-table td:last-child {
border-radius: 0 16px 16px 0;
  text-align: right;
  white-space: nowrap;
  color: #ff5b22;
  font-size: 17px;
  font-weight: 950;
}

@media (max-width: 768px) {
.ak-price-table,
  .ak-price-table tbody,
  .ak-price-table tr,
  .ak-price-table td {
display: block;
    width: 100%;
}

.ak-price-table {
border-spacing: 0;
}

.ak-price-table tr {
margin-bottom: 10px;
    padding: 13px;
    border-radius: 16px;
}

.ak-price-table td {
padding: 3px 4px;
}

.ak-price-table td:first-child,
  .ak-price-table td:last-child {
border-radius: 0;
    text-align: left;
}

.ak-price-table td:last-child {
margin-top: 6px;
    font-size: 18px;
}
}
