.bau-inline-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #ff3b3b;
    background: #fff0f0;
    border: 1px solid #ffd6d6;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .bau-inline-btn:hover {
        background: #ffe3e3;
    }
