/* Speakers toolbar (actions) — search box + result counter above the table.
   1rem = 1px (6.25% root). */

.speakers-toolbar {
    display: flex;
    gap: 16rem;
    align-items: center;
    margin: 24rem 0;
}
.speakers-search {
    flex: 1;
    max-width: 512rem;
    padding: 10rem 13rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16rem;
}
.speakers-count {
    color: #666;
    font-size: 14rem;
}
