/* nanoPost SMTP cost calculator */

.nanopost-tool--calc {
  max-width: 960px;
}

.nanopost-tool__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.95rem;
}

.nanopost-tool__table th,
.nanopost-tool__table td {
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid #eee;
  text-align: left;
  vertical-align: top;
}

.nanopost-tool__table thead th {
  background: #f7f7f7;
  border-bottom: 2px solid #ddd;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nanopost-tool__table tbody tr:hover {
  background: #fafafa;
}

.nanopost-tool__cta {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  background: #111;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.85rem;
  white-space: nowrap;
}

.nanopost-tool__cta:hover {
  background: #333;
  color: #fff;
}

.nanopost-tool__empty {
  padding: 1rem;
  background: #fafafa;
  border-radius: 4px;
  color: #444;
}

.nanopost-tool__foot {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #555;
  border-top: 1px dashed #ddd;
  padding-top: 0.75rem;
}

.nanopost-tool__foot code {
  background: #f2f2f2;
  padding: 0.05rem 0.3rem;
  border-radius: 3px;
  font-size: 0.85em;
}

@media (max-width: 640px) {
  .nanopost-tool__table {
    display: block;
    overflow-x: auto;
  }
}
