/* Static buttons side‑by‑side */

.tsb-container {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}

.tsb-btn {
    padding: 12px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}
