.producer-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin: 20px 0 30px;
}

.producer-actions .hmix-btn { background: #1f6faa; padding: 12px 26px; border-radius: 14px; font-weight: 600; transition: 0.2s ease; color: #fff; } .producer-actions .hmix-btn:hover { background: #155a8c; }