/* Custom styles for Wassup app */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
}

code {
  font-size: 0.85em;
  word-break: break-all;
}

.table {
  font-size: 0.9rem;
}

.table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.badge {
  font-weight: normal;
}

footer {
  margin-top: auto;
}

/* Responsive table */
@media (max-width: 768px) {
  .table {
    font-size: 0.8rem;
  }

  code {
    font-size: 0.75em;
  }
}
