.ebt-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
}
.ebt-table th, .ebt-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.ebt-table th {
    background: #f5f5f5;
    text-align: left;
}
.ebt-btn {
    background: #ca9f51;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}
.ebt-btn:hover {
    background: #b88d45;
}

/* Responsivo simples */
@media (max-width:720px) {
  .ebt-table thead { display: none; }
  .ebt-table tr { display: block; margin-bottom: 10px; }
  .ebt-table td { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid #eee; }
}
